Changes between Version 6 and Version 7 of DJWS
- Timestamp:
- 2011-02-01T14:41:42+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DJWS
v6 v7 2 2 Inside the GCC project, you will find a folder called [http://www.molgenis.org/svn/gcc/trunk/handwritten/webserver/ webserver]. This is a fully functional, custom-written webserver in Java, nicknamed the 'DJWS' (danny joeri web server). It currently takes 3 seconds (could be faster if we rework certain servlets) to start up, and 1 second to kill. This means it's exceptionally suitable for rapid testing of web applications, because servers like Tomcat are much more 'heavyweight' and generally much slower to start and stop due to smart caching and other advanced features. 3 3 4 It is ready for immediateuse (after step 1), just run '[http://www.molgenis.org/svn/gcc/trunk/handwritten/webserver/RunStandalone.java RunStandalone.java]' as a Java application and you're set.4 It is ready for use (after step 1), just run '[http://www.molgenis.org/svn/gcc/trunk/handwritten/webserver/RunStandalone.java RunStandalone.java]' as a Java application and you're set. 5 5 6 6 However, there are three important things to notice!