ZCS 6.0:Zimlet Developers Guide:Examples:Simple JSP via Ajax Async
![]() |
Introduction | ![]() |
Getting Started | ![]() |
Dev Environment Setup | ![]() |
Developing Zimlets | ![]() |
Advanced Concepts | ![]() |
API Specifications | ![]() |
Example Zimlets |
Description
This zimlet shows how to launch a JSP from within the Zimlet Handler Object using Ajax and read the response asynchronously.
Definition File
<zimlet name="com_zimbra_simplejspasync" version="1.0" description="An example zimlet using a JSP file."> <include>simplejspexample.js</include> <handlerObject>com_zimbra_simplejspasyncHandlerObject</handlerObject> <zimletPanelItem label="JSP Example (via Ajax)" icon="zimbraIcon"> <toolTipText>Click to launch the JSP Example</toolTipText> </zimletPanelItem> </zimlet>
Download
Zimlet Package | com_zimbra_simplejspasync.zip |