Slashdot Mirror


Sun Demurs On Open-Source Java

Tarantolato writes "A Sun spokesman and James Gosling now say that there are no set plans to distribute Java under an open-source license. According to Gosling, 'the debate is still going on, fast and furious'. Concerns about forking are cited, as usual."

53 of 209 comments (clear)

  1. I am now convinced by Micro$will · · Score: 4, Insightful

    that Sun is more mixed up than a fart in a fan factory. Free hardware, no, free Java, no free Java.

    1. Re:I am now convinced by pavon · · Score: 5, Insightful

      Actually, it seems to me that after several years of drifting aimlessness they are finally in the process of making a firm decision about whether to make a complete shift away from being a hardware/software/service company to being a pure service company. I think it is normal for there to be disagreement and confusion within the company about when, if and how this is going to happen. What I find disconcerting is how much of this is making it out into the public. Don't these people clear with PR before voicing all these claims? Honestly, all these conflicting reports are just plain unprofessional.

    2. Re:I am now convinced by red+floyd · · Score: 4, Insightful

      I think you're right. I worked for Litton Data Systems for 17 years (disclaimer, Litton is now part of NorthropGrumman). During that time period, they were (unsucessfully) making the transition from being a hardware shop that did software as well, to a software and integration shop for COTS hardware and software.

      There was a lot of pain until the older upper management left (or was encouraged to leave).

      That sort of shift can kill a company, but if it survives it is much stronger (cf. IBM).

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    3. Re:I am now convinced by Nestafo · · Score: 2, Interesting
      Don't these people clear with PR before voicing all these claims?

      So the Java source should be open for the public but the decision processes should not?

      I would not call this a disagreement. Even though Sun owns Java, there are many other members in the Java community as well. By creating discussion, everyone can state their opinions and Sun gets valuable information to support their decisions.

      I think openness involves much more than just source code, and out-of-the-blue strategical moves certainly would not support that.

  2. just wait for the license by millette · · Score: 2, Insightful

    Right now, Sun is acting like a headless chicken, running into Microsoft and one end of the court, pecking its way back into the Free Software side. It's ridiculous, really.

    1. Re:just wait for the license by Etnie · · Score: 2, Funny

      Multi-headed chicken.

    2. Re:just wait for the license by Decaff · · Score: 4, Insightful

      Total nonsense. Sun is having a debate. If they were not having a debate, Slashdot would ridicule them for their fixed attitude and rigid management.

      They are not running into Microsoft. They won a battle with Microsoft, and won big. Microsoft gave in and paid them a lot of money.

    3. Re:just wait for the license by leecho · · Score: 2, Funny

      Multi-headless chicken.

  3. I've said this long ago... by midifarm · · Score: 4, Interesting
    Apple needs to just bite the bullet and acquire Sun. The bonus of this would be owning SGI and Cray. Any thoughts?

    Peace

    1. Re:I've said this long ago... by midifarm · · Score: 3, Interesting
      I think the cornering of the high-end graphics market would be good in itself. It would be a good lead in for the enterprise market and potential x86 out roll of OSX (if they desired such a thing) Apple likes buying companies that do cool little things, how about once a BIG cool thing?

      Peace

    2. Re:I've said this long ago... by kidventus · · Score: 2, Informative

      But they aren't. Lets not forget the Xserver G5's and the 4th largest super-computer on the planet built out of them. IBM is the driving force behind the G5 and the upcoming G6 chips, and from all media reports IBM has the advantage on the amount of transistors in the waher. Also, their Mac OSX server is gaining marketshare, and the RAID they have is the cheapest you can find for the $/per megabit. And since you don't sound like you know what your talking about, I'll add they are certified for Windows and UNIX systems. I don't think anyone can cling to their dual 64-bit G5 processors and say they are faster than Pentium 4's wrongly. They are, in fact, much faster than the P4, but then again so are the AMD 64-bit chips.

      --
      There is a rage in me to defy the order of the stars, despite their pretty patterns.
    3. Re:I've said this long ago... by oscast · · Score: 2, Informative

      No, Microsoft already pulled out of that investment because Apple made them a ton of money.

    4. Re:I've said this long ago... by runderwo · · Score: 2, Informative
      What the heck does Sun have to do with SGI or Cray?

  4. Is it any wonder? by DoctorDeath · · Score: 4, Insightful

    Is it any wonder why they are losing business, money, and on the stock market?

    --
    Sig temporarily out of service.
    1. Re:Is it any wonder? by Decaff · · Score: 2, Insightful

      Its not flamebait! You make good points.

      The thing is, Sun has a huge financial reserve. Even without the MS settlement, they could carry the current loss for years and years. Firstly, the stock market is about fashions, secondly why is an obvious open source fan measuring a companies worth by the stock market?

      not of the same caliber as their open source competitors.

      Oh come on - that is just not true, and anyone with IT experience should know that. Linux is fabulous, but no-one with serious Operating System experience or Knowledge would say that it is inferior to Solaris. Give it a few years, and I'm certain Linux will catch up, but for now Solaris scales far better, has better kernel-level threading and now has some very powerful features like partitioning.

      As for Java - the spec has been out for a long time, but the best the OS community can come out with is GCJ; which is good, but nowhere near the standard of industrial-strength Java VMs.

  5. If forking is a concern... by WegianWarrior · · Score: 5, Insightful

    ...then perhaps they should look at why projects forks? If they can manage to spot things that might lead to a fork early on, they can adress it in a way that benefits everyone as well as avoids forks.

    Off course, that also requires whoever is responsible for the code to be able to work with others...

    --
    Everything in the world is controlled by a small, evil group to which, unfortunately, no one you know belongs.
    1. Re:If forking is a concern... by sql*kitten · · Score: 4, Insightful

      ...then perhaps they should look at why projects forks?

      Because Sun suspects that the Open Source crowd are only interested in the source for what they can get about it. They think that if they opened say Solaris, immediately the "good" parts of it would be copied into Linux and Solaris itself would get nothing out of the deal. Since Linuxes home platform is x86, not SPARC, they'd just be helping Intel's and Dell's sales by doing so.

    2. Re:If forking is a concern... by mikael · · Score: 3, Interesting

      ...then perhaps they should look at why projects forks?

      Projects fork because the software doesn't support new features which are required, or have more features than are required for a particular application.

      For example, one version of an application my not support multithreading. In that case, a fork is performed and the multithreading code is added. To merge the projects in the future, the differences are identified and #ifdef'ed. Another example is the case in which a desktop application is being ported to an embedded system. The embedded system GUI (PDA's) may not support all the features of the desktop GUI, and so use of these has to be removed and compensated for.

      Already, JAVA has two variants; Embedded Java (J2ME) and Enterprise Java (J2EE). The language has not changed, but there are whole set of API's available: Foundation classes (JFC), Media Framework (JMF), Advanced Imaging (JAI), Java 3D API (J3D), to name but a few. The existance of all of these reduces the likelyhood of any fork from occurring, since the features are already supported. So long as the entire system is split up into small sections, developers can choose which components to support. Sun could always refuse to provide any assistance to anyone who needlessly forked the Java programming environment (they could set up a certification program, and refuse to certify any application which did this).

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  6. Time by persaud · · Score: 4, Insightful

    A change of thought often requires a change of guard. Time brings both.

    1. Re:Time by Anonymous Coward · · Score: 5, Informative

      Yeah, but speaking as an -employee- of Sun, the time it is taking to change the guard is starting to kill us. At the Director level and _below_ there are a lot of good folks, but above the Director level (including Director+VP level) they just need to go. And we all know that won't happen until the top level is chopped.

      And I keep thinking it will happen after every RIF and annual loss, hell, that thought is what keeps many of us here because we -know- what we could do if things were going in the directions they should.

      I would caveat this with saying that I think Schwartz should stay, but I am starting to believe that his support of Open Source and Linux as mass-market sellers is a facade. However out of the entire upper echelon I would want him to stay over all others.

      Sun has gotten in the feedback-loop track. They make a sweeping change in the -lower- ranks and if it doesn't fix things by the next analyst meeting, they do it all over again. The problem is that the core issues are driven by the upper ranks _and_ you can't measure success or failure of strategic level changes in a couple of quarters. If you change over and over again you never find out which of those changes will actually work. A number of businesses (media outlets especially as relates to ratings/sweeps) are susceptible to this, but I have never seen a player in Tech succumb to it quite so badly.

      Natch I will be clicking the "Post Anonymously" button!

  7. Sun at the right angle? by ignatus · · Score: 5, Insightful
    Given the fact that they claimed to release parts of solaris as open source I seriously doubt the honesty of Sun (both their pro and contra opensource actions). It looks to me as if they are trying to make a fuss about it in order to get in the news. I really hope i am wrong, and that this is the result of a doubting management at Sun, lost in the dilemma to encorporate opensource or not.

    --
    - Never underestimate the power of human stupidity.
  8. Sun's like my Grandma by Anonymous Coward · · Score: 5, Funny
    Sitting on the front porch, arguing with herself.

    The only difference is, Sun is losing those arguments!

  9. Forget Sun, get the OSS groups together on this by Orion+Blastar · · Score: 3, Interesting

    make their own virtual machine and bytecode, and then make mods to existing language compilers to complie to bytecode the OSS virtual machine can run.

    Then make a plug-in for Mozilla, Firefox, Opera, and others and leave the IE plug-in up to Microsoft to adopt and create.

    Imagine a virtual machine that can run code made from C, C++, Python, Smalltalk, Perl, XBasic, Real BASIC, Delphi/Kylix, Pascal, FORTRAN, COBOL, and other languages in a bytecode format.

    If Sun won't do it, screw Sun and shut them out!

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    1. Re:Forget Sun, get the OSS groups together on this by Anonymous Coward · · Score: 4, Informative

      You might want to look at the parrot project.
      http://www.parrotcode.org/

    2. Re:Forget Sun, get the OSS groups together on this by qqqqarl · · Score: 2, Informative

      i think the perl people are doing exactly this for perl6.

      K.

  10. Publicity by eeg3 · · Score: 2, Insightful

    Sun seems to be doing a wonderful job of creating publicity for itself despite accomplishing anything. That's pretty clever, if they just keep announcing stuff then deannouncing for the publicity they stir up. I'd still like to see Java opened, but this furthers the thought that it just won't happen. Not any time soon, atleast.

  11. I wonder if Alice works there... by T-Kir · · Score: 3, Funny

    Given how your comment about decision-making reminded me of todays Dilbert.

    --
    Are you local? There's nothing for you here!
  12. OS X + Java and Apple and Servers by idonotexist · · Score: 5, Insightful

    What is interesting is Apple's integration of Java into OS X (into the OS X System Architecture), in addition to cooperation with Sun (i.e., allowing OS X specific attributes into Sun's Java).

    These are unusual developments because they are not seen between any other OS and Sun.

    Certainly, Apple has an interest in Java and, while holding a very small server market share, increasing its server presence. Merely that Apple is not associated with the server market and Sun is, may be very valuable to Apple.

    Certainly a relationship between Apple and Sun does exist. How far that relationship develops will be interesting to see.

    --
    "There ought to be limits to freedom"
    1. Re:OS X + Java and Apple and Servers by ManFromAnotherPlace · · Score: 4, Funny

      The relationship is clear - you can't have ripe Apples without the Sun.

  13. C# and Market Standards by headkase · · Score: 2, Insightful

    (tinfoil)I'm sure the risks of someone "embracing and extending" are considerably lessened now that Microsoft is out of the picture.(/tinfoil)
    But seriously, all Sun has to do is respond correctly to the market over time to maintain their leadership role with an open-source Java. If they can be like Linus then their code will be the reference everyone accepts otherwise some other player will eventually fill their role as the de-facto implementation.

    --
    Shh.
  14. Sun, get a roadmap! This marketing is killing you. by joelparker · · Score: 3, Interesting
    Sun can't seem to get it's act together--
    even though Java is improving (1.5 is *much* better)
    and the upcoming chips look good as well.

    My opinion: Sun's own marketing is screwing them.
    A deal with Microsoft? I could believe it, if Sun
    could explain it and what it means for developers.
    Java open or closed, both ways have pros & cons--
    so pick one, stick to it, and give us a roadmap!

    -A former Sun Javasoft employee

  15. What's the forking problem? by 16K+Ram+Pack · · Score: 3, Interesting
    Surely, forking only occurs when either a project can sensibly go in two directions, or if the maintainers of the main project give up on it?

    I don't see many forks of Open Office or Perl out there.

  16. Can't they fight unwanted forks with trademarks by prostoalex · · Score: 4, Interesting

    According to Sun, Java and JVM are registered trademarks. Since Sun owns the trademarks, can't they fight the unwanted forks by exercising the trademark laws?

    The forks that are compliant and please Sun Micro can use Java(tm) and can distribute JVM(tm). The forks that Sun doesn't really care about and the ones that pollute the Java world would just have to be something different, call them Jaba, Jamboree or something else, but no one is allowed to use the trademarked terms without Sun's permissions.

  17. Huh? by LittleLebowskiUrbanA · · Score: 4, Insightful

    From Jonathan Schartz's bio at sun.com

    "Mr. Schwartz also re-established Sun on the desktop with launch of the Java Desktop System which has quickly become the industry's number one desktop alternative"

    Since when? They can't commit to Open Source anywhere, you have a user agreement the size of the bible with their company-branded Linux distro that's at least a year behind the times and Redhat's new corporate desktop is going to make Sun's "Java" system another joke on Slashdot. Never seen such a leadership problem in my life. Conflicting press statements every damned month.

  18. Sun needs to see a doctor by arvindn · · Score: 2, Funny

    It has a bad case of schizophrenia.

  19. Who needs Sun. Open Source alternatives exist by Anonymous Coward · · Score: 2, Informative

    The world hasn't been standing still waiting for Sun to make up its mind. The hacker community has been busy as bees cooking up some Open Source Java. Here is complete rundown.

  20. Do it Sun! We want a fork! by ChiralSoftware · · Score: 5, Insightful
    Forks are good! Forks mean difference and diversity. Difference and diversity means exploration of new ways of doing things. Maybe someone will fork Java and add in a totally new way of doing graphics rendering, or disk access, or network access, or maybe someone will make the JVM into a Linux kernel module or something that runs directly on hardware without an OS, or it will run on other OSes (OpenBSD for example). There are so many possiblities including possibilities that no one has thought of right now. All of these are forks to some degree and who knows what the result of them will be.

    The reason why forks are not dangerous is because people will still want to write "standard" Java code, no matter how many different strange Java-esque things there are.

    Linux is horribly forked. There are dozens of different distros, on dozens of different hardware platforms. There are many different kernels, and the different distros often have their own kernels with their own patches and changes. And here is a perfect example of a fork in Linux which has come back to help all of Linux: Because Linux was forkable, the NSA chose Linux to be the basis of its secure operating system, SELinux. SELinux is so strange and different from regular Linux that it wasn't compatible. It was a true fork, creating a different set of APIs that were mutually incompatible in many ways. The openness of Linux allowed this innovation to occur. It was something that Linus hadn't thought of years before it happened (I'm guessing). And yet it happened. And now, guess what, the work that was done in SELinux has been rolled into 2.6!

    So, we had open source software, which allowed a fork, which allowed for totally innovative, off-the-wall creative development, which turned out to be cooler than people would have expected, which then ended up getting un-forked back into the main codebase!

    If Sun open sources Java in the right way, that is exactly the kind of thing that will happen with Java, too. It's hard to prove this argument, because I can't say exactly what those innovative forks are going to be, becase they're things that people haven't thought of, but that's what will happen.

    So do it Sun!

    -------------
    WAP news

  21. still chugging litres of java, & still tired? by Anonymous Coward · · Score: 2, Interesting


    try this strange brew, that's good for you, & freely distributable too.

  22. How far away are OSS implementations anyway? by mrtom852 · · Score: 2, Insightful

    For me, the OSS community is what makes Java such a good platform. There are so many cool tools and APIs. On any one of my projects it seems as if more work has gone in to making the OSS tools that I import than whatever I use from closed packages. It's a shame Sun don't give these developers any credit.

    Even though I love Java I don't feel any particular loyalty to Sun and would prefer to not use their products. I just have no idea how near or far GCJ and the GNU Classpath are away from letting me do this.

    I've seen that GCJ can produce a natively compiled Tomcat or Eclipse but I'm stumped if I want to natively compile my own 'hello world' example from an ant script.

  23. I would like to know who's in charge by ifwm · · Score: 2, Insightful

    Really, when you have so many disparate voices discussing the course for the future, shouldn't there be someone to focus them and come up with a strategy? Who lets these people get in front of a mic without clearing their announcements first?

    I am convinced Sun is dying. Not BSD dying, but real dying. Don't quote me on that.

  24. They Probably Just Misread the Press Release by Greyfox · · Score: 2, Interesting
    They probably meant to say "We now offer an open source Java." It's an easy mistake to make really, "not," "now," they're pretty close to each other after all. I'm sure it'll all be sorted out soon.

    Personally, and this is just me talking here, I rather prefer LISP to Java anyway. It seems to be a lot less awkward to use, without the confusing standard libraries that try to maintain backward compatability from the time the language was invented. Seeing as how it offers the same advantages as Java (garbage collected, objects, etc) I don't know why we don't just go that way.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  25. Please speak a bit more honestly by Qwavel · · Score: 2, Insightful


    The issue isn't forking, the issue is how to generate revenue.

    It's the usual balancing act: open sourcing software would have many benefits, but what effect will it have on revenue? For a company with revenue problems this is a legitimate concern.

    Forking isn't a big deal that they are making it out to be. They are using it as an excuse. Yes, yes, I know what MS tried to do to Java - note that not open sourcing it didn't stop them.

  26. Regarding sun's current marketing tactics by solid_liq · · Score: 3, Insightful

    I HAVE A PROPOSAL

    Ok, everyday, I get on the net and I see a story that Sun has announced something. Then the next day I read a story that Sun has backtracked on what they announced the previous day. Later that day, Sun makes a different announcement. The next day, they backtrack on that announcement. Later that day, they make another anouncement... And the cycle continuous.

    So, my proposal is this. For Sun stooping to such tactics, I say we teach them a lesson about continously blowing smoke up our collective ass by boycotting news from Sun until they stop constantly backtracking on their announcements and actually live up to a promise.

    Until then, I do not want to see any more news from Sun. I used to be interested in any news about the company. Now, however, I only think about how much internet bandwidth is being wasted by these fiction stories every time I see a Sun announcement.

    Please don't get me wrong, I would love to continue to hear news about Sun. I just don't want to hear any more lies.

  27. Open Letter to Sin/Java Concerns GPL Licensing by hackus · · Score: 3, Insightful

    It should be done immediately.

    I would like to say to any Sun employees that the very fate of your jobs hang in the balance here...if not the survivability of the company.

    If Java is not opened up gcj will replace it and you will loose relevance.

    As is now, gcj is on par with a good 85% plus of the Java class package sets for jdk 1.4.2 as well as native binary executables of Tomcat 4.x are just around the corner, if not produceable already.

    You can work with the Open Source community to define what Java will be in the future, or risk becomming a SCO placard if you decide to sue us later on for open sourcing the language itself.

    So, your fears about forking Java are already acting on that future by not doing so. Many like myself want to see gcj project move forward quickly due to Sun's questionable financial future and its historic reluctance from management to work with us.

    In the end the OSC will have what we want: complete ownership of our own source code and the absolute right for anyone to possess it when the sale of development or software shrinkwrap is completed.

    You can join with us and work toward setting standards for the language and the class sets...

    OR

    We will continue with gcj project backend for the gcc compiler toolsets and insure projects such as Tomcat and Jeromino have safe futures....with or without Sun Microsystems.

    We welcome all companies to join us on this crusade to liberate source code in the sale of software and services...and any company that joins us we will utilize such services they offer.

    The longer you delay, the further in doubt Sun's future existence is questioned and the more risk you put upon the open source projects.

    The OSC community will not tolerate the questionable future of Java very much longer given the spectacular decline of SUN in the past 4-5 years financially and the waffling of key technologists that have built the company. (Joy's on and OFF again relationship for example...)

    Investment of time and resources into the Apacje Tomcat project is too valuable now...

    Will you come with us or will we leave you behind?

    -Hackus

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
  28. Already exists by sshack · · Score: 2, Funny

    It's called x86. There's even hardware acceleration of the bytecode these days. It's cool, you should check it out.

  29. Where is the business case???!!! by Kunta+Kinte · · Score: 4, Insightful
    Kaffe has been developing an open source Java implemenation for a while now. There is GNU ClassPath, GCJ and a bunch of others.

    (i) Why aren't the people yelling for open source Java busy working on Kaffe and the others?

    It seems to me this is more of a "Sun, give us your code or you suck!" type of deal, than anything else.

    (ii) Who is going to put up the resources to continue to research and development the Java platform? If the open source community has not been successful in creating an open source java from scratch, what makes you think that we would be able to maintain and improve the technology?

    Netscape was talked into releasing and subsequently rewriting their flagship product as open source. That did not save them, in fact they spent a ton of money doing that. This move benefited the open source crowd ( I am writing this from mozilla ), but how did this help netscape?

    (iii) Has OpenOffice/StarOffice improved Sun's bottom line much? Any?

    Does anyone have a denfensible on plan on continuing the R&D of Java after open sourcing it? And I mean a business plan that is backed up by data?

    --
    Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
  30. Re:Sun needs hits too! by jkeegan · · Score: 2, Funny

    Along those lines, I plan to include hidden $100 bills in some copies of Hacking TiVo that ship from Amazon..... :)

    --

    ..Jeff Keegan
    seven syllables explain TiVo: kee gan dot org slash ti vo
  31. Fork mitigation is easy, What's sun's problem? by LoveTheIRS · · Score: 2, Interesting

    What is Sun's problem? They have cited that redhat linux has been forked. However, there is still only one product that can be called redhat linux. Sun still retains trademark rights on the Java name and they can restrict what is called Java. In fact Sun can restrict the name Java being used with respect to programs and programming languages period.
    The fact is that of course there will be forks. Look at all the redhat forks. However, the fact is that those forks, Mandrake for example, ARE compatible with each other. It would be stupid to have a Java Runtime that doesn't run Java programs.
    Now, what about certain Java Libraries. Lets say there is a fork that becomes really popular and lets say it is called foo. Lets say foo integrates a 3D Library that all Developers want to use. Well, no other forks have foo's 3D library, what would other forks do? The key would be to require that any for any runtime to be called Java have no integrated libraries. Therefore all libraries would have to be modularized and therefore like C modules portable, and installable by a rpm or deb, whatever.
    What if one of those modules is proprietary and only for lets say, x86? I would scoff at any sizable portion of people in the Open Source Community on trading their lives away for a Java Module. Therefore I doubt those modules would receive enough prominence to cause any problems. In fact the only bodies that have enough promenence to actually have restrict people by the modules would be Sun itself, Microsoft, IBM, Oracle or maybe Computer Associates. Now Sun is supposed to be Open Sourcing everything in this hypothetical scenario so I am going to pull them out.
    Microsoft has already screwed Java with this kind of scenario. What is going to keep Microsoft from doing it again? The fact is their own technologies are going to do everything and more than java. They have no incentive to work with Java anymore because they have already destroyed it on Windows. By making java the C# of *NIX Sun would be creating a niche in which every Computer Science Major would be able to work in.
    Lets say Java becomes very popular on *NIX and therfore can move into Windows again. Well, Microsoft could create a new fork. If Microsoft so much as mentions Java in any of their products Sun could file a suit. However, it would be in Microsoft's interest to leave Java alone because they can simply point at it's quote "inferiority" to C#. They can claim they have a better product.
    Now what about IBM? IBM has created SWT, a library that is becoming popular. What if IBM decides to stop shipping Sun's Swing? Well again IBM can't call their product Java. Now IBM DOES have enough stability and muscle to convince companies to start using their product that is sorta "like Java." However, it is not really in their interest to fragment the Java community. Also a said company might not have any need for the Swing runtime. Furthermore, if for some reason Swing becomes neccessary, that said company could always switch to another fork with both SWT and Swing. Any home PC user won't want to use a runtime that doesn't run their programs, so a Swingless Runtime would not gain popularity for home purposes.
    The biggest problem for incompatible forking would be a demand for a change in the Java Language that Sun tries to be a jerk about. For example, incorporating native C code is a pain Sun's way. If one fork (like GCJ), decides to do native code a better way, and another fork decides to do it another way, you have two incompatible forks. Frankly native coding is a bad example but, lets say Sun wants say, "nope, the 100% Java way is that you really have to do all that pointless work to code with C," Sun could require that no matter the language features in any given compiler, to be a trademark Java compiler it needs to do two things. 1) Have the ability to compile java binaries out of 100% Java compatible code and 2) Produce no matter what the compiler's features only 100% Java compatible Bi

  32. Re:Two ways? by stiffneck · · Score: 2, Interesting
    Don't take this the wrong way, I'm a linux user myself (and also Solaris and OpenBSD in rare occasions in a past job) BUT, is there even something in Linux Sun would want to copy?

  33. Open-source Java? Free hardware?! Standardize! by l3ool · · Score: 2, Interesting

    Apparently Sun doesn't know what they want to do other than create a whole lot of hype. Instead of making Java Open-source or their little free hardware dream, I think the actual Java language should be standardized. I haven't heard much on the topic of Java being standardized lately and think it deserves some attention.

    It is a great tool in my opinion, but under the control of Sun it's been a mess. The core API is constantly changed, alot of times in a good way, but they tend to deprecate portions of the API far too often. More thought into the design of these API's would help, but why bother? Sun has 100% control over the direction of the language and its core API's.

    Standardization of the language would force them to put a little more time and thought in their additions/changes to the Java API/language. I personally use C++ way more than Java, but have always stood behind it as being a great tool...that could be made even better.

    Can you imagine a C or C++ compiler message similar to "Warning(5): Use of deprecated entry point 'int main()'. See 'void main()'"...hmm, god bless ANSI standards! Standardization would do more good for Java's future than anything else, in my opinion of course. =)</comment>

  34. Re:Fork mitigation - Runtime licensing is problem. by beachdog · · Score: 3, Interesting

    This poster is beginning to break the problem down into parts that need to be handled separately.

    For the runtime part of Java, maybe what is needed is a license scheme that can parent copies of code licensed as both GNU and BSD.

    How about another level of licensing abstraction?

    Lets explore dual licensing for Java's runtime: the Java runtime and runtime modules ought to be dual licensed. A BSD style license is for Sun to create a family "run anywhere" runtime products for many operating systems. The same starting source code (with proprietary API calls replaced) should be released under the GNU license.

    The point to a dual license is to preserve an intellectual space for Sun to market a product and to also allow development and extension in the GNU style.

    The problem with a pure BSD license is it causes a dead end proprietary product like Mac OSX. I mean dead end in the sense that BSD code doesn't migrate back to Linux or X11.

    Another example of how the BSD license stagnates a product is PostGresql. Open as it is, system extensions and interfaces and complete implementations appear as prototypes, and the refined products appear only as proprietary products for sale.

    Yet another BSD license problem is appropriation and extension by Microsoft. BSD blocks others from seeing the source.

    The reason for keeping a BSD license is it does enable the existence of proprietary product that potentially can be certifiable and secure.

    For the sake of creating a proprietary, supported product, actually included with OEM browsers and operating systems, and for something that can be downloaded and upgraded fast, license a primary Sun brand name runtime with the Berkeley Style.If Sun has access to Microsoft proprietary APIs, then let this instance of the runtime be made with those proprietary system calls.

    The Microsoft Windows and Microsoft Internet Explorer environments and business computing users need a Java product that can be sold with a guarantee or warranty or certification status. It seems to me that a BSD license is better for parts of a Java runtime product.

    But we need a simulotaneous license for the runtime as GNU open source. GNU licenses lead to fabulous juggernauts like the Linux kernel and the Gnu utilities.

    Dual licensing does lead to a problem: the dreaded code fork. And in particular, there is no way for developments accomplished on the GNU side to be rolled into the BSD or proprietary licensed side.
    Dual licensing suggests that the two code bases would drift apart.

    The problem is to keep one GNU code base for the runtimes AND dual license the Java runtime AND not give the source to Microsoft under a BSD license.

    Suppose Sun creates two code bases, one GNU and one BSD (for it's own use). "what happens in the future as open source develops one way and the proprietary BSD runtime develops another way?" Well it is a disaster.

    Lets engage with that conflict: Create a parent structure that can supply both License code bases with the same source.

    As a possible example, could the GNU license applied to the initial Sun codebase be modified with a time limited grant to Sun (say 5 years) to use a specific developed block of open source code under the BSD license?

    This could lead to parallel Java runtimes: A Sun product that they sell and warranty, complete with versions for business computing uses. A similar pure GNU runtime that passes the same suite of tests with source code GNU licensed (with proprietary API calls removed and proprietary licensing stuff commented out).

  35. Re:Thanks Sun! by Decaff · · Score: 4, Interesting

    So.

    A company that has been promoting UNIX since the early 1980s sickens you.

    A company that has pioneered open standards for decades sickens you.

    A company that has freely contributed APIs and protocols such as NFS to development community sickens you.

    A company that gives away free compilers and runtimes sickens you.

    A company that uses Linux sickens you.

    Do I detect a slight bit of exaggeration here?

  36. Open sourcing the Java Libraries and Solaris by NZheretic · · Score: 3, Insightful
    It makes a lot of sense for Sun to open source the Java Libraries and Solaris Kernel

    It's sound business for Sun to (A) Open source licensing the Java J2SE,J2EE and J2ME framework libraries ; and (B) Release a fork of the Solaris Kernel under the GPL license.

    It would benefit the entire Java based industry, including the free software, open source and proprietary based vendors, to open license the core J2ME,J2SE,J2EE libraries and Java to bytecode compilers.

    Java's primary strength, the ability to write code which is constantly portable across many vendors platforms, would be greatly enhanced if all of the vendors were using the same core libraries.

    To insure that the standard base core would not become polluted with incompatible forks, the source could be licensed with a clause requiring any incompatible changes or any additional classes or methods to be moved to and occupy only the vendors namespace. Another clause would require that the vendor version of the Java to bytecode compiler and any GUI IDE defaults to generating portable bytecode, without embedding any vendor specific references.

    The OSF definition of an open source license clause five explicitly states: "The license may require derived works to carry a different name or version number from the original software."

    Developers and vendors would only be required to shift changes to the vendors/developers namespace if the changes were incompatible with the JCP JSR open standards. This would not prevent the development/distribution of additional optimizations, ports or bug fixes. Since adoption of standards has for a long time been an open source tradition, it would not be much of an imposition on the open source community.

    Vendors don't have to use *all* the same "core" libraries - just provide the same standard interface. The open source Java core can been seen as a starting common base. Each vendor would be free to "short circut" their implementation as long as the standard API behaviour remain the same. Vendors would still be free to compete on their JVM performance along with how well it performs interfacing data bases, integrated development tools, etc.

    Sun could require contributers to the Java Open Core to let Sun or the JCP dual license the result as Sun does with OpenOffice.org and StarOffice. If a vendor does not wish to disclose their modifcations then the vendor could pay for a closed source license scheme. The payment could then be split up amongst Sun, the JCP and the contributers.

    Ask IBM and HP what their customers are demanding and you will find out more often than not that it's vendor neutral/independent solutions. Customers don't want lock-in slavery anymore. That is why Linux is such a success and why there is more demand for Java skills than any other programming language.

    It should not be necessary to open source license Sun's JVMs. In the long run it could greatly benefit Sun to develop the JVM under a dual license as it doing with OpenOffice.org and selling StarOffice.

    Releasing a fork of the Solaris Unix Kernel makes even more sense when you consider Suns move towards commodity based hardware, like AMD's opteron, and enterprise desktop systems. Sun is going to need drivers to interoperate with x86 hardware and common peripherals. In comparison to Linux, the range and quality of hardware drivers available to Solaris is pitiful.

    If Sun can manage to get out from under the SCO Groups claims over the old AT&T code base, by dealing direct with Novell who still appear to hold the rights and copyrights, then Sun would be free to release a fork of the Solaris kernel under the GPL license.

    Sun would be then free to take any source code from the Linux kernel and incorporate it into the GPL'ed Solaris kernel fork. Sun would then free to deploy that kernel in desktop and clustered systems markets, where Linux currently does have a lead over Sun.