public
Rubygem
Description: use jetty to run any warbler based rails project
Homepage: http://jetty-rails.rubyforge.net
Clone URL: git://github.com/fabiokung/jetty-rails.git
jetty-rails / TODO.txt
100644 14 lines (12 sloc) 0.532 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
== TODO never ends...
 
* Improve RDocs
* configuration defaults (web.xml, classes dir, lib dir, ...)
* integration test for lib_dir jars loading
* read configuration from warble.rb
* install custom resources from warbler configuration
* more command line options: --daemon, --num-instances
* add custom classes from warble.rb to the context classpath
* add custom jars from warble.rb to the context classpath
* load web.xml (or web.erb.xml) from config/web.xml
* read any custom jetty.xml
* support jetty-plus features (i.e.: jndi)