Git Product home page Git Product logo

sigma_grid_demo's Introduction

This jsp/java sample has passed test with
1.Apache Tomcat 6.0 (Windows) 
2.MySQL5.0.27-standard (Windows)

INSTALLATION
1. Unzip this package a dir that your tomcat can access,
say D:\sigma_sample\ for Windows or /usr/sigma_sample for Unix. Then you will see the following structure.
sigma_sample/.settings
sigma_sample/build/
sigma_sample/src/
sigma_sample/WebContent/
sigma_sample/work/
sigma_sample/CreatTable.sql
...

2. You need MYSQL installed on your box and run CreatTable.sql to set up a database. If you are using some other database, you have to modify CreatTable.sql a little bit before running it.

3. Deploy the app into your tomcat.
a. create dir named conf/Catalina/localhost under your tomcat base dir.
The tomcat dir looks like
Tomcat 6.0/bin/
Tomcat 6.0/common/
Tomcat 6.0/conf/
Tomcat 6.0/logs/
Tomcat 6.0/webapps/
Tomcat 6.0/conf/Catalina/localhost/
...

b. Copy sigma_sample.xml to conf/Catalina/localhost/. It looks like
Tomcat 6.0/conf/Catalina/localhost/gtdemo.xml

c. Open sigma_sample.xml and change docBase and workDir to the dir in step one.
<Context path="sigma_sample" reloadable="true" docBase="D:\sigma_sample\WebContent" workDir="D:\sigma_sample\work" />

d. Please change WebContent\views\controller.jsp to make sure it points to your database.

3. View the sample list1.jsp in your browser. Generally, the url could be 
http://localhost:8080/sigma_sample/views/list1.jsp

ABOUT SIGMASOFT
Sigmasoft Technologies LLC is a software company providing cross-browser javascript GUI components and tools & services involved. Our aim is to make AJAX simple and easy. 
Sigmasoft also provides end-to-end solutions in web development (Web 2.0, PHP, ASP.NET, ASP, JSP, XML, Flash), application development and IT consulting services. Please send email to [email protected] for further infomation.

sigma_grid_demo's People

Contributors

xwooduser avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.