wiki:GROUP_APP_SERVER_RESOURCE_ACCESS_R0

Version 4 (modified by kyli, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=GROUP_APP_SERVER_RESOURCE_ACCESS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

We want to open a book with Sophie2, which resides on the Sophie2 Server. This action should be available through a dedicated palette for server resource listing.

Task requirements

  • Code requirements:
    • Create palette for listing server resources, make it work synchronously with the existing connections palette.
    • Add interface for resource part of the facade, since it currently has only user and group interfaces. This facade functionality will need 2 imlpementations : server-side and client-side. The client side will be used by the palette, the server one will provide resource access to the web services and the web UI.
    • Decompose the server in appropriate modules, at least having separate persistence and core. See the implementation idea for this. Refactoring will be needed.
      • For this revision, it would be better to fake the persistence module - everything will be persisted in the memory. This way, implementation will be easier and module dependency will be minimal.
      • The S2S core module must work with real Sophie2 resources, users and groups must be also resources (users and groups are part of another task, but they must be integrated in the new structure anyway). S2S core should not be directly accessible from the web ui, web services ot from the client. Only the facade will be able to do this.
      • Facade will expose the core functionality to the WS, DC and Web UI. It will have direct access only to the core.
    • S2S core should have the ability to work with custom Sophie2 resources, the facade should provide these methods to the other modules. The web services must be able to serialize the resources in order to pass them to the client.
  • UI :

Task result

Ability to open a book from the server.

Implementation idea

(It would be good to put a diagram for the new module decomposition here.)

GROUP_BASE_SECURITY_R0
S2S_WS_CONNECTOR_R0

How to demo

Start Sophie2. Click on the "connect" button in the left flap/servers tab/connections palette. Double click on a book from the list below, it should open. Quit Sophie2, show the new server module structure, run the tests.

Design

(Describe your design here.)

Implementation

(Describe and link the implementation results here (from the wiki or the repository).)

Testing

(Place the testing results here.)

Comments

(Write comments for this or later revisions here.)