Slashdot Mirror


Red Hat Plans Open Source Java

sthiyaga writes "According to a ComputerWire article, Red Hat is in discussions with Sun about launching an open source version of the Java platform. 'There's always been an interest in an open source implementation of Java developed in a clean room that adheres to the Java standards,' Szulik told ComputerWire. 'We're in discussions with Sun. We'd like to do this with their support.'"

13 of 422 comments (clear)

  1. Gosling favors Open-Source Java by Domino · · Score: 5, Informative

    James Gosling, the creator of Java, recently mentioned that he favors an Open-Source Java. (See Infowork article).

    Some people withing Sun seem to be scared though that an Open-Source Java standard could be "polluted" by Microsoft.

  2. There by Ann+Coulter · · Score: 4, Informative

    is already some source code available. :)

    1. Re:There by Monkey-Man2000 · · Score: 4, Informative

      It sounds like they're interested in doing a clean-room implementation that isn't tied down by proprietary licenses like the one Sun provides (and the link you gave). This is a _good_ thing.

      --
      This post was generated by a Cadre of Uber Monkeys for Monkey-Man2000 (603495).
  3. Sun's Jonathan Schwartz Opposes Open Source Java by tomkerigan · · Score: 4, Informative

    SAN FRANCISCO -- Jonathan Schwartz, executive vice president of software at Sun Microsystems Inc., spoke with Computerworld during the recent JavaOne conference here about the possibility of Java becoming open-source, the potential market for Java in mobile devices and Java's relationship with IBM. Excerpts from that interview follow.

    Should Java be made fully open-source? The problem with open-source is that [victory] goes to volume, and that's evident in the Linux community today where ISVs [independent software vendors] are qualifying to Red Hat and abandoning everyone else. Why? Because Red Hat has volume. If Java were open-source, Microsoft could take it, deliver it as they saw fit and drive a definition of Java that was divergent from the one that the community wanted to be compatible. And to the victor would go the spoils of that nefarious action. To the extraordinary credit of the Java Community Process [JCP], we have a uniform compatible standard that now spans hundreds of millions of devices, hundreds of millions of smart cards, hundreds of millions of desktops and tens of thousands, if not hundreds of thousands, of servers. So you have to really be careful in understanding the distinction between open-source and open standards.

    More at http://www.computerworld.com/developmenttopics/dev elopment/story/0,10801,82286,00.html

  4. Re:What was Blackdown? by Anonymous Coward · · Score: 4, Informative

    No. Blackdown was not a clean-room implementation, and was based in part on Sun's Java. Especially in the class libraries area.

  5. Re:Native Java by Dingleberry · · Score: 5, Informative

    Java not being open source isn't "holding" this back. Look at the GCJ web site FAQ. They are currently writing peers in GTK and XLIB for AWT. Once that's finished Swing will follow.

  6. Re:Much needed by spacecowboy420 · · Score: 5, Informative

    .NET is Microsoft's newest programming language offerings. Basically the purpose is to integrate the web into windows applications. There is VB .NET, ASP .NET, C#, etc... The languages are actually pretty usable in a windows enviroment, and are OO. This makes them a little more powerful. I use Java, but its nice to bust out a VB .Net proprietary app that runs cleaner/ faster on a windows system. The down side is similiar to Java though, in order to run Java apps, you need the JRE, with .NET stuff, you need the HUGE ass .NET framework installed.

    --
    ymmv
  7. A reason to enlist Sun's Cooperation by Anonymous Coward · · Score: 5, Informative

    Many people have asked why RedHat needs to enlist Sun's cooperation in order to implement a clean room Java. One important reason, is to gain access to the JCK (Java Compatibility Kit), that contains approximately 20,000 test cases that you need to pass in order to be certified as Java Compliant.

  8. oh boy, here we go... by Kunta+Kinte · · Score: 4, Informative
    Newsflash: Microsoft has gone and made a better Java -- C#, and funnily enough they not only standardized it with recognized standards bodies (which Sun has never done with Java), they've also released their own shared source version and have not at all stood in the way of third parties making their own implementations (dotGNU, Mono, etc).

    • Microsoft still have options to deter the development of an open-source .NET implementation if they want to. They have the patents.>
    • EMCA standards do not garantee much. EMCAScript anyone? We're still coding for JScript, and Javascript, even if EMCA "standardized" the language.
    • Sun has the JCP @ JCP. Most Java standards development has been done through the JCP for years now. Sun recently had 4 of they JSRs turned down! They won't happy, but had to accept that the specifications won't be accepted as they are. I believe the specific standard increased the minimum requirements for Mobile Java. The process is open and does work.
    • Oracle, IBM, and some of the largest software development companies in the world have billions riding on Java. These companies have always had and continue to have a say in how Java is done. I'd trust that situation over a bought specification to a patent-protected technology owned by a monopolist anyday.

    I suspect Microsoft will tolerate dotGNU, Mono, as long as they see it beneficial to do so. Also, the language and runtime is not much. The true power of .NET and Java is in the wide amount of libraries available to these languages. I really wish the Mono team good like to replicating that in a source compatible manner. It would be no small feat.

    --
    Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
  9. No, it's more likely GCJ by Per+Bothner · · Score: 4, Informative

    Remember that GCJ was developed at Cygnus (starting in 1996), and that Red Hat bought Cygnus. While Red Hat has not put a lot of resources in GCJ, they still employ some of the early GCJ engineers, who are still active in GCJ in at least on a part-time volunteer basis. In Red Hat 8.0, what you get when you run "java" is the interpreter component of GCJ. And it looks like they are getting serious about Java, and GCJ.

    My guess (as original "inventor" of GCJ, but no longer associated with Red Hat except as share holder): To the extent that Sun is willing to open-source parts of JDK, they'll use that; if Sun is unwilling, they will use GCJ.

    1. Re:No, it's more likely GCJ by Per+Bothner · · Score: 5, Informative
      gcj only makes native binarys from java source, INFO or byte compiled java code to run on a virtual machine. it is NOT a virtual machine.

      Wrong. The program gcj is a compiler, like javac, but the GCJ project and run-time includes a virtual machine. The command gij is a plug-in replacement for the java command (except for unimplemented features and bugs, of course).

  10. If you don't like swing... by Dalcius · · Score: 4, Informative

    You might consider SWT. It's an open source Java widget toolkit (GUI API) that sits on top of native system widgets. I just started developing with it, so I can't speak for much, but it seems to be quite fast and is pretty easy to implement.

    Some info:
    The Eclipse project (of which SWT is a part of)
    SWT Guide (good intro to SWT)
    SWT API Specification
    SWT Articles (many regarding topics internal to the API) -- scroll down to SWT

    --
    ~Dalcius
    Rome wasn't burnt in a day.
  11. Re:Much needed by sbrown123 · · Score: 5, Informative


    vs 47.3 on my workstation). And it does more stuff -- a lot of the add-on packages for Java, including all of their J2EE crap, parellels


    I am guessing you are stating that Java has more stuff since .NET does not have J2EE anything. Microsoft cannot have anything past the 1.1 J2SE framework due to license conflicts with Sun. Also, the J2EE framework is a seperate package from the standard java runtime (J2SE).


    CD is trivial, and most Windows Update and XP users have it already.


    I have XP and had to download the .NET framework from Windows Update to get it.


    What's cool about .NET is that the IDE supports all sorts of really useful data transformation and reporting mechanisms using SQL/XML/etc built right in...no rolling your own data access methods (though I end up doing it anyway).


    This is covered by JDO in Java. Theres also a really nice opensource reporting library call JasperReports. Along with that theres iReports which is an opensource IDE for creating JasperReports.


    3) .NET is better than Java for apps that will always be used on a Windows PC, because:
    - It has a much faster graphics interface, while maintaining a robust graphics toolkit.


    See the SWT project. It uses native graphics rendering and widgets in Java.


    - It interoperates quickly and pretty thoroughly with current COM APIs, and wraps up nicely for use in non-.NET apps


    SWT has OLE/ActiveX support.


    - The Studio environment is faster to work with and has a more mature debugger than any Java IDE I've seen, including Netbeans


    Eclipse project works real well. Its very fast (again, uses SWT to render widgets) and has a very mature debugger.


    - ADO.NET is pretty nicely done, and things like DataAdapters parellel structures I always end up writing in Java anyway.


    Its JDO in Java world.


    Anyway, the runtime filesize argument is just crap. The java guys need to get that GUI speed up to par or .NET's going to roll right over them.


    Yes, check out Eclipse (www.eclipse.org). I have been using SWT in combination with GCJ to create native windows applications that dust anything created in VB (though C/C++ apps are a couple milliseconds quicker).


    Eight months ago I'd have never said this, but Java isn't my favorite language anymore. C# is.


    I liked .NET. It has some interesting concepts that will spur Sun to improve Java. I think SharpDevelop is a nice IDE worth checking out for anyone wanting to get into .NET without buying Visual Studio. Also of interest is the Mono project (www.go-mono.org) which is a open source implementation of .NET framework.


    And even association with the vile and repugnant Microsoft isn't enough to sour it.


    I think both Microsoft and Sun suck at being at the helm of both languages. Borland does a better job with C/C++ over Microsoft and IBM does better work with Java compared to Sun.