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 "Index.php?title=MoDisco/Components/JEE/WebApp/Documentation/0.9"

(New page: == Web XML Discoverer == The goal of the Generic Web Xml Discoverer plug-in is to allow generic extractions of information from a Web.xml file, without the need for a metamodel dedicated ...)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Web XML Discoverer ==
+
== Web XML Discoverer ==
  
The goal of the Generic Web Xml Discoverer plug-in is to allow generic extractions of information from a Web.xml file, without the need for a metamodel dedicated to a conforming Document Type Definition(DTD) or XML Schema Description (XSD).
+
The goal of the Generic Web Xml Discoverer plug-in is to allow generic extractions of information from a Web.xml file, without the need for a metamodel dedicated to a conforming Document Type Definition(DTD) or XML Schema Description (XSD).  
  
=== Details ===
+
=== Details ===
  
 
Considering Web.xml files conforming to DTD or XSD, it will be more convenient to have some dedicated metamodels to manipulate information. However, Generic XML Discoverer is an alternative for miscellaneous XML files  
 
Considering Web.xml files conforming to DTD or XSD, it will be more convenient to have some dedicated metamodels to manipulate information. However, Generic XML Discoverer is an alternative for miscellaneous XML files  
  
This plug-in aims at analyzing any Web.xml file providing a model describing the information found. Version supported are JEE 1.2, 1.3, 1.4, 5, 6
+
This plug-in aims at analyzing any Web.xml file providing a model describing the information found. Version supported are JEE 1.2, 1.3, 1.4, 5, 6  
  
 
Moreover, it allows to serialize back the xml file from the model. Thus, some m2m transformation might be used jointly to upgrade some xml files.  
 
Moreover, it allows to serialize back the xml file from the model. Thus, some m2m transformation might be used jointly to upgrade some xml files.  
  
 +
<br>
  
 +
=== User manual  ===
  
=== User manual ===
+
==== Discovering and browsing from contextual menu  ====
  
==== Discovering and browsing from contextual menu ====
+
The plug-in provides the user with a contextual menu to easily create models.
  
The plug-in provides the user with a contextual menu to easily create models.
+
By right-clicking on a file in the Eclipse Package Explorer view, you can quickly create the model of your configuration file.  
  
By right-clicking on a file in the Eclipse Package Explorer view, you can quickly create the model of your configuration file.
 
  
  
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.
+
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;[[Image:MoDisco-WEBXML_popup_menu.png]]
 +
 
 +
<br> 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.  
 +
 
 +
 
 +
 
 +
[[Image:MoDisco-WEBXML_model_in_browser.png]]

Latest revision as of 05:51, 7 July 2010

Web XML Discoverer

The goal of the Generic Web Xml Discoverer plug-in is to allow generic extractions of information from a Web.xml file, without the need for a metamodel dedicated to a conforming Document Type Definition(DTD) or XML Schema Description (XSD).

Details

Considering Web.xml files conforming to DTD or XSD, it will be more convenient to have some dedicated metamodels to manipulate information. However, Generic XML Discoverer is an alternative for miscellaneous XML files

This plug-in aims at analyzing any Web.xml file providing a model describing the information found. Version supported are JEE 1.2, 1.3, 1.4, 5, 6

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


User manual

Discovering and browsing from contextual menu

The plug-in provides the user with a contextual menu to easily create models.

By right-clicking on a 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

Back to the top