Changes between Version 4 and Version 5 of DJWS


Ignore:
Timestamp:
2011-02-01T14:39:46+01:00 (14 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DJWS

    v4 v5  
    4040The 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].
    4141
     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
    4244=== '''3) Custom servlets''' ===
    4345To 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.