Changes between Version 6 and Version 7 of S2S_DEPLOY_TECHNOLOGIES_R0


Ignore:
Timestamp:
11/25/08 16:22:10 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_DEPLOY_TECHNOLOGIES_R0

    v6 v7  
    1212 
    1313== Task requirements == 
    14  * Decide which database we will use (i.e. HSQLDB, !MySql, !SqlLite, !PostGre) 
     14 * Decide which database we will use (i.e. HSQLDB, !MySql, !SqlLite, !PostGre, Apache Derby) 
    1515  * Talk to Milo what is the best decision.  
    1616  * Deploy simple configuration of the chosen database. 
     
    2424 
    2525== Implementation idea == 
    26 - 
     26 * Compare the technologies - the pros and cons of each 
     27  * read its documentation - http://db.apache.org/derby/, http://hsqldb.org/, http://www.sqlite.org/, http://www.postgresql.org/ 
     28  * see the license of the listed databases - it must not be GPL.  
     29  * MySql has GPL license, that's why we can't use it. 
     30 * use maven-jspc-plugin to compile the JSPs. We should have two-three JSPs showing the implemented logic. 
    2731 
    2832== Related == 
     
    3135 
    3236== How to demo == 
    33 Show the running server and its web interface. Demonstrate the communication with the chosen database. 
     37 * Show the running server and its web interface, consisting of JSPs and servlets.  
     38 * Demonstrate the communication with the chosen database - use SQuirreL to show the database and its fields. 
    3439 
    3540= Design =