-
Michael Yuan: First Release of Seam Plugin for NetBeans (7 messages)
- Posted by: Joseph Ottinger
- Posted on: April 20 2007 06:06 EDT
Michael Yuan has posted "First Release of Seam Plugin for NetBeans!," pointing out Petr Pisl's contribution to the NetBeans community. A full walkthrough of generating a simple application is posted; the plugin is still new, but looks good. The plugin looks like it can only deploy to JBoss AS (which isn't much of a limitation, in real terms) but it'll be nice when Java EE 5 is standard enough that Seam can be as cross-server as, say, Hibernate is.Threaded Messages (7)
- Seam is cross-application server by Michael Yuan on April 20 2007 23:43 EDT
- Re: Seam is cross-application server by Joseph Ottinger on April 21 2007 11:55 EDT
- Re: Seam is cross-application server by Michael Yuan on April 21 2007 01:14 EDT
- Re: Seam is cross-application server by Joseph Ottinger on April 21 2007 11:55 EDT
- Re: Michael Yuan: First Release of Seam Plugin for NetBeans by Dennis Bekkering on April 22 2007 11:15 EDT
- Re: Michael Yuan: First Release of Seam Plugin for NetBeans by Michael Yuan on April 22 2007 18:00 EDT
- More Seam information and links by Ian Hlavats on April 22 2007 21:47 EDT
- Re: Michael Yuan: First Release of Seam Plugin for NetBeans by Dennis Bekkering on April 23 2007 14:35 EDT
-
Seam is cross-application server[ Go to top ]
- Posted by: Michael Yuan
- Posted on: April 20 2007 23:43 EDT
- in response to Joseph Ottinger
Actually, Seam applications can be deployed to almost all application servers: Glassfish, plain Tomcat, WebSphere 6.x, WebLogic 9.x ... The trick is that Seam can use POJO components instead of fully fledged EJB3 components, and hence you can write Seam apps that run on any J2EE server. Seam EJB3 applications can deploy in JBoss AS and Glassfish. I think it can probably deploy to Oracle and WebLogic's EJB3 containers with minor tweaks as well. -
Re: Seam is cross-application server[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: April 21 2007 11:55 EDT
- in response to Michael Yuan
My point was not that Seam couldn't be deployed to various containers, but that the plugin supported JBoss AS only. -
Re: Seam is cross-application server[ Go to top ]
- Posted by: Michael Yuan
- Posted on: April 21 2007 13:14 EDT
- in response to Joseph Ottinger
My point was not that Seam couldn't be deployed to various containers, but that the plugin supported JBoss AS only.
Thanks for the clarification, and sorry if I was too zealous in "defending" Seam in my first response! Since the NetBeans plugin is written by Petr Pisl (a Sun employee), I expect it to support Glassfish deployment (both in POJO and EJB3) very soon. :) -
Re: Michael Yuan: First Release of Seam Plugin for NetBeans[ Go to top ]
- Posted by: Dennis Bekkering
- Posted on: April 22 2007 11:15 EDT
- in response to Joseph Ottinger
Does anyone have links to articles or blogs that objectively review seam in its current state? It seams ;) promising but I like to read something else than the usual hallelujah on their site. -
Re: Michael Yuan: First Release of Seam Plugin for NetBeans[ Go to top ]
- Posted by: Michael Yuan
- Posted on: April 22 2007 18:00 EDT
- in response to Dennis Bekkering
IBM developerWorks has recently published an article on Seam. It written by Dan Allen, who is not affiliate with Red Hat. http://www-128.ibm.com/developerworks/java/library/j-seam1/index.html Nuxeo, an open source CMS company, presented a Seam case-study at JBoss World last year: http://www.slideshare.net/sfermigier/nuxeo-ep-5-open-source-enterprise-content-management-a-seam-case-study/ Other reviews can be found if you search the blogsphere. Hope that helps. -
More Seam information and links[ Go to top ]
- Posted by: Ian Hlavats
- Posted on: April 22 2007 21:47 EDT
- in response to Dennis Bekkering
Does anyone have links to articles or blogs that objectively review seam in its current state? It seams ;) promising but I like to read something else than the usual hallelujah on their site.
Hi Dennis, If you are looking for more information about Seam, you may want to check out the Seam tag reference documentation and Seam user guide on our website. If you are looking for more plugins for Seam, you may want to check out our product, SeamTools for Dreamweaver. (A free community edition is available for download.) The extension includes comprehensive support for the Seam framework, including Seam tag auto-completion, context-sensitive help, and EJB3 component integration. Hope it helps! Ian Hlavats JSFToolbox - JavaServer Faces for Dreamweaver -
Re: Michael Yuan: First Release of Seam Plugin for NetBeans[ Go to top ]
- Posted by: Dennis Bekkering
- Posted on: April 23 2007 14:35 EDT
- in response to Joseph Ottinger
thanks for the links guys