Download cirrus Free Java Code

Description

Javascript server side web framework using Java servlets and Rhino.

Icons

cirrus

Source Files

The download file cirrus-master.zip has the following entries.


.gitignore//from w ww  .  j  a  v a 2 s.  com
LICENCE
README.md
build.xml
cirrus
cirrus.bat
jetty/c3p0-0.9.1.2.jar
jetty/hsqldb-1.8.0.10.jar
jetty/jetty-6.1.24.jar
jetty/jetty-naming-6.1.24.jar
jetty/jetty-plus-6.1.24.jar
jetty/jetty-util-6.1.24.jar
jetty/log4j-1.2.14.jar
jetty/log4j.xml
jetty/servlet-api-2.5.jar
lib/compile/commons-lang-2.3.jar
lib/compile/commons-logging-1.1.jar
lib/compile/servlet-api-2.5.jar
lib/runtime/js.jar
lib/test/c3p0-0.9.1.2.jar
lib/test/hsqldb-1.8.0.10.jar
lib/test/jairusunit-1.0.jar
lib/test/jetty-6.1.24.jar
lib/test/jetty-util-6.1.24.jar
lib/test/jline-0.9.94.jar
lib/test/junit-3.8.2.jar
lib/test/jython-2.5.0.jar
lib/test/log4j-1.2.14.jar
pom.xml
script/console.js
script/hsqldb
script/hsqldb.bat
script/hsqldb.rc
script/server.js
src/main/java/com/joelhockey/cirrus/Cirrus.java
src/main/java/com/joelhockey/cirrus/CirrusServlet.java
src/main/java/com/joelhockey/cirrus/DB.java
src/main/java/com/joelhockey/cirrus/Resource.java
src/main/java/com/joelhockey/cirrus/RhinoJSON.java
src/main/java/com/joelhockey/cirrus/RhinoJava.java
src/main/java/com/joelhockey/cirrus/StatementResultSet.java
src/main/java/com/joelhockey/cirrus/Timer.java
src/main/resources/app/cirrus.js
src/main/resources/app/controllers/index_controller.js
src/main/resources/app/controllers/login_controller.js
src/main/resources/app/controllers/public_controller.js
src/main/resources/app/controllers/user_controller.js
src/main/resources/app/jst.js
src/main/resources/app/models/user.js
src/main/resources/app/views/default.jst
src/main/resources/app/views/errors/404.jst
src/main/resources/app/views/errors/405.jst
src/main/resources/app/views/errors/407.jst
src/main/resources/app/views/errors/500.jst
src/main/resources/app/views/login/login.jst
src/main/resources/app/views/user/list.jst
src/main/resources/db/000_init.sql
src/main/resources/db/migrate/001_create.sql
src/main/resources/public/favicon.ico
src/main/resources/public/images/cirrus.jpg
src/main/resources/public/index.html
src/main/resources/public/scripts/jquery-1.4.2.js
src/main/resources/public/scripts/jquery-1.4.2.min.js
src/main/resources/public/scripts/jquery-ui-1.8.5.custom.min.js
src/main/resources/public/scripts/json2.js
src/main/resources/public/scripts/smartcard.js
src/main/resources/public/styles/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
src/main/resources/public/styles/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
src/main/resources/public/styles/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
src/main/resources/public/styles/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
src/main/resources/public/styles/smoothness/images/ui-bg_glass_75_dadada_1x400.png
src/main/resources/public/styles/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
src/main/resources/public/styles/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
src/main/resources/public/styles/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/main/resources/public/styles/smoothness/images/ui-icons_222222_256x240.png
src/main/resources/public/styles/smoothness/images/ui-icons_2e83ff_256x240.png
src/main/resources/public/styles/smoothness/images/ui-icons_454545_256x240.png
src/main/resources/public/styles/smoothness/images/ui-icons_888888_256x240.png
src/main/resources/public/styles/smoothness/images/ui-icons_cd0a0a_256x240.png
src/main/resources/public/styles/smoothness/jquery-ui-1.8.5.custom.css
src/main/resources/public/styles/styles.css
src/main/resources/resource.properties
src/test/java/com/joelhockey/cirrus/Console.java
src/test/java/com/joelhockey/cirrus/JavaServlet.java
src/test/java/com/joelhockey/cirrus/JsTest.java
src/test/java/com/joelhockey/cirrus/JythonServlet.java
src/test/java/com/joelhockey/cirrus/MockHttpServletRequest.java
src/test/java/com/joelhockey/cirrus/MockHttpServletResponse.java
src/test/java/com/joelhockey/cirrus/MockHttpSession.java
src/test/java/com/joelhockey/cirrus/MockServletConfig.java
src/test/java/com/joelhockey/cirrus/MockServletContext.java
src/test/java/com/joelhockey/cirrus/MockServletInputStream.java
src/test/java/com/joelhockey/cirrus/MockServletOutputStream.java
src/test/java/com/joelhockey/cirrus/MultiThreadTest.java
src/test/java/com/joelhockey/cirrus/PerfTest.java
src/test/javascript/fixtures.js
src/test/javascript/fixtures/user.json
src/test/javascript/functional/index_controller_test.js
src/test/javascript/functional/public_controller_test.js
src/test/javascript/setup.js
src/test/javascript/unit/cirrustest.js
src/test/javascript/unit/jsttest.js
src/test/javascript/unit/usertest.js
src/test/resources/jst.errors.txt
src/test/resources/jst.tests.txt
src/test/resources/log4j.xml
src/test/webapp/WEB-INF/app/controllers/cirrustest_controller.js
src/test/webapp/WEB-INF/app/controllers/mthread_controller.js
src/test/webapp/WEB-INF/app/views/test/_form.jst
src/test/webapp/WEB-INF/app/views/test/_recurse.jst
src/test/webapp/WEB-INF/app/views/test/hello.jst
src/test/webapp/WEB-INF/app/views/test/layout.jst
src/test/webapp/WEB-INF/web.xml
src/test/webapp/test.py

Download

Click the following link to download cirrus-master.zip.

cirrus-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket