-
Seam 2.0.2.GA released (18 messages)
- Posted by: Joseph Ottinger
- Posted on: May 16 2008 11:19 EDT
We've just announced that Seam 2.0.2 has reached GA. This release brings over over 150 bugfixes to Seam 2 (released back in November), and, with over 70,000 downloads since then, Seam 2 has had good exposure! Documentation improvements include a new look and feel, new content includes a chapter on getting started with JBoss Tools, a tutorial on internationalising your app, and updated information on using Seam with different application containers.Threaded Messages (18)
- OSGi bundle by Daniel Wiell on May 16 2008 15:38 EDT
- Re: OSGi bundle by Bill Burke on May 17 2008 12:18 EDT
-
Re: OSGi bundle by Daniel Wiell on May 17 2008 05:20 EDT
- Re: OSGi bundle by Bill Burke on May 18 2008 08:44 EDT
- Re: OSGi bundle by Chief Thrall on May 18 2008 08:17 EDT
-
Re: OSGi bundle by Daniel Wiell on May 17 2008 05:20 EDT
- Re: OSGi bundle by Bill Burke on May 17 2008 12:18 EDT
- Re: Seam 2.0.2.GA released by arjan tijms on May 16 2008 17:26 EDT
- I hardly see the news value by Kristof Jozsa on May 17 2008 02:59 EDT
- Re: I hardly see the news value by Thai Dang Vu on May 17 2008 06:30 EDT
- Re: I hardly see the news value by Jose Neto on May 17 2008 09:17 EDT
- Re: I hardly see the news value by Jacob Hookom on May 17 2008 11:10 EDT
-
News item frequency by Joseph Ottinger on May 18 2008 07:34 EDT
- Re: News item frequency by arjan tijms on May 18 2008 12:18 EDT
- Re: News item frequency by Jacob Hookom on May 18 2008 01:39 EDT
-
News item frequency by Joseph Ottinger on May 18 2008 07:34 EDT
- Re: I hardly see the news value by Bill Burke on May 17 2008 12:09 EDT
- Re: I hardly see the news value by Joseph Ottinger on May 18 2008 07:35 EDT
- Re: I hardly see the news value by Chief Thrall on May 18 2008 08:13 EDT
- Re: I hardly see the news value by Thai Dang Vu on May 17 2008 06:30 EDT
- Good Work by Balamurugan Easwaran on May 21 2008 11:12 EDT
- Great job by Bill Sergeant on May 26 2008 03:47 EDT
-
OSGi bundle[ Go to top ]
- Posted by: Daniel Wiell
- Posted on: May 16 2008 15:38 EDT
- in response to Joseph Ottinger
Great work guys! Seam really do solve most of the pain points with JSF development. Any chance you guys could turn Seam into an OSGi bundle? /Daniel -
Re: OSGi bundle[ Go to top ]
- Posted by: Bill Burke
- Posted on: May 17 2008 12:18 EDT
- in response to Daniel Wiell
Great work guys! Seam really do solve most of the pain points with JSF development.
Daniel, I'm sorry to pick on you, but, do you even know what that means? Do you think that just because something is packaged as an OSGi bundle it will magically be able to integrate with anything? OSGi doesn't go much beyond classloader import/export, start/stop/publishing of services. It doesn't even define a dependency injection mechanism. Since SEAM is a framework on top of a Servlet engine, unless the servlet engine has the appropriate SPIs, you're not going to get much from packaging it as an OSGi bundle that you don't already get in non-OSGi servers. Don't get me wrong, I love OSGi. The Java industry needs a standardized kernel, but OSGi still lacks a lot of abstractions that are necessary to have a true pluggable and integratable deployment process. We've implemented a lot of these abstractions in the JBoss 5 kernel (a long with OSGi support) and hope to eventually get them in the OSGi specification so that all can benefit. -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com
Any chance you guys could turn Seam into an OSGi bundle?
/Daniel -
Re: OSGi bundle[ Go to top ]
- Posted by: Daniel Wiell
- Posted on: May 17 2008 17:20 EDT
- in response to Bill Burke
That sounded like a pretty big no to me. We deploy maybe 10-15 apps in a single server instance (mostly small intranet apps). There are probably some 50 dependencies common amongst the apps. Currently, the only option is to bundle them with each and every app. That's quite a waste if you ask me. I'm not looking for much "magic". How about to let me keep my dependencies in a shared repository, without worrying about version conflicts? That would be more then enough benefit from having the libraries I depend on packaged as bundles. As for Seam being on top of the Servlet API - JSF RI and MyFaces are certainly also built on top of the Servlet API, and are available as bundles. -
Re: OSGi bundle[ Go to top ]
- Posted by: Bill Burke
- Posted on: May 18 2008 20:44 EDT
- in response to Daniel Wiell
That sounded like a pretty big no to me.
I really don't know if somebody has done a Seam OSGi bundle. I don't work on the project. I would guess not because, again, IMO, it really doesn't add that much, if anything, to Seam and they probably have higher priority items. But, I'm sure if you asked or made a big stink about it they'd take care of it. They are a very receptive community. Maybe you could do some research and help Seam create an OSGi bundle? I'm sure the rest of the community would be real appreciative.
We deploy maybe 10-15 apps in a single server instance (mostly small intranet apps). There are probably some 50 dependencies common amongst the apps. Currently, the only option is to bundle them with each and every app. That's quite a waste if you ask me.
I'm not looking for much "magic". How about to let me keep my dependencies in a shared repository, without worrying about version conflicts? That would be more then enough benefit from having the libraries I depend on packaged as bundles.
As for Seam being on top of the Servlet API - JSF RI and MyFaces are certainly also built on top of the Servlet API, and are available as bundles. -
Re: OSGi bundle[ Go to top ]
- Posted by: Chief Thrall
- Posted on: May 18 2008 08:17 EDT
- in response to Bill Burke
It doesn't even define a dependency injection mechanism...
While we are at DI, I would like to ask Mr. Burke if he would be kind to provide his opinion regarding Spring's new App Server. (This is serious question, no trolling intent whatsoever) -
Re: Seam 2.0.2.GA released[ Go to top ]
- Posted by: arjan tijms
- Posted on: May 16 2008 17:26 EDT
- in response to Joseph Ottinger
How does this compare to WEB4J? (see: https://www.theserverside.com/news/thread.tss?thread_id=49372) -
I hardly see the news value[ Go to top ]
- Posted by: Kristof Jozsa
- Posted on: May 17 2008 02:59 EDT
- in response to Joseph Ottinger
"X web framework has a second minor release since the latest major bringing a couple of bugfixes." - Amazing.. do we really need a news item for that? Or I miss the added value somewhere? Maybe it's the new documentation laf? -
Re: I hardly see the news value[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: May 17 2008 06:30 EDT
- in response to Kristof Jozsa
+1 No new features, just bug fixes and there's a news about in on TSS?!?! I think Gavin King's framework is marketed at the best. (By the way, I never used Seam, but I respect Gavin and his works). -
Re: I hardly see the news value[ Go to top ]
- Posted by: Jose Neto
- Posted on: May 17 2008 09:17 EDT
- in response to Thai Dang Vu
I don't know for others, but for me this post has great value. It brought me the right information the moment I needed. Thanks! -
Re: I hardly see the news value[ Go to top ]
- Posted by: Jacob Hookom
- Posted on: May 17 2008 11:10 EDT
- in response to Kristof Jozsa
In an age of Digg and RSS aggregators, having sites like TSS only promote one or two news items a day just isn't hardly enough. I would be more than happy to see Joe turn the dial to 11 on posting everything and anything to increase readership. Not all posts need to be some awe inspiring revelation on Java development. -
News item frequency[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: May 18 2008 07:34 EDT
- in response to Jacob Hookom
For the record: our average number of posts per weekday is three, with it occasionally going to five. The "one post per day" trend is quite rare. -
Re: News item frequency[ Go to top ]
- Posted by: arjan tijms
- Posted on: May 18 2008 12:18 EDT
- in response to Joseph Ottinger
For the record: our average number of posts per weekday is three, with it occasionally going to five. The "one post per day" trend is quite rare.
For the record, I actually like the low frequency of new posts on TSS. It gives the posts that do make it far more exposure and more chance for a healthy discussion. -
Re: News item frequency[ Go to top ]
- Posted by: Jacob Hookom
- Posted on: May 18 2008 13:39 EDT
- in response to Joseph Ottinger
For the record: our average number of posts per weekday is three, with it occasionally going to five. The "one post per day" trend is quite rare.
Please don't take it the wrong way :-) I just want to see more, even stuff like this. There's 5+ sites I have to check just to get up to date on Java. -
Re: I hardly see the news value[ Go to top ]
- Posted by: Bill Burke
- Posted on: May 17 2008 12:09 EDT
- in response to Kristof Jozsa
"X web framework has a second minor release since the latest major bringing a couple of bugfixes." - Amazing.. do we really need a news item for that? Or I miss the added value somewhere? Maybe it's the new documentation laf?
Do we need news items about Rick Hightower calling in sick to work? Or yet another item on how "Java is Dead"? This is why i first read www.infoq.com in the morning and TSS only occasionally now. -
Re: I hardly see the news value[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: May 18 2008 07:35 EDT
- in response to Bill Burke
Thanks, Bill. (I love this kind of post: wouldn't it make you feel great if I posted stuff like "this is why I never use Red Hat or JBoss, but Windows rocks" on jboss.org?) Incidentally, Rick Hightower calling in sick wasn't newsworthy; it was what he posted about it that I found interesting, as did others. YMMV. And as far as Java being dead, I think the amount and quality of responses is itself an answer to the claim of Java's death -- personally, the claim itself is "eh" but the nature of the response says that the claim itself is wrong."X web framework has a second minor release since the latest major bringing a couple of bugfixes." - Amazing.. do we really need a news item for that? Or I miss the added value somewhere? Maybe it's the new documentation laf?
Do we need news items about Rick Hightower calling in sick to work? Or yet another item on how "Java is Dead"? This is why i first read www.infoq.com in the morning and TSS only occasionally now. -
Re: I hardly see the news value[ Go to top ]
- Posted by: Chief Thrall
- Posted on: May 18 2008 08:13 EDT
- in response to Bill Burke
Do we need news items about Rick Hightower calling in sick to work? Or yet another item on how "Java is Dead"?
Of course we do.This is why i first read InfoQ in the morning and TSS only occasionally now.
Yeah reading threads on InfoQ with 0 users comments is fun fun. -
Good Work[ Go to top ]
- Posted by: Balamurugan Easwaran
- Posted on: May 21 2008 11:12 EDT
- in response to Joseph Ottinger
Guys you have done very good work It simplifies lot of stuff -
Great job[ Go to top ]
- Posted by: Bill Sergeant
- Posted on: May 26 2008 03:47 EDT
- in response to Joseph Ottinger
I particularly like Seam's support for conversations and easy tie-in to Hibernate. It looks as if this release has also fixed a number of issues with earlier versions.