| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=PLUGIN_EDITIONS_STRUCTURE_R2, 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|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | |
| 7 | == Overview == |
| 8 | After this revision of the task all three editions of Sophie2 (Author, Reader and Server) should be present. |
| 9 | |
| 10 | == Task requirements == |
| 11 | * Revise [wiki:PLUGIN_EDITIONS_STRUCTURE]: |
| 12 | * It should provide up-to-date and correct information about the editions, their structure and how they can be run. |
| 13 | * Create the Reader edition: |
| 14 | * There should be a module for it: org.sophie2.reader. |
| 15 | * It should differ in at least one plug-in from the Author edition. |
| 16 | * there should be launch configurations added (just like the other editions). |
| 17 | * Fix the launch configurations where needed so that all editions are runnable through the real OSGi container. |
| 18 | * A note from the previous revision is that the JSPs of the server cannot be deployed - this should be fixed. |
| 19 | |
| 20 | == Task result == |
| 21 | * New module for the Reader edition: org.sophie2.reader |
| 22 | * New launch configurations |
| 23 | * Updated wiki page |
| 24 | |
| 25 | == Implementation idea == |
| 26 | * See the previous revisions for ideas on creating the Reader edition. |
| 27 | * See the tasks whose names start with READER_* and AUTHOR_* to see where the two editions differ. |
| 28 | * See [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE#Creatinganewmodule Creating a new module] for information on how to create a new module. |
| 29 | * See the launch configurations of the other editions for ideas on how to create the new one. |
| 30 | * They are in [source:/trunk/sophie2-platform/dev-tools/]. |
| 31 | |
| 32 | == Related == |
| 33 | [wiki:PLUGIN_EDITIONS_STRUCTURE_R1][[BR]] |
| 34 | [wiki:APP_PLUGIN_STARTUP_R1] |
| 35 | |
| 36 | == How to demo == |
| 37 | * Show the updated wiki page. |
| 38 | * Show the launch configurations. |
| 39 | * Run the three editions. |
| 40 | |
| 41 | = Design = |
| 42 | ^(Describe your design here.)^ |
| 43 | |
| 44 | = Implementation = |
| 45 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 46 | |
| 47 | = Testing = |
| 48 | ^(Place the testing results here.)^ |
| 49 | |
| 50 | = Comments = |
| 51 | ^(Write comments for this or later revisions here.) |