Jspx is a free OpenSource java web framework. Under Apache2 License you are totally free to use jspx the way you want. There are a lot of things to download beside the binary distribution. You can download the Source Code or the demo project. It is always better to start with the demo project source Code as it will show you jspx in Action.
View All Jspx Downloads »
This is the binary jar file that you need to add to your project in order to start using jspx.
This is a normal java project that can be imported easily into eclipse IDE. It also has the required jar libraries along
with an ant build file to build the project. It is encouraged to add this source code to your projects to
give you a better idea about what is going on.
jspx-src.zip »
The is one zip file contains all the demo projects altogether.
jspx-demos.zip »
The is the very simple demo war file that you can download to run directly in your favorite web server.
jspx-demo1.war »
This is the source code in an eclipse project for jspx demo 1, you may need to see the very simple use of Jspx.
jspx-demo1-src.zip »
Relatively more close to a real business case, where you can insert/edit/delete customers and bills.
This is the source code in an eclipse project for jspx demo 2, you will explore real application to save and retrieve customer
data.
jspx-demo2-src.zip »
Another real application used to track assets and calculate the current value based on the depreciation rate and registration data.
This is the source code in an eclipse project for jspx demo 2, you will explore real application to save and retrieve
assets with depreciation rate.
jspx-demo3-src.zip »
This is a Google App Engine Application that shows step by step how to get started with Jspx. This is an app engine project
that needs Google SKD.
jspx-live-src.zip »