Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/JeeWebApp/Documentation/0.9"

(Web Application Deployment Discoverer)
(Web Application Deployment Discoverer)
Line 35: Line 35:
  
 
[[Image:MoDisco-WebXml_model_in_browser.png]]
 
[[Image:MoDisco-WebXml_model_in_browser.png]]
 +
 +
=== Requirements  ===
 +
 +
To use the plug-in you need:
 +
 +
*JDK 1.5 or above
 +
*a version of Eclipse 3.3 or above with the following set of plug-ins installed
 +
 +
:*[[EMF|EMF]] 2.3.0 or higher
 +
:*[[#Web_Application_Deployment_Metamodel|Web Application Deployment Metamodel]]
 +
 +
=== Source Repository  ===
 +
 +
All of the source code is stored in a public source repository, which you can access at:
 +
 +
[https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.jee.webapp.discoverer/ https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.jee.webapp.discoverer/]

Revision as of 08:19, 27 May 2010

DEPRECATED use Template:MoDiscoTabs and Template:MoDiscoTab as explain here : Wiki Template for MoDisco

Web Application Deployment Metamodel

web-xml.xml files conform to Sun/Oracle DTD or XSD, depending of the version of the framework : 1.1, 2.0, 2.1, 3.0, 3.1 (see http://java.sun.com/xml/ns/javaee/). MoDisco proposes related ecore definitions and Java implementations for these various descriptions.

Requirements

To use the plug-in you need:

  • JDK 1.5 or above
  • a version of Eclipse 3.3 or above with the following set of plug-ins installed
  • EMF 2.3.0 or higher

Source Repository

All of the source code is stored in a public source repository, which you can access at:

https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.jee.webapp/

Web Application Deployment Discoverer

web-xml.xml files conform to Sun/Oracle DTD or XSD, depending of the version of the framework : 1.1, 2.0, 2.1, 3.0, 3.1 (see http://java.sun.com/xml/ns/javaee/). Given a web-xml configuration file, the discoverer detects the version of framework used and instanciates the associated metamodel.

Moreover, the component allows to serialize back the xml file from the model. Thus, some m2m transformation might be used jointly to upgrade some configuration files.

User Manual

The plug-in provides the user with a contextual menu to easily create models. By right-clicking on a configuration file in the Eclipse Package Explorer view, you can quickly create the model of your configuration file.

                       MoDisco-WebXml popup menu.png


A progress bar will appear at the bottom of the window as soon as the operation begins. At the end of the process, the newly created model is automatically opened in the MoDisco model browser, if installed, or in default editor.

MoDisco-WebXml model in browser.png

Requirements

To use the plug-in you need:

  • JDK 1.5 or above
  • a version of Eclipse 3.3 or above with the following set of plug-ins installed

Source Repository

All of the source code is stored in a public source repository, which you can access at:

https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.jee.webapp.discoverer/

Back to the top