Changes between Version 7 and Version 8 of DJWS
- Timestamp:
- 2011-02-01T14:44:23+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DJWS
v7 v8 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 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. 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. You only have to restart when Java code is changed, do this by terminating the process and hitting start. (run Java app) 5 5 6 6 However, there are three important things to notice!