Does anyone have experiences with both in the real world? How do they compare in terms of performance (memory usage, speed, etc)? Stability?
Does JBoss Seam work well on Glassfish?
|
|
|
|
|
|
|
(disclaimer: I work at Sun and I am in the GF team) I agree that Seam works fine on GlassFish; see blogs.sun.com/theaquarium/tags/seam GFv3 is quite different than JBoss 5; in particular:
GFv3 is designed to be very modular; services start on demand, there is an update center repository, etc. GFv3 is significantly smaller than JBoss 5 and will start much faster. JBoss 5.1 GA is listed as 130MB; GFv3Preview is 50MB. GFv3 starts in a couple of seconds; JBoss in tens (you should try the startup for your own platform). There are other differences, some inherited from GlassFish v2 like the graphical admin console, or the admin CLI. A more direct comparison for JBoss 5 would be the GlassFish v2 releases, which are based on Java EE 5. The latest release in that family is GFv2.1, with a GFv2.1.1 release scheduled in October (see blogs.sun.com/theaquarium/entry/schedule_for_glassfish_v2_1). Sun also provides patch releases of GlassFish (akin to RedHat's support for JBoss); see blogs.sun.com/glassfishforbusiness and sun.com/glassfish. |
||
|
|
|
|
Seam is completely independent of JBossAS, so that's not an issue (although Redhat might try and convince you otherwise). As for Glassfishv3 vs JBossASv5, they're remarkably similar. I wouldn't say there's much to pick between them. |
||
|
|