Slashdot Mirror


Sun Works With Apache Software Foundation

The Jakarta group had raised some concerns over the proposed Java Specification Participation Agreement. After some hemming and hawing, it appears that the Java Community Process chair (Sun) has agreed with the ASF's concerns - but IANAL ? . If you have more info, paste it below.

39 of 129 comments (clear)

  1. Tomcat by Anonymous Coward · · Score: 3, Interesting

    Jakarta's Tomcat was threatened, and, from someone who works in the J2EE market, that woulda been baaaaad. Tomcat is great for prototyping and working at from home (trust me, you don't want to lug Weblogic or Websphere onto your home machine).

    1. Re:Tomcat by ndfa · · Score: 4, Informative

      We have been using Tomcat in production as well for well over a year now. Have had very few problems... much much easier to develop using tomcat as well, WL/WS are nice but a pain to work with..

      --
      Non-Deterministic Finite Automata
  2. I'm not really suprised... by thesupraman · · Score: 4, Insightful

    With Apache representing such a massive (and impressive, they are certainly a great example of success)number of internet/intranet servers out there, I'm not suprised Sun takes them seriously, they probably represent one of the strongest areas of java development currently.

    I would truly love Sun to take java *implementation* a little more seriously, they seem to put a lot of work into API designs and the legal situation of java, but don't seem that commited to providing a stable and simple to install environment for developers and users.

    The number one bug bear I have repeatedly hit with java is convincing users that it is worth the trouble to get the 'right' implementation installed on a given machine to allow the required functionality to work, and this can sometimes be hit and miss, which is a big problem.

    I would love to see Sun dedicate perhaps 6 months to working with other implementers to get java working smoothly and seemlessly on a wide range of hardware and operating systems, as it just doesn't seem to yet.

    I know that microsoft has thrown a lot of hurdles in the way of java, however it's not just windows where there seem to be problems. It is just too hard to get users to get their execution environment 'right' to use.

    I think this situation will limit java to vertical apps and server use until it is addressed, as these are the only situations where the extra time to get it working is acceptable.

    1. Re:I'm not really suprised... by md17 · · Score: 4, Informative


      This is F-U-D.

      ...but don't seem that commited to providing a stable and simple to install environment for developers and users.

      Have you used Java lately? Forte? NetBeans? Eclipse? Tomcat? JBoss? There are plenty of stable and simple to install environments for developers and users. I use them everyday!

      I would love to see Sun dedicate perhaps 6 months to working with other implementers to get java working smoothly and seemlessly on a wide range of hardware and operating systems, as it just doesn't seem to yet.

      Once again... Have you used Java lately?
      At my company we run and host Java Apps written on every different platform out there. How often are the Java Apps incompatible? Only when someone decides to use Micro$oft specific Java. (Which isn't that often.)

      Why do so many on Slashdot people feel compelled to write FUD about Java just because it's not GPL?

      I suspect that if it were all of a sudden GPL'd everyone here would bow down and start worshipping it, because it's the coolest thing since the hula-hoop.

    2. Re:I'm not really suprised... by Guillermito · · Score: 4, Informative

      While I think some of your points are valid, I also think Sun has made a huge improvement in the area of application setup with their Java Web Start product (now part of the standard jre distribution)

      http://java.sun.com/products/javawebstart/

      With Java Web Start installed in the client's computer you can distribute your Java application by just setting up a web page with a configuration file. The user just click a link in the page and Java Web Start downloads your code, all the libraries and even a newer version of the jre if needed. The application runs on an applet-like sandbox, so it will not read or modify local files, unless the user authorizes it. The applicacion is then cached for future use, so it will not be downloaded again, unless an automatic checking proves it has changed. If you are using Windows Java Web Start will ask you whether you want to add an icon to the menu the second time you start an application.

      Of course, all this wonderful features work only if you have the jre installed in the first place. So it's some kind of chicked and egg situation. Anyway, I don't find the standard jre installation more complex that, say, installing Acrobat Reader, or other commonly used plug-ins.

      Sun mantains a collection of links to third party Java applications:
      Swing sightings. Some of them very interesting, some of them Web-startable.

    3. Re:I'm not really suprised... by codepunk · · Score: 2, Insightful

      Well you are only partially right.... Yes the execution environment holds up wide spread acceptance. The problem lies in the developers that distribute the applications and not with anything that sun does or does not do. It is the job of the application installer to ensure a proper runtime environment. This is the one thing that is horribly missing in most distributed java applications. I recently did a install of limewire on a machine and that is one program that is written to install correctly. It was a simple installation and no I did not have to set up class paths or any crap like that it just worked. Perhaps developers should concentrate on deployment a little just as well?????

      --


      Got Code?
    4. Re:I'm not really suprised... by Kerg · · Score: 4, Funny
      Hint:

      META-INF/manifest.mf

    5. Re:I'm not really suprised... by rhizome · · Score: 5, Insightful

      Why do so many on Slashdot people feel compelled to write FUD about Java just because it's not GPL?

      Aside from you pulling that GPL crack out of your ass (your comment's parent didn't mention the GPL once), there seems to be plenty of room for criticism of Sun's relationship with Java and OSS. Want to install the JDK on FreeBSD? Be sure to a)install a GUI; b)install a browser that works with the various linking methods that Sun uses; c) register for a sun.com account and waste time telling Sun important things like your address; d) log in; e)Agree to the SCSL; f)download something that says "Linux" in the name (there are very few references to FreeBSD at Sun, and none in the JDK download section); g)manually download the source file; h)Agree to a license *again*; i) etc...

      Leave it to Sun to infect FreeBSD with the Microsoft-style inefficiencies that FBSD has been so good at distancing itself from. It's not about the GPL, it's about Sun and the way they treat people who aren't their cheerleaders. Being an employee of wide-line Java shop, you probably don't have occasion to relate to that.

      --
      When I was a kid, we only had one Darth.
    6. Re:I'm not really suprised... by tempest303 · · Score: 2

      Why do so many on Slashdot people feel compelled to write FUD about Java just because it's not GPL?

      Nice troll. Where the hell did the poster mention the GPL in that post!? He might have been under-informed, etc, but the poster didn't once mention the GPL, or open source at all. Go ahead and refute his actual claims, but spare us the straw men and the "I'm hipper than all you OTHER /.'ers because I'm criticising the GPL and all it's hippy followers!" I hate to tell you this, but it's been done. (/me looks over in Carnage4Life's direction... just kiddin' Dare. ;-)

    7. Re:I'm not really suprised... by BlackSol · · Score: 2

      Did you read the post?

      The poster was not suggesting that there was any problems with the stability of the apps once they are set up right, or that there were any problems with compatiblity between systems.

      Here's an example of what they are talking about:

      Take an average MSCE. Give them whatever type of box they like (NT, XP, 2K whatever). Ask them to get Tomcat running. Time them. If it takes them longer than 10 minutes (and it will) to get it running properly there needs to be work done. Now repeat for Forte, Netbeans, Eclipse, etc...

      The point isn't that it can't be done its that its not easy enough yet.

      Another case in point, take a non-technical Mom. Explain Classpaths, src vrs class, and java vs javac to her to the point where she can understand it. Now repeat with VB. The knowledge required is just much less.

      That said all the applications you mentioned are incredible. I love them. To be honest Java is the neatest thing in development I've worked with (and thats saying ALOT). When done right its provides stellar results.

      --
      $sig=$1 if($brain =~ /idea\s+(.*)/i);
    8. Re:I'm not really suprised... by tempest303 · · Score: 2

      I just think that many people automatically criticize Java because it's not OpenSource or GPL, without ever really using the technology or learning about the JCP. That is what I attempted to point out with my GPL comment.

      Well, then, you did a much better job of explaining it this time around. (and good for you for not taking my playful flamebait. ;)

      http://slashdot.org/comments.pl?sid=29895&cid=32 10 240

      The above post basically sums up what I think about Java... it's a great technology, it's just a real shame that Sun insists on dominating the language. It's their right, but I think it's also their folly. I wonder sometimes where Free Software could be right now if Java was made an independant, more open standard... (for that matter, think of where JAVA could be!)

    9. Re:I'm not really suprised... by md17 · · Score: 2, Insightful

      I did read the post and my comments stand. The poster mentioned "developers and users"

      Developers: First of all I do not consider the average MSCE a java developer. Also, since I doubt that the average MSCE's has a good understanding of the Java platform asking them to install tomcat is like asking them to pull a list of the top 50 email senders out of /var/adm/mail.log and sort them alphabetically all with a string of unix commands. The point is that any Java developer can install any of the mentioned apps pretty quickly.

      Users: With Java most users just need a web browser and / or J2SE 1.3.1 from Sun. How is that difficult?

    10. Re:I'm not really suprised... by Kerg · · Score: 2
      Another case in point, take a non-technical Mom. Explain Classpaths, src vrs class, and java vs javac to her to the point where she can understand it. Now repeat with VB. The knowledge required is just much less

      Not sure why a non-technical mom would need to understand any of these... but let's play anyway..

      Classpath vs DLL versions in VB src vs executable vs form definition files in VB compiler vs runtime in VB

      I really fail to see the difference... these are basic elements in any development environment.... even in VB

    11. Re:I'm not really suprised... by soybean · · Score: 2, Funny
      I suspect that if it were all of a sudden GPL'd everyone here would bow down and start worshipping it, because it's the coolest thing since the hula-hoop.

      You know, for kids.

    12. Re:I'm not really suprised... by briansmith · · Score: 2

      The fact is that it would cost Sun _real money_ to support FreeBSD. That is because they have to _pay_ their employees to do the work. I'm sure if you agreed to _pay_ Sun's employees for better FreeBSD support, you could have a better FreeBSD experience too.

      So, how much are you willing to pay? Zero dollars, you say? Well, what a coincidence, that's how much Sun wants to pay too!

      Why not use all zero dollars to create your own J2SE/J2EE platform implementation and give it away for free? When you are done, somewhat will complain that you don't have it running on GeoWorks on Commodore-64; what will you say to them?

  3. Above and beyond by axlrosen · · Score: 4, Insightful

    It really looks like Sun went above and beyond the call of duty here. I doubt Apache expected them to use $3 million of their own money to help fix this, but they did it anyway because it turned out that that was the only way to fix issue #4 on their list. Pretty cool. Chalk up one Open Source Brownie Point for Sun.

    1. Re:Above and beyond by ddstreet · · Score: 5, Informative
      use $3 million of their own money

      I think if you read it more closely, it says:

      Sun will therefore offer an annual support scholarship program to suitably qualified efforts to cover access to support services for TCKs offered by Sun.

      Which limits it to TCKs offered by Sun - meaning Sun doesn't actually spend any money, they just don't take any money in for those specific cases (they're not losing anything, since those implementors can't afford Sun's prices anyway!)

      So while it's kinda nice, Sun is not spending 3 million, and is not really losing any money either - those who get the free license by definition couldn't afford it in the first place.

  4. It's about time by WndrBr3d · · Score: 4, Informative

    I figured this would happen eventually. It seems all Web Server software (other an IIS of course) will merge to become an Application Server. Well, not as much merge but mature.

    This happened last year with the relase of ColdFusion Server 5.0 which had a built in J2EE Aplication Server. This gave ColdFusion programmers the platform to incorporate Java into their CF apps (but if they were smart they'd use it as a springboard to merge all apps over to Java).

    This will probably be a big step forward for Apache and I'm interested to see whats cranked out.

  5. You shouldn't have to... by curtis · · Score: 2

    Almost all installers now provide a way to wrap the java application in such a way that this is abstracted from end users...

    Also, if you don't use an installer, you should provide an application specific start method (shell script, makefile when developing, or batch file) that wraps the basic classpath with your specific application's classpath.

    My classpath:
    CLASSPATH=$(JAVA_HOME)/jre/lib/rt.jar; .

  6. this is totally offtopic but by Chundra · · Score: 5, Funny

    Is it just me, or is the java icon they're using a styrofoam cup of coffee with cigarette butts floating in it? If so, it's cool (even though it was copped from a perl jounal a while back). If not, what the hell is that floating in there?

    1. Re:this is totally offtopic but by Grue · · Score: 2, Funny

      I thought it looked like hot chocolate with a half melted deformed marshmallow blob.

      Insert paranoid conspiracy rant about Java not really being what it seems...

      Josh

    2. Re:this is totally offtopic but by nickynicky9doors · · Score: 2

      I thought it was like a glass flue covering a plant starter kit like I use to start my uhm... ermm.. Java plants, yea that's it... Java plants

      --

      heuristic algorithm seeks stochastic relationship
  7. This looks really positive... but... by JohnMunsch · · Score: 5, Interesting

    There's one detail that I notice and it may be very important. They list at the end of the document a set of JSRs that they are committed ("at a minimum") to changing to meet Apache's requirements. Can you see which one is missing?

    JSR 151, Java 2 Platform, Enterprise Edition 1.4 (J2EE 1.4) Specification is not in the list. That's the one that JBoss really needs (or JSR 58 for J2EE 1.3) access to testing on and a guarantee that Sun isn't going to go after them for implementing an open source version of their specification.

    Now I could be overreacting, it could be that they left 151 out of the list because it is still open and they intend to get to it for that reason, but if that was the case you would expect to see 58 in the list. I'm hoping this is more oversight than an actual attempt to continue the foolishness with JBoss.

    --
    Sigs are for people who started using the net _after_ '86.
    1. Re:This looks really positive... but... by jon_eaves · · Score: 2
      From the end of the article:

      The revised JSPA will govern the execution of JSRs which are created after it has gone into effect, which is probably several months away. When that occurs, all new JSRs (led by Sun or others) will be governed by an agreement that satisfies Apache's requirements.

      Again in the interests of meeting the spirit of the requirements, Sun will modify the specification licenses of all the JSRs currently in progress to reflect Apache's requirements as met in the new draft JSPA. And we reaffirm a previous statement that we would work over time to change the licenses of previously completed JSRs to comply with the new JSPA draft. We specifically commit to doing such changes at a minimum for:

      JSR 31 (JAXB), JSRs 52, 53, 152, 154 (JSPs/Servlets), JSR 63 (JAXP), JSR 67 (JAXM), JSR 93 (JAXR), JSR 101 (JAXRPC), JSR 127 (Java Server Faces), JSR 172 (J2ME Web Services)

      From my reading, they are committing to make it happen retrospectively for the above JSRs (as a minimum) and it will be in place for future JSRs.

      Of course, this is providing that this new wording is passed by the committee for JSP-99.

      I suppose it will be back to beating up Sun for not putting Java under the GPL ;-)

    2. Re:This looks really positive... but... by Wesley+Felter · · Score: 2

      OK, so J2EE 1.5 will fall under the new rules; when will that be? One year from now?

    3. Re:This looks really positive... but... by briansmith · · Score: 2

      I think the real issue will be whether or not JBoss will "qualify" for the free TCK. JBoss is free but the JBoss founders are making cash through consulting and other means.

      Also, even if JBoss passes the test, they won't be able to use the J2EE brand, because testing is not the only requirement to be J2EE branded, I believe.

  8. Re:it's like rearranging deck chairs on the Titani by corey_lawson · · Score: 5, Insightful

    ...and you don't think that eventually Mono will have to do the same monkey tricks that Apache has to do now with Microsoft? All MS has to do is make a key piece of functionality proprietary and not disclose it to Mono, and they have many legal layers they can wrap it under, just like with Samba and Kerberos. Will ActiveState release Perl.net for non-Win32 systems? Will the (crazy?) people who put out Cobol.net do the same? Will MS allow some of the libs used by .Net to be made hostable from non-Win32 systems?

  9. Re:it's like rearranging deck chairs on the Titani by lkaos · · Score: 2

    That is regrettable because an open source Java equivalent of ECMA C# would have been available years ago if only a standard equivalent to ECMA C# had been created for Java.

    It wouldn't have even taken that much for there to be a Free Software version of Java. Because Sun released Java under there horrible shared source-like license, Kaffe had a whole world of trouble preventing IP pollution.

    It's really ashame.

    --
    int func(int a);
    func((b += 3, b));
  10. No OSS RI licensing is news to me by ddstreet · · Score: 3, Interesting
    "2. The JSPA must grant an Expert Group the right, at the Expert Group's discretion, to release its own Reference Implementation (RI) and/or Test Compatibility Kit (TCK) under an open source license (Apache-style license minimum.) ..."

    The draft of the JSPA submitted for community review would permit the TCK to be so licensed, but not the RI.

    That's news to me, when we moved into the public review period for JSR80 (javax.usb), the JCP PMO suggested that we host the RI, licensed under the Common Public License, on our own server.

    We have written and circulated a change to the draft JSPA that would permit the RI to be so licensed.

    Well that's good news. I thought it was already ok! Guess that's why IANAL.

  11. Tomcat: It's not just for development anymore by /dev/zero · · Score: 4, Informative

    We run Tomcat 4.0.3 in production, and have found it to be more than adequate. Like most Open Source tools, it's growing into larger and larger roles.

    --

    He that breaks a thing to find out what it is has left the path of wisdom.
    -- J.R.R. Tolkien
  12. They're spending on supporting the TCKs by sigmond · · Score: 2, Interesting
    Read the quote again:
    Sun will therefore off an annual support scholarship program to suitably qualified efforts to cover access to support services for TCKs offered by Sun. Emphasis added
    This means that Sun will fund the support services required by the selected "efforts" in the course of certifying their projects via the TCKs. The note states these support services can be costly to provide and that is where the $3 million of Sun's money comes in.
  13. Not even close to an iceburg by sigmond · · Score: 2, Insightful

    1) Java is not going away. It has a lot of momentum, a number of mature implementations and competing implementations. While .NET will be successful the two are assured of uneasy coexistance for the forseeable future.

    2) The specification process for the Java platform is public, includes vendors of competing implementations and gives them an equal vote. MSFT will do all that when hell freezes over, pigs fly and user error is a thing of the past.

    3) Don't believe the ECMA C# hype. That is only a small part of the .NET platform and as such is in no way comparable to the level of open specification present in the JCP.

    4) Furthermore, anyone who believes that MSFT is going to play nice needs to take a refresher course on recent history. A vendor with dominent market share has nothing to benefit from high levels of interoperability. The internet alone set MSFT back substantially in continued and extended market domination.

  14. Jboss certification by chicoy · · Score: 2, Interesting

    This is a step in the right direction. Apache made a stance and stood their ground. Sun gets sick of everyone's complaints - so they listen (plus I wouldn't mess with Apache).

    Now that Sun-Apache is better (not perfect), can Sun PLEASE solve the issue with JBoss. They are not as big as Apache, yet, but the certification of an open source implementation of J2EE is very important.

    It is not over yet, I think this is very promising, but until Sun 'really' decides where they stand on OSS, Java will continue to get hurt.

    --
    ~the keyboard is mightier than the pen.
    1. Re:Jboss certification by Kerg · · Score: 3, Informative

      The JBoss team can afford to get the certification (and have sponsors who were willing to pay for this, and told SUN about it). The problem is that to get certified you need to agree to Sun legal documents that disallows the distribution of source code for J2EE certified products. Hence no Open Source J2EE implementation can be certified. This is the reason Lutris for example chose to close the source for their J2EE implementation. For them it was more important to get certified than to support Open Source development. For the JBoss team the opposite is the case. We will not close the source base just so that we can get a "J2EE Certified" sticker for the product.

  15. Re: what's floating in my cup of java? by Chundra · · Score: 2

    Well, it looks like 3-4 severely coffee logged butts huddled together to me. When I zoomed into it even at 200% it looked like just a blob (maybe a marshmallow).

  16. Re:Could you provide a link?` by jhunter · · Score: 5, Informative
    Here's the behind the scenes story from the Apache perspective, written by the Apache representative to the JCP.

    Apache's rep,
    Jason Hunter

  17. It's still "Free Software need not apply" by Big+Jojo · · Score: 2

    Of course, the orignal Java USB API was/is LGPL'd (jusb.sourceforge.net). But the terms of the various JCP agreements prevent JCP processes from working with such an effort (even for expert group membership, much less the other issues). The jUSB effort predated JSR-80 by over a year. See the FAQ entry on that topic (at the jUSB site).

    If IBM is going to mention their javax.usb API as an example of OSS and Java, I think it's worth highlighting that there's a very strong argument to be made that Sun permitted that OSS license to preclude a Free Software effort taking hold. Notice that even the Apache effort was having a hard time getting accepted as an OSS/JCP process ... this USB example shows that Sun is clearly willing to bend its process quite a lot to prevent Free Software from gaining headway.

    Now if Sun were willing to let (a) the Reference Implementation (RI) and (b) the Test Compatibility Kit (TCK) be Free Software, and (c) structure the JCP so that Free Software contributors can fully/Freely contribute to the spec, as opposed to needing to license themselves to Sun at zero cost ... then I could agree that there's been some real progress.

    Until then, all I see happening is that Sun continues to be opposed to a true "Community Process" because it's excluding the Free Software community.

    1. Re:It's still "Free Software need not apply" by ddstreet · · Score: 2
      The jUSB effort predated JSR-80 by over a year

      Check your facts. You are wrong. And javax.usb was started internally (at IBM) long before starting the JSR.

      Sun permitted that OSS license to preclude a Free Software effort taking hold

      Ah, so 2 groups have never worked on similar projects before eh? Hello, gnome, kde? We have no desire to 'preclude' David or his project, he/it is free to continue obviously.

      In the specific case of JSR80, the RI is Open Source. There is no TCK yet, but it will (as far as I know) be Open Source also.

      Now, if you are talking about the process, I have no argument; it's closed and the JSPA is (was?) so restrictive I would never sign it as an independent developer.

    2. Re:It's still "Free Software need not apply" by Big+Jojo · · Score: 2
      Check your facts. You are wrong.

      Let's see, CVS for the jUSB effort has files dating from April 2000. But IBM's effort only entered public review in September 2001 (according to the JSR project page, which doesn't list the CVS for the RI). That seems like almost a year and a half to me.

      I think there's an argument to be made that the essence of "Open Source" has a lot more to do with open development process than just ability to get source code. That's not to say that having source isn't useful ... it's just to say that in the long term, what's important is that processes are open (dare I say "Free"?). I do understand that corporations may prefer the definition of "open" which amounts to "we can easily accept other peoples' bugfixes, and yet maintain total control".

      ...if you are talking about the process, I have no argument; it's closed

      Well, that's the basic point I was making. It's closed enough that even "Open" sourcing is a huge step, and Free Software is still basically precluded by the JCP rules. Given that, the software produced by the JCP can't ever be "open" in the most essential meaning of that term.