Difference between revisions of "CodelistManagerDesign"

From D4Science Wiki
Jump to: navigation, search
(Portlet)
(WebFragment)
Line 24: Line 24:
  
 
==WebFragment==
 
==WebFragment==
 +
Servlet 3.0 introduces web fragments. Every module can be packaged as a webfragement.
 +
http://java.sun.com/developer/technicalArticles/JavaEE/JavaEE6Overview_Part2.html

Revision as of 16:51, 16 April 2012

Context

Statistical cluster

CodelistManager

Architecture

CMArchitecture.png

Package Diagram

PackageDiagram.jpg

Dozer is a utility to define mappings between object graphs.


Module Architecture

ModuleArchitecture.jpg

An instance of a CodelistManager can be deployed on a Java application server. A module can be packaged in a Custom, Porlet of WebFragment way.

Proprietary

The CodelistManager will have its own definitions of the notion of a module. Geoserver has done something similair. Every module is a jar file, can be dropped on the classpath and will add definitions to the UI menu. Geoserver has used intensively the Spring framework in order to implement its modularity.

Portlet

Packaging as portlet means complying with the Java Portlet Specification 2.0 (JSR 286). The portlets can be deployed on a portal server like [1].

WebFragment

Servlet 3.0 introduces web fragments. Every module can be packaged as a webfragement. http://java.sun.com/developer/technicalArticles/JavaEE/JavaEE6Overview_Part2.html