Changes between Version 6 and Version 7 of GROUP_READER_R0
- Timestamp:
- 05/08/09 19:20:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_READER_R0
v6 v7 50 50 * reader fake and true launch configuration - it is the same as author but using org.sophie2.reader module as attribute. 51 51 * reader.bundles.config file with the modules needed for running the reader. It has to be located in src/main/resources as it is in the author module. 52 The design is simple for now - the main idea of this revision is to run(fake or true running) different from author edition. The following steps has to be done:52 The design is simple for now - the main idea of this revision is to run(fake and true running) sophie reader edition independently. The following steps has to be done: 53 53 * ReaderBookDocumentWindow/ReaderBookDocumentWindow will extend the corresponding windows that are already implemented but with overritten methods for preview mode, outline frames and outline connections. When app.author module is implemented there will be AuthorDocumentwindow which will extend BookDocumentWindow so that the BookDocumentWindow will be base class for the author and reader. 54 54 * ReaderAppDocumentsWindow has to be created so the created window will be reader one not author.