| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Interview Transcripts |
- Introduction to JBoss Seam by Michael Juntao Yuan - [Clicks: 91]
JBoss Seam is a new full-stack web application framework that unifies and integrates Ajax, JSF, EJB2, Portlets, and BPM. This article is an editted excerpt of chapters 1 and 2 from the first (to-be-released) book on Seam by Michael Yuan and Thomas Heute. It explains what Seam can do and grounds the concepts with a HelloWorld example.
http://www.infoq.com/articles/jboss-seam - Dec, 2006 - JSF frameworks: Shale and Seam by Daniel Rubio - [Clicks: 315]
JSF (JavaServer Faces) was created to address many of the shortcomings present in its Java Web-tier predecessors: JavaServer Pages (JSP) and servlets. But although JSF incorporates many novel approaches to developing Web-based applications from earlier technologies, bringing in a fresh approach to developing Java on the Web tier also comes with its share of challenges. To this end, two frameworks are already being used to streamline the use of JSF components in combination with other Java elements: Shale, developed by the Apache Software Foundation, and Seam, developed by JBoss. This article describes the value these two frameworks bring to your developments with JavaServer Faces.
[Includes source code]
http://www.javaworld.com/javaworld/jw-05-2006/jw-0515-jsf.html - May, 2006 - Discover Seam and Sew Up Your Java Projects Faster than Ever by Mark Smith - [Clicks: 113]
In the tradition of Spring, JBoss offers Seam, which uses a declarative state model, extensive use of annotations, and two-way dependency injection to make automation of huge portions of your complex Java EE apps not just possible, but downright sensible.
[Includes source code]
http://www.devx.com/Java/Article/31327 - Apr, 2006 - JBoss Seam by Thomas Heute - [Clicks: 199]
The JBoss Seam framework is designed to take care of the plumbing between existing frameworks including EJB 3.0, JSF, and BPM. The Seam stateful component model makes it a breeze to develop sophisticated stateful web applications. In this article, we will show how to use Seam to create an e-commerce application--the JBoss Seam DVD Store application.
http://www.onjava.com/pub/a/onjava/2006/03/15/jboss-seam.html - Mar, 2006 - Seam: The Next Step in the Evolution of Web Applications by Norman Richards - [Clicks: 149]
Web sites were originally static. Later dynamic content came about through CGI scripts paving the way for the first true Web applications. Since HTTP was entirely stateless, it became necessary to invent ways for requests to be linked together in a sequence. At first state was added to the URLs, but later the cookie concept came into being. By giving each user a special token, the server could maintain a context for each user, the HTTP session where the application can store state. As simple as it is, the HTTP session defines the entire concept of what a Web application is today.
http://java.sys-con.com/read/180363.htm - Feb, 2006
- JBoss Seam 1.1 Indepth: An Interview with Gavin King by Gavin King - [Clicks: 43]
Seam 1.1 CR1 has just released, with the full GA coming within a couple of weeks. Major new changes include the ability to run SEAM without EJB making it useable in any appserver and even Tomcat, a new concurrency model, ICEFaces/Ajax4JSF integration, and Rails-like code generation/command line tools. InfoQ spoke to Seam creator Gavin King about the release.
http://www.infoq.com/news/2006/11/seam-11-Gavin-King-interview - Nov, 2006 - JBoss SEAM 1.0: rethinking web application architecture by Gavin King - [Clicks: 35]
JBoss SEAM 1.0 was released today; SEAM extends the POJO + annotation-driven and configuration-by-exception programming model of EJB 3.0 into the entire web app stack, while unifying JSF, EJB, AJAX, and business process management (jBPM) into one tightly-integrated framework. InfoQ spoke to Gavin King and got some more background on SEAM and it's 1.0 release today.
http://www.infoq.com/news/JBoss-SEAM-1.0-Gavin-interview - Jun, 2006