Changes between Version 6 and Version 7 of GROUP_READER_R0


Ignore:
Timestamp:
05/08/09 19:20:31 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_READER_R0

    v6 v7  
    5050  * reader fake and true launch configuration - it is the same as author but using org.sophie2.reader module as attribute. 
    5151  * 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: 
     52The 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: 
    5353 * 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. 
    5454 * ReaderAppDocumentsWindow has to be created so the created window will be reader one not author.