[jboss-cvs] jboss-seam/examples/icefaces/view/exp ...
Michael Yuan
michael.yuan at jboss.com
Sun Oct 21 16:40:12 EDT 2007
User: myuan
Date: 07/10/21 16:40:12
Modified: examples/icefaces/view/exp introExp.html
Log:
latest update from icefaces
Revision Changes Path
1.3 +11 -34 jboss-seam/examples/icefaces/view/exp/introExp.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: introExp.html
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/view/exp/introExp.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- introExp.html 1 Oct 2007 16:15:52 -0000 1.2
+++ introExp.html 21 Oct 2007 20:40:12 -0000 1.3
@@ -12,7 +12,7 @@
<div id="main">
<div class="trail">
<div class="numbox">1</div>
- <h2>What is JBoss Seam</h2>
+ <h2>What is JBoss Seam with ICEfaces</h2>
<img src="../img/header_line.gif" />
<p>
@@ -24,48 +24,26 @@
</p>
<p>
- EJB 3.0 and JSF are perhaps the most exciting new developments in the Java EE 5 platform.
- Seam is an innovative new application framework that integrates the EJB 3.0 component model
- with JSF as a presentation tier. Seam builds upon the standard extension points provided by
- both specifications and provides a set of Java annotations that extends the standard
- annotations defined by the EJB specification. In addition, Seam introduces several innovative
- new ideas: managed conversations, declarative and contextual application state management,
- bijection and integrated business process management.
- </p>
-
- <p>
- Traditional web applications are incredibly vulnerable to bugs and performance problems
- relating to state management. Developers are forced to handle issues like back button
- navigation, multi-window browsing, session size management in an utterly ad-hoc fashion.
- Access to transactional components from the web tier has also been problematic. J2EE
- provided no way to have simultaneous access to state held in contexts associated with
- the web request, and state held in transactional resources accessed via EJB. Finally,
- J2EE had no first-class construct for representing state associated with a long-running
- business process. Seam tackles all these problems, and provides a uniform model for
- stateful components in Java EE 5.
+ This application is very similar to the examples/booking application with the exception
+ of using ICEfaces for the web presentation environment. This application looks and
+ feels simliar to the booking example and showcases how ICEfaces integrates well with Seam.
</p>
<p>
ICEfaces provides a rich web presentation environment for JavaServer Faces (JSF)
applications with AJAX-based interactive features. It replaces the standard HTML-based
- JSF renderers with Direct-to_DOM (D2D) renderers, and may be added with little modification
+ JSF renderers with Direct-to-DOM (D2D) renderers, and may be added with little modification
to Seam applications
</p>
<p>
Like all JBoss software, this entire software stack is free. The full source code of this
-
- sample application is available in the <code>examples/booking</code> directory of the
-
+ sample application is available in the <code>examples/icefaces</code> directory of the
<a href="http://www.jboss.com/products/list/downloads#seam">Seam distribution</a>.
- <!--
- There is even a
- <a target="_blank" href="http://docs.jboss.com/TrailBlazer/seam-booking/Seam.htm">
- 10-minute flash demo
- </a>
- showing how to build a Seam web application from ground up.
- -->
</p>
-
+ <p>
+ For further information and examples using ICEfaces with Seam please visit
+ <a href="http://icefaces.org">ICEfaces.org</a>
+ </p>
<p>
<center>
<form>
@@ -73,7 +51,6 @@
</form>
</center>
</p>
-
</div>
</div>
More information about the jboss-cvs-commits
mailing list