Welcome to the Core jMaki Demo
----------------------------


1. Setup

  |-css-templates -> Contains template pages and layouts
  |
  |-web -> Contains a web app with everything you need for a bare bones jMaki applications
    | 
    |-resources
         |
         |-hello -> A simple widget	  
         |-hello2 -> A simple widget that takes parameters
    |
    |-index.jsp -> A simple JSP file using the hello widgets.



2. Building and Deploying

The web directory is in a Java EE web application format.
You can zip the file up with a .war extension and copy it to your target container or
you could just map the directory in your configuration files.

If you are using ant you can do the following:

Type "ant" from the top directory and find the jmaki-core.war in the directory "dist"


3. Running

Open your browser to:

http://localhost:8080/jmaki-core/


4. Feedback and Feature Requests:

Please use the jMaki forums to provide feedback and feature requests.

http://forums.java.net/jive/forum.jspa?forumID=96
