]> source.dussan.org Git - vaadin-framework.git/commit
Fixed #943 (Creating new applications without altering web.xml)
authorJani Laakso <jani.laakso@itmill.com>
Tue, 4 Dec 2007 18:13:55 +0000 (18:13 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 4 Dec 2007 18:13:55 +0000 (18:13 +0000)
commit2bfeca0498c879c11f11a54a22ad87cccdaa78c2
tree827aa1d49b3348f7fb3273ddb39db38cf211284f
parent0df0319345e22146c3ff8b12802937b37f5dc06d
Fixed #943 (Creating new applications without altering web.xml)

How to use
 * Try http://localhost:8080/myContext/run/com.itmill.toolkit.demo.Calc

web.xml contains run/* servlet with applicationRunner=true parameter.
This should not affect Toolkit in any way if applicationRunner is not defined.
Currently it is defined only with run/*

This needs review. Reason why I did this is to
 * skip one step more for newbies
 * "how to start" flash demo is simpler (included XML is enough for any new application)

Side-effects
 * UIDL request have part of URI path after their UIDL request, see firebug

svn changeset:3160/svn branch:trunk
WebContent/WEB-INF/web.xml
build/package/WebContent/WEB-INF/web.xml
src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java