How to create ZK Maven Project–Setup Eclipse Kepler IDE

        

IDE For java development

In the c drive , create a folder called Eclipse

Extract the “eclipse-jee-kepler-SR2-win32” into the folder Eclipse. The folder should look as follows.

clip_image002

Go to the Folder c:\Eclipse and double click “Eclipse.exe”

clip_image002[4]

Click ok

clip_image002[6]

Close the welcome window

Configure Tomcat server in Eclipse
In the Eclipse server Window, Click New Server Wizard as shown.

clip_image002[8]

Select Tomcat 7 Server as shown and click next

clip_image004

Select Tomcat 7 Installation director and JRE as shown and click Finish

clip_image006

Add ZK Maven Archetype

Go to Window -> Preference -> Maven -> Archetypes and Click Add Remote catalog as shown here

clip_image002[10]

In the catalog file enter http://mavensync.zkoss.org/maven2/ and description enter as “ZK Maven Archetype” and click verify

After successful verify, it will show “Found xx archetype(s) as shown here

clip_image004[4]

Click ok button to close the window and for the Click ok button for Preferences window also.

Now we are ready and we will create ZK Application.