| 
                    
                        JAVA
                  server
                   
                  
                  JAVA
                  server  using sun JDK 1.6
                    
                        
                          - Servlet
                            container
 
                             
                            We chose Caucho Resin 3.1, which is a fast servlet
                            container providing Servlets 2.5 and JSP 2.1 support
                            with advanced cache options.  
                              
                           
                          - Automatic
                            Servlet and Bean compilation
 
                             
                            To speed up a usually quite time-consuming process,
                            class compilation, we are using an alternative
                            compiler. Jikes, initially developed by IBM, takes
                            care of any compilation jobs due in our environment.
                            This includes online class and JSP compilation. 
                             
                          - Xerces
                            XML support
 
                             
                             
                          - Database
                            support
 
                             
                            Mysql
                            is fully supported via servlets or JSP scripts
                            (default driver: Connector/J 3.0) 
                             
                             
                         
                           |