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/JeeEjbJar"

 
Line 1: Line 1:
{{MoDiscoJeeEjbjarTabs}}
+
#REDIRECT[[MoDisco/Components/JEE/EjbJar]]
 
+
= Overview =
+
Reverse engineering uses cases on Java/JEE applications require to
+
retrieve datas, via models, for a combination of several established
+
technologies : Java, JSP, xml configuration files, ...
+
 
+
Considering old EJB based applications, some datas were stored in EJB xml
+
config files (and not as Java annotations), ususally named ejb-jar.xml.
+
The goal of the Ejb-Jar Discoverer plug-in is to allow extractions of information from such ejb-jar.xml files.
+
 
+
== Team ==
+
* Nicolas Guyomar ([http://www.mia-software.com Mia-Software])
+
* Fabien Giquel ([http://www.mia-software.com Mia-Software])
+

Latest revision as of 08:44, 7 September 2010

Back to the top