-
UPDATE
This project never really got finished, not enough resource time. All file releases have been removed. If you want the source fine, but be advised it is not considered production quality.
TODO - maybe someday work on an actual file release. Change build to Maven, get reports, so on, such that war is easy to build and we do not have build incompatibilities (file releases were problematic because they were for particular architecture and or particular JVM, etc).
2005-10-27 13:10:04 UTC by atrox
-
New release
Improved release with various changes, including a new setup utility that allows you to deploy the WAR, then browse to the context (index.jsp) and setup the app.properties file from a browser. Various other minor improvements as well (minor Junit tests added, Ant build improvements, checkstyle improvements, layout improvements, etc).
2005-06-28 19:55:51 UTC by atrox
-
First release of new format (WAR)
File release for servlet 2.4/JSP 2.0 containers, compiled with JDK 1.5 now available as a WAR. Grab the war, expand it, edit the "app.properties" file to set the root directory and restart the context/container.
I will compile with JDK 1.4 and test with other J2EE specs (2.3/1.2) for other containers soon.
2005-05-11 03:40:14 UTC by atrox
-
UPDATE (again) - more improvements
Got more code cleanup done, got more ant tasks such as checkstyle in place. Fixed a few bugs. Next steps are junit tests and code coverage, almost ready there, and then all time can be devoted to cleanup/improvement of interface and a new file release.
Want it now, check out source, then "ant war" from the root directory - using JDK 1.5 with JAVA_HOME set and ANT_HOME set.
2005-05-10 17:38:55 UTC by atrox
-
UPDATE - lots of improvements
1. CVS and the app itself has been greatly cleaned up (still waiting on some sourceforge requests to completely delete a few things, but if you checkout and prune empty you have a the "clean" stuff) to reflect the Sun J2EE app standard directory layout design.
2. Minor code cleanup (still a lot to do in this area).
3. Ant build in place. Checkout the CVS head, run "ant war", using JDK 1.5 with JAVA_HOME properly set. Then deploy the war (tested on Tomcat 5.5.9, more tests on other platforms and with older JDKs in the future).
MORE STUFF in the docs and TODOs.
2005-05-09 01:08:35 UTC by atrox