Introduction"

From Documentation
m
 
Line 5: Line 5:
 
Now, we provide a way to integrate ZK with Seam, so you can use ZK component to cooperate with Seam's context includes EJBs and JavaBeans. In this article, we will show you a "SayHello" example by Seam first, and then we will show you two examples which base "SayHello" but use ZK to replace JSF.
 
Now, we provide a way to integrate ZK with Seam, so you can use ZK component to cooperate with Seam's context includes EJBs and JavaBeans. In this article, we will show you a "SayHello" example by Seam first, and then we will show you two examples which base "SayHello" but use ZK to replace JSF.
  
The examples in ZK are highly depend on ZK's Data Binding mechanism. You can learn more about Data Binding at [[Small_Talks/2007/March/Data_Binding_Collection_Data_with_ZUML_Annotations |here]] and new feature of annotation for Data Binding in ZK 2.4 [[Small_Talks/2007/July/New_Features_of_ZK_2.4.1 |here]]
+
The examples in ZK are highly depend on ZK's Data Binding mechanism. You can learn more about Data Binding at [[ZK Developer's Reference/Data Binding|ZK Developer's Reference: Data Binding]] and new feature of annotation for Data Binding in ZK 2.4 [[Small_Talks/2007/July/New_Features_of_ZK_2.4.1 |here]]
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 03:27, 29 December 2010

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


JBoss Seam is a powerful application framework for build web applications by unifying and integrating JSF, Ajax4jsf, EJB3 etc. Although Seam is powerful, but it is binding the presentation layout with JSF and Ajax4jsf.

Now, we provide a way to integrate ZK with Seam, so you can use ZK component to cooperate with Seam's context includes EJBs and JavaBeans. In this article, we will show you a "SayHello" example by Seam first, and then we will show you two examples which base "SayHello" but use ZK to replace JSF.

The examples in ZK are highly depend on ZK's Data Binding mechanism. You can learn more about Data Binding at ZK Developer's Reference: Data Binding and new feature of annotation for Data Binding in ZK 2.4 here



Last Update : 2010/12/29

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.