Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PMF/Architecture"

(v)
 
Line 1: Line 1:
The purpose of this project is to provide the modeling environment for driving the business model to UI presentation. The following roles will be respected during the design and development:
+
The purpose of this project is to provide a modeling environment for driving the business model to UI presentation. The following roles will be respected during the design and development:
 
* UI technology independent
 
* UI technology independent
 
* Support of all major business model such as Java, EMF, UML, etc.
 
* Support of all major business model such as Java, EMF, UML, etc.
 
* Model transformation or code generation engine neutral
 
* Model transformation or code generation engine neutral
 
* High extensible to enable each technology to customize it for a complete solution.
 
* High extensible to enable each technology to customize it for a complete solution.
 +
* this framework can be embedded in other modeling solution and work in standalone
 +
 +
Two kinds of users will use this framework in a different way:
 +
* Application UI drivers, who focus on the transformation from  business model to UI Presentation
 +
* Framework customization developers, who connect this PIM PMF solution with a PSM UI solution

Revision as of 19:18, 29 October 2009

The purpose of this project is to provide a modeling environment for driving the business model to UI presentation. The following roles will be respected during the design and development:

  • UI technology independent
  • Support of all major business model such as Java, EMF, UML, etc.
  • Model transformation or code generation engine neutral
  • High extensible to enable each technology to customize it for a complete solution.
  • this framework can be embedded in other modeling solution and work in standalone

Two kinds of users will use this framework in a different way:

  • Application UI drivers, who focus on the transformation from business model to UI Presentation
  • Framework customization developers, who connect this PIM PMF solution with a PSM UI solution

Back to the top