[[BackLinksMenu]] = Analysis = == Overview == The goal of the task is to run initial web server with example pages. Server tasks depends on each other and may be implemented in parallel. == Task requirements == * see result of [wiki:S2S_CORE_DEPLOYMENT_R0]) to know which will be the Sophie web server * make some web pages using the server, for example: * Login * About * User Profile == Task result == First web pages with Sophie 2.0 server == Implementation idea == - == Related == [wiki:S2S_CORE_DEPLOYMENT_R0][[BR]] [wiki:S2S_CORE_COMMONS_R0] == How to demo == Show the web pages to the rest of the team. = Design = * make jsp/html pages for logging, about and user profile sections * use servlets to link the new pages to the server - http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-forward-requests-from-servlet-t.html * Use the new created !ServerModule to run the server and see the results = Implementation = [source:trunk/sophie2-platform/modules/org.sophie2.server/src/main/resources] = Testing = == User documentation == [wiki:ITERATION_05/Release/UserDocumentation/11_WorkingWithSophieServer] == Release documentation == This task shows that the sample Sophie 2 Server works. == Manual tests == [http://sophie2.org/testlink/index.php Testlink test ids:] 323 === Main tests === [http://sophie2.org/testlink/index.php Testlink test ids:] 323 === Related tests === [http://sophie2.org/testlink/index.php Testlink test ids:] 773, 776, 779 == Reported bugs == (none so far) = Comments = deyan: Navigation with tab key is confusing (the login page). Following order of scrolling between the fields would be better: User Name, Password, Repeat Password, e-mail, Repeat e-mail, Full Name, Affiliation, Website, Photo, About me. = Log = [[Include(wiki:S2S_WEB_COMMONS_R0_LOG)]]