Links

Milton: Open-source Java WebDAV implementation

You use Milton to expose the data in your web application via webdav. This data could be from a relational database, the file system, or any other data source. Milton makes no assumptions about the nature of your data.

http://milton.ettrema.com/

Filed under  //   java   servlets   webdav  
Posted February 16, 2011 by email 

Cargo: wrapper to manipulate Java EE containers

Cargo is often used to deploy applications to containers from ant or maven builds. Cargo can install the container and dependencies needed for your deployment as well.

Cargo provides the following Tools and APIs:
* A Java API to start/stop/configure Java Containers and deploy modules into them.
* A Java API to parse/create/merge Java EE Modules
* Ant tasks and Maven 2/Maven 3 plugins.

Supported Containers:
* Geronimo
* Glassfish
* JBoss
* Jetty
* Jo!
* JOnAS
* JRun
* Orion/OC4J
* Resin
* Tomcat
* WebLogic

http://cargo.codehaus.org/

Filed under  //   codehaus   container   deployment   java   jee   jetty   opensource   servlets   tomcat   war  
Posted February 11, 2011 by email