Skip to content

jeanfric/executable-war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Executable WAR
==============

Taking ideas from Hudson and Google Gerrit, this project aims at providing
a relatively easy way for developers to make WAR files self-runnable,
while still deployable to a standard servlet container.

To achieve this goal, we provide a sample Maven recipe that a developer
can use, and a launcher class that will take care of making direct
execution of the WAR possible.

To find out more, please see the Javadoc pages.

Sample Application Code
-----------------------

You can find a sample application that uses executable-war at 
http://github.com/jeanfric/executable-war-sample-application.


References
----------

Kohsuke Kawaguchi's blog post on the topic:
http://weblogs.java.net/blog/2007/02/11/hudson-became-self-executable

Google Gerrit's implementation:
https://gerrit.googlesource.com/executablewar/

About

This project aims at providing a relatively easy way for developers to make WAR files self-runnable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages