55 | | * JavaDB is embedded and used in org.sophie2.server.persistence module. Interfaces and classes for communication with the database are implemented.[[BR]] |
56 | | [source:trunk/sophie2-platform/modules/org.sophie2.server.persistence] |
57 | | * When the user is persisted in the database he/she can log and see the about Sophie page(this is the only server page for now), otherwise he/she can't log the the server. You can start the server, go to localhost:8003 and try by yourself. The login and about pages are JSPs. - [[changeset:615]] and [[changeset:623]] |
| 55 | * JavaDB is embedded and used in org.sophie2.server.persistence module. There is "test" database created. Interfaces and classes for communication with the database are implemented.[[BR]] |
| 56 | See [source:trunk/sophie2-platform/modules/org.sophie2.server.persistence] and [wiki:S2S_PERSISTENCE_COMMONS_R0] task. |
| 57 | * When the user is persisted in the database he/she can log and see the about Sophie page(this is the only server page for now), otherwise he/she can't log the the server. You can start the server, go to localhost:8003 and try by yourself. Now we have one user in the database with username: astea and password: astea1(since there is no registration option for now). The login and about pages are JSPs. - [[changeset:615]] and [[changeset:623]] |