ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Modularization #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Choosel currently consists of the the main choosel GWT module and application 
modules. This limits the development and use of 3rd party visualization 
components.

To allow for easy visualization component development, we need to split the 
monolithic component into a core component, several visualization components 
that depend on the core, and a workbench component that extends the core. The 
workbench would include server parts, while all other modules would be 
client-side only. This facilitates the usage of single components in 
environments that do not contain any server parts (besides file serving).

The application module would then include the core and the visualization 
modules, and potentially the workbench module if a full workbench is desired.

Original issue reported on code.google.com by Lars.Grammel on 22 Jan 2011 at 11:42

GoogleCodeExporter commented 9 years ago
The modularization itself is finished. The documentation still needs to be 
updated, and the old, non-modular svn projects (choosel and chooselexample) 
need to be removed.

Original comment by Lars.Grammel on 7 Feb 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Completed documentation update and removed old modules.

Original comment by Lars.Grammel on 12 Feb 2011 at 8:53