Extensions"
Jumperchen (talk | contribs) |
Jumperchen (talk | contribs) |
||
Line 8: | Line 8: | ||
=IDE and Tools= | =IDE and Tools= | ||
− | ==[http://www.zkoss.org/product/zkstudio | + | ==[http://www.zkoss.org/product/zkstudio ZK Studio]== |
ZK Studio is a visual integrated development environment for developing ZK applications with [http://www.eclipse.org Eclipse IDE]. | ZK Studio is a visual integrated development environment for developing ZK applications with [http://www.eclipse.org Eclipse IDE]. | ||
Line 14: | Line 14: | ||
REM is a [http://www.netbeans.org/ NetBeans] module for ZK. It simplifies the development of ZK with [http://www.netbeans.org/ NetBeans IDE]. | REM is a [http://www.netbeans.org/ NetBeans] module for ZK. It simplifies the development of ZK with [http://www.netbeans.org/ NetBeans IDE]. | ||
− | ==[http:// | + | ==[http://www.zkoss.org/product/zats ZATS]== |
− | + | ZATS is a testing toll to automate ZK tests without the need of a browser or a server. | |
==[http://code.google.com/a/eclipselabs.org/p/zk-cdt/ ZK CDT]== | ==[http://code.google.com/a/eclipselabs.org/p/zk-cdt/ ZK CDT]== | ||
Line 28: | Line 28: | ||
=Libraries and Integrations= | =Libraries and Integrations= | ||
− | ==[http://www.zkoss.org/product/zkspring | + | ==[http://www.zkoss.org/product/zkspring ZK Spring]== |
ZK Spring integrates ZK and [http://www.springsource.org/ Spring framework]. It supports Spring, [http://static.springsource.org/spring-security/site/ Spring Security], and [http://www.springsource.org/webflow Spring Web Flow]. | ZK Spring integrates ZK and [http://www.springsource.org/ Spring framework]. It supports Spring, [http://static.springsource.org/spring-security/site/ Spring Security], and [http://www.springsource.org/webflow Spring Web Flow]. | ||
− | ==[http://www.zkoss.org/product/zkjsp | + | ==[http://www.zkoss.org/product/zkjsp ZK JSP Tags]== |
ZK JSP Tags is a collection of JSP tags built upon ZK components, such as that developers could use ZK components and other JSP tags in the same JSP page. | ZK JSP Tags is a collection of JSP tags built upon ZK components, such as that developers could use ZK components and other JSP tags in the same JSP page. | ||
Line 46: | Line 46: | ||
==[http://code.google.com/p/zest/ ZEST]== | ==[http://code.google.com/p/zest/ ZEST]== | ||
ZEST is a lightweight MVC and REST framework which provides an additional page-level MVC pattern to isolate the request's URI, controller and view (such as ZUML document). | ZEST is a lightweight MVC and REST framework which provides an additional page-level MVC pattern to isolate the request's URI, controller and view (such as ZUML document). | ||
− | |||
− | |||
− | |||
==[http://code.google.com/p/zkcdi/ ZK CDI]== | ==[http://code.google.com/p/zkcdi/ ZK CDI]== | ||
Line 55: | Line 52: | ||
==[http://code.google.com/p/zkseam2/ ZK Seam]== | ==[http://code.google.com/p/zkseam2/ ZK Seam]== | ||
ZK Seam is integrated with ZK and [http://seamframework.org/ Seam]. | ZK Seam is integrated with ZK and [http://seamframework.org/ Seam]. | ||
− | |||
− | |||
− | |||
==[http://www.zkoss.org/product/zkjsf ZK JSF Components]== | ==[http://www.zkoss.org/product/zkjsf ZK JSF Components]== | ||
Line 66: | Line 60: | ||
ZK Themes is a collection of various themes, including breeze, silvertail and sapphire. | ZK Themes is a collection of various themes, including breeze, silvertail and sapphire. | ||
− | ==[http://www.zkoss.org/product/zkspreadsheet | + | ==[http://www.zkoss.org/product/zkspreadsheet ZK Spreadsheet]== |
ZK Spreadsheet is a ZK component delivering functionalities found in Microsoft Excel to ZK applications. | ZK Spreadsheet is a ZK component delivering functionalities found in Microsoft Excel to ZK applications. | ||
− | ==[http://www.zkoss.org/product/zkpivottable | + | ==[http://www.zkoss.org/product/zkpivottable ZK Pivottable]== |
ZK Pivottable is a ZK component for data summarization that sorts and sums up the original data layout. | ZK Pivottable is a ZK component for data summarization that sorts and sums up the original data layout. | ||
− | ==[http://www.zkoss.org/product/zkcalendar | + | ==[http://www.zkoss.org/product/zkcalendar ZK Calendar]== |
ZK Calendar is a ZK component enabling rich and intuitive scheduling functionality to ZK applications. | ZK Calendar is a ZK component enabling rich and intuitive scheduling functionality to ZK applications. | ||
− | |||
− | |||
− | |||
==[[ZUSS Reference|ZUSS]]== | ==[[ZUSS Reference|ZUSS]]== |
Revision as of 04:18, 17 June 2014
Here is an overview of the extensions of ZK. They are optional. If you are new to ZK and prefer have some knowledge of ZK first, you could skip this section and come back later after you understand more about ZK.
There are hundreds of projects which extend ZK's functionality by boosting programmer productivity, providing sample code and many others. For more projects, you could search ZK Project-Info, Google Code, Sourceforge.net, GitHub, ZK Forge etc.
IDE and Tools
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. It simplifies the development of ZK with NetBeans IDE.
ZATS
ZATS is a testing toll to automate ZK tests without the need of a browser or a server.
ZK CDT
ZK CDT is a component development tool which provides wizards to simplify the creation of ZK components.
ZK Jet
ZK Jet is a browser extension that works with Firefox and Google Chrome. This provides users with a ZK sandbox environment.
run-jetty-run
Use this plugin's embedded Jetty distribution to run web applications in Eclipse. This helps to speed up the ZK development by minimizing the deployment time. The project is maintained by Tony Wang, a member of the ZK Team.
Libraries and Integrations
ZK Spring
ZK Spring integrates ZK and Spring framework. It supports Spring, Spring Security, and Spring Web Flow.
ZK JSP Tags
ZK JSP Tags is a collection of JSP tags built upon ZK components, such as that developers could use ZK components and other JSP tags in the same JSP page.
ZKGrails
ZKGrails is a ZK plugin for the next generation rapid Web development framework, Grails.
ZK addon for Spring ROO
ZK addon for Spring ROO enables rapid development of ZK / Spring / JPA projects using Spring ROO.
ZK UI Plugin for Grails
The ZK UI plugin, similar to ZKGrails, can be seamlessly integrated ZK with Grails. It uses the Grails' infrastructures, such as gsp and controllers.
ZEST
ZEST is a lightweight MVC and REST framework which provides an additional page-level MVC pattern to isolate the request's URI, controller and view (such as ZUML document).
ZK CDI
ZK CDI is integrated with ZK and JBoss Weld CDI RI.
ZK Seam
ZK Seam is integrated with ZK and Seam.
ZK JSF Components
ZK JSF Components are a collection of JSF Components built upon highly interactive ZK Ajax components.
Components and Themes
ZK Themes
ZK Themes is a collection of various themes, including breeze, silvertail and sapphire.
ZK Spreadsheet
ZK Spreadsheet is a ZK component delivering functionalities found in Microsoft Excel to ZK applications.
ZK Pivottable
ZK Pivottable is a ZK component for data summarization that sorts and sums up the original data layout.
ZK Calendar
ZK Calendar is a ZK component enabling rich and intuitive scheduling functionality to ZK applications.
ZUSS
ZUSS (ZK User-interface Style Sheet) is an extension to CSS. It is compatible with CSS, while allows the dynamic content, such as variables, mixins, nested rules, expressions, and Java methods with existing CSS syntax.
ZK Incubator Widgets
ZK Incubator Widgets hosts a collection of incubator widgets, tools and add-ons.