Jspx Downloads

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 »

Jspx Binary Jar

This is the binary jar file that you need to add to your project in order to start using jspx.

Please note that some of Jspx features are using external open source libraries, Please note that the following version are not mandatory, you may use older versions. these libraries are as following:
  1. poi-3.9-20121203.jar apache poi
  2. commons-fileupload-1.2.1.jar apchi common file upload
  3. commons-jexl-2.1.1.jar apchi common JEXL
  4. commons-io-1.3.2.jar apchi common io
  5. slf4j-api-1.7.2.jar slf4j
  6. optional jcl-over-slf4j-1.7.5.jar slf4j bridge for Commons logging

jspx-2.1.jar »

Jspx Source Code

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 »

Jspx Demo projects in one Zip file

The is one zip file contains all the demo projects altogether.
jspx-demos.zip »

Please note that the following are the demo projects from jspx 1.2, You still can download them and replace the jspx jar used with the latest version.
we have put all the demos another zip files where the jspx jar is updated to the latest.

Jspx Demo1 war

The is the very simple demo war file that you can download to run directly in your favorite web server.
jspx-demo1.war »

Jspx Demo1 Source Code

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 »

Jspx Demo2 war

Relatively more close to a real business case, where you can insert/edit/delete customers and bills.

This Demo requires a MySQL DB having a schema to be used for storing data. Please don't forget to download! jspx-demo2-mysqldb.sql

jspx-demo2.war »

Jspx Demo2 Source Code

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 »

Jspx Demo3 war

Another real application used to track assets and calculate the current value based on the depreciation rate and registration data.

This Demo requires a MySQL DB having a schema to be used for storing data. Please don't forget to download! jspx-demo3-mysqldb.sql
jspx-demo3.war »

Jspx Demo3 Source Code

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 »

Jspx Live Demo Source Code

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 »