jMaki LoadTable Sample for Java

This sample shows how to load data from an external source in the Dojo table.  Here we 
used a JSP to provide the data.  You may have data in a database but where the data comes
from is independent of how to load it into a table.  The important point is that to load
data from your server side application use the 'service' attribute and the
data is in JSON format. 

Note that in this case the JSON formated data is in a JSP file.  This is done
to simulate a call to an external URL which is returning data.  

This application uses one of the provided layouts. Feel free to change it
to look how you like.

I. Deploying

Copy the jmaki-loadtable.war file to the autodeploy directory of your 
web container or use the deployment tools that came with your web container
to deploy the war. The war requires J2EE 1.4 or better.

Now access the application at:

http://localhost:8080/jmaki-loadtable

II. Resources

Find out more about jMaki at:

https://ajax.dev.java.net/about.html

Find out more about configuring Glue Code at:

https://ajax.dev.java.net/widget-developer.html#config

III. Feedback - Issues

Please see the jMaki Forums for issues or to give feedback.

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