Changes between Version 6 and Version 7 of S2S_DEPLOY_TECHNOLOGIES_R0
- Timestamp:
- 11/25/08 16:22:10 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_DEPLOY_TECHNOLOGIES_R0
v6 v7 12 12 13 13 == 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) 15 15 * Talk to Milo what is the best decision. 16 16 * Deploy simple configuration of the chosen database. … … 24 24 25 25 == 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. 27 31 28 32 == Related == … … 31 35 32 36 == 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. 34 39 35 40 = Design =