From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/overview-summary.html | 66 ++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 24 deletions(-) (limited to 'doc/overview-summary.html') diff --git a/doc/overview-summary.html b/doc/overview-summary.html index 813d6aa..7280bac 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,7 +2,7 @@ - + Overview @@ -92,79 +92,95 @@ The URY broadcasting and presentation suite. Packages -uk.org.ury.client +uk.org.ury.backend.config   -uk.org.ury.client.test +uk.org.ury.backend.database +Database services for the URY Presenter Suite. + + +uk.org.ury.backend.database.exceptions +Exceptions thrown by the database services classes. + + +uk.org.ury.backend.handlers   -uk.org.ury.config +uk.org.ury.backend.server +The URY Server kernel. + + +uk.org.ury.backend.server.exceptions   -uk.org.ury.database -Database services for the URY Presenter Suite. +uk.org.ury.common.library +  -uk.org.ury.database.exceptions -Exceptions thrown by the database services classes. +uk.org.ury.common.library.exceptions +  -uk.org.ury.frontend +uk.org.ury.common.library.item   -uk.org.ury.frontend.exceptions +uk.org.ury.common.protocol   -uk.org.ury.library +uk.org.ury.common.protocol.exceptions   -uk.org.ury.library.exceptions +uk.org.ury.common.show   -uk.org.ury.library.item +uk.org.ury.common.show.item +The show item class and related properties. + + +uk.org.ury.frontend   -uk.org.ury.library.viewer +uk.org.ury.frontend.client   -uk.org.ury.protocol +uk.org.ury.frontend.client.test   -uk.org.ury.protocol.exceptions +uk.org.ury.frontend.cpanels.menu   -uk.org.ury.server -The URY Server kernel. +uk.org.ury.frontend.cpanels.show +  -uk.org.ury.server.exceptions +uk.org.ury.frontend.exceptions   -uk.org.ury.show +uk.org.ury.frontend.modules.library   -uk.org.ury.show.item -The show item class and related properties. +uk.org.ury.frontend.modules.menu +  -uk.org.ury.show.viewer +uk.org.ury.frontend.modules.show   -uk.org.ury.testrig +uk.org.ury.frontend.testrig   @@ -189,6 +205,8 @@ The URY broadcasting and presentation suite. for use by both server and client implementation;
  • Documentation for the above.
  • +

    Organisation

    +

    The system is organised as followed.

    -- cgit v1.2.3