Apache Launches a J2EE Project
gstein writes "The ASF has announced the launch of the "Geronimo" project. Geronimo will be an Apache-licensed implementation of the Java J2EE specification; further, the ASF is committed to getting it certified as J2EE-compliant. The project is looking for developers interested in helping to carry this ambitious effort forward. See the original invitation that was sent out to many J2EE communities."
For one thing, JBoss is under the LGPL and if I'm not mistaken Apache projects only use code released under the Apache Software License (ASL) or other suitably compatible license such as MPL or BSD.
Secondly, a lot of people seem to have objections over how the JBoss Group (allegedly) runs its business. Enough so as to stop them from using the product.
JBoss, unfortunately, is a bit of a bear to use. Just what I've learned through the frustrations of others.
-
ping -f 255.255.255.255 # if only
Ok, we all know it is not very performant compare to other servlet container, but things are getting improved with the latest releases.
:(
But about the stability, i've pushed tomcat on some big servers since years without having any kind of problem.
If well parametrized, there is no issue for a single instance to handle more than 200 connections at the same time. This is quite enough for most people server requirements !
Bu the way did you heard about schroedinger, a nice packaging that ease the setup of tomcat for developement machines ?
Pretty nice and simple, also have a zeroconf (aka rendezvous) discovery feature. Only missing is a webstart link
Huh? There is a Sun reference implemention of J2EE, but if you read the license you will realize it's not free software: you don't get rights to modify it or redistribute it. You can get the source code, but there is a separate, complex license for that. Also, it is explicitly not licensed for commercial use. You can't run a business off it. Finally, it is also not intended to be fast or stable: it is built for correctness, not performance (although they don't even do the correctness part very well: there are bugs).