Changes between Version 4 and Version 5 of DJWS
- Timestamp:
- 2011-02-01T14:39:46+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DJWS
v4 v5 40 40 The MOLGENIS name is now 'myapp', retrieved from the MolgenisServlet by ''!MolgenisServlet.getMolgenisVariantID()'' in the [http://www.molgenis.org/svn/gcc/trunk/handwritten/webserver/WWWServer.java mapper]. 41 41 42 ''Note: this mechanism is extremely useful for letting the 'outside world' know where your application is located, and is also makes deployment under different names very easy. Just 'hot' edit the MolgenisServlet and export a WAR file with the same name.'' 43 42 44 === '''3) Custom servlets''' === 43 45 To avoid editing hardcoded mappings in the WWWServer [http://www.molgenis.org/svn/gcc/trunk/handwritten/webserver/WWWServer.java mapper] class, we decided to add a dynamic component. Any Java class in handwritten/java/servlets ([http://www.molgenis.org/svn/gcc/trunk/handwritten/java/servlets/ link]) is considered a servlet, and automatically loaded.