Extensions"
m |
m |
||
Line 7: | Line 7: | ||
Here is an overview of the extensions of ZK. If you are new to ZK and prefer to understand ZK first, you could skip this section and go back later after you understand ZK more. | Here is an overview of the extensions of ZK. If you are new to ZK and prefer to understand ZK first, you could skip this section and go back later after you understand ZK more. | ||
− | There are a lot of projects that extend ZK's functionality, boost productivity, provide sample code, and many others. For more | + | There are a lot of projects that extend ZK's functionality, boost productivity, provide sample code, and many others. For more projects, you could search [http://code.google.com/query/#q=zk Google Code], [http://sourceforge.net/search/?q=zk Sourceforge.net], [http://sourceforge.net/projects/zkforge/ ZK Forge], etc. |
=[http://www.zkoss.org/product/zkstudio.dsp ZK Studio]= | =[http://www.zkoss.org/product/zkstudio.dsp ZK Studio]= | ||
+ | ZK Studio is a visual integrated development environment for developing ZK applications with [http://www.eclipse.org Eclipse IDE]. | ||
=[http://rem1.sourceforge.net/ REM]= | =[http://rem1.sourceforge.net/ REM]= | ||
− | REM is a NetBeans module for ZK | + | REM is a [http://www.netbeans.org/ NetBeans] module for ZK that simplifies the development of ZK with NetBeans IDE. |
=[http://www.zkoss.org/product/zkspring.dsp ZK Spring]= | =[http://www.zkoss.org/product/zkspring.dsp ZK Spring]= | ||
+ | ZK Spring integrates ZK and [http://www.springsource.org/ Spring framework]. | ||
+ | |||
=[http://www.zkoss.org/product/zkjsp.dsp ZK JSP Tags]= | =[http://www.zkoss.org/product/zkjsp.dsp ZK JSP Tags]= | ||
+ | ZK JSP Tags is a collection of JSP tags built upon ZK components, such that developers could use ZK components and other JSP tags in the same JSP page. | ||
+ | |||
=[http://code.google.com/p/zk-ztl/ ZTL]= | =[http://code.google.com/p/zk-ztl/ ZTL]= | ||
+ | |||
+ | ZTL is a testing toll to automate the test of ZK including unit test and screen-image comparing. | ||
+ | |||
=[http://code.google.com/p/zest/ ZEST]= | =[http://code.google.com/p/zest/ ZEST]= | ||
+ | ZEST is a lightweight MVC and REST framework providing an additional page-level MVC pattern to isolate the request's URI, controller and view (such as ZUML document). | ||
+ | |||
=[http://www.grails.org/ZK+Plugin ZKGrails]= | =[http://www.grails.org/ZK+Plugin ZKGrails]= | ||
+ | ZK Grails integrates ZK and [http://www.grails.org Grails]. | ||
+ | |||
=[http://www.zkoss.org/product/zkspreadsheet.dsp ZK Spreadsheet]= | =[http://www.zkoss.org/product/zkspreadsheet.dsp ZK Spreadsheet]= | ||
+ | ZK Spreadsheet is a ZK component delivering functionalities found in Microsoft Excel to ZK applications. | ||
+ | |||
=[http://www.zkoss.org/product/zkcalendar.dsp ZK Calendar]= | =[http://www.zkoss.org/product/zkcalendar.dsp ZK Calendar]= | ||
+ | ZK Calendar is a ZK component enabling rich and intuitive scheduling functionality to ZK applications. | ||
+ | |||
=[http://code.google.com/p/zkcdi/ ZK CDI]= | =[http://code.google.com/p/zkcdi/ ZK CDI]= | ||
+ | ZK CDI integrates ZK and [http://seamframework.org/Weld JBoss Weld CDI RI]. | ||
+ | |||
=[http://code.google.com/p/zkseam2/ ZK Seam]= | =[http://code.google.com/p/zkseam2/ ZK Seam]= | ||
− | + | ZK Seam integrates ZK and [http://seamframework.org/ Seam]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 09:54, 15 March 2011
Here is an overview of the extensions of ZK. If you are new to ZK and prefer to understand ZK first, you could skip this section and go back later after you understand ZK more.
There are a lot of projects that extend ZK's functionality, boost productivity, provide sample code, and many others. For more projects, you could search Google Code, Sourceforge.net, ZK Forge, etc.
ZK Studio
ZK Studio is a visual integrated development environment for developing ZK applications with Eclipse IDE.
REM
REM is a NetBeans module for ZK that simplifies the development of ZK with NetBeans IDE.
ZK Spring
ZK Spring integrates ZK and Spring framework.
ZK JSP Tags
ZK JSP Tags is a collection of JSP tags built upon ZK components, such that developers could use ZK components and other JSP tags in the same JSP page.
ZTL
ZTL is a testing toll to automate the test of ZK including unit test and screen-image comparing.
ZEST
ZEST is a lightweight MVC and REST framework providing an additional page-level MVC pattern to isolate the request's URI, controller and view (such as ZUML document).
ZKGrails
ZK Grails integrates ZK and Grails.
ZK Spreadsheet
ZK Spreadsheet is a ZK component delivering functionalities found in Microsoft Excel to ZK applications.
ZK Calendar
ZK Calendar is a ZK component enabling rich and intuitive scheduling functionality to ZK applications.
ZK CDI
ZK CDI integrates ZK and JBoss Weld CDI RI.
ZK Seam
ZK Seam integrates ZK and Seam.