Changes between Initial Version and Version 1 of S2S_DEPLOY_TECHNOLOGIES_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_DEPLOY_TECHNOLOGIES_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3![[TicketQuery(summary=S2S_DEPLOY_TECHNOLOGIES_R0, compact)]] 
     4 
     5 
     6= Analysis = 
     7 
     8== Overview == 
     9The goal of this task is to research and decide which technologies we will use for deploying and running the Sophie server. They should be demonstrated. 
     10 
     11== Task requirements == 
     12 * Decide which database we will use (i.e. HSQLDB, !MySql, !SqlLite, !PostGre) 
     13  * Talk to Milo what is the best decision.  
     14  * Deploy simple configuration of the chosen database. 
     15 * Decide which servlet container we will use (It is jetty. See [wiki:S2S_CORE_DEPLOYMENT_R0]) 
     16 * Decide if we will use JSPs for the web pages. Deploy them and give examples. 
     17 * Decide which technologies we will use for web services (i.e. SOAP web services(xfire, axis), rest services) 
     18  
     19 
     20== Task result == 
     21 * Sophie 2 basic server which runs and use the chosen database and basic web user interface. 
     22 
     23== Implementation idea == 
     24- 
     25 
     26== Related == 
     27[wiki:S2S_CORE_DEPLOYMENT_R0] 
     28[wiki:S2S_WEB_COMMONS_R0] 
     29 
     30== How to demo == 
     31Show the running server and its web interface. Demonstrate the communication with the chosen database. 
     32 
     33= Design = 
     34 
     35= Implementation = 
     36^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     37 
     38= Testing = 
     39 
     40= Comments = 
     41^(Write comments for this or later revisions here.)