[
https://issues.apache.org/jira/browse/GERONIMO-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks updated GERONIMO-4197:
-----------------------------------
Fix Version/s: (was: 2.2)
Wish List
Great idea. I doubt we can get it into 2.2
> Use JAXB+DWR to eliminate ConfigData overhead
> ---------------------------------------------
>
> Key: GERONIMO-4197
> URL: https://issues.apache.org/jira/browse/GERONIMO-4197
> Project: Geronimo
> Issue Type: Sub-task
> Security Level: public(Regular issues)
> Components: PlanCreator
> Affects Versions: 2.2
> Reporter: Shrey Banga
> Fix For: Wish List
>
> Attachments: EAR_JAXB_1.patch
>
>
> Presently PlanCreator uses a set of ConfigData classes which basically wrap
> around xmlbean classes to create the deployment plans. These classes are
> exposed to DWR through EARHelper. As a result, a lot of code needs to be
> written to transfer data between multiple formats, ie from JSON to Java
> objects to XML.
> The idea is to use DWR to expose JAXB classes directly so that the xml can be
> generated using calls directly from the javascript, eliminating the
> ConfigData and EARHelper classes. This will ease the process of generating
> deployment plans, like that used by GEP.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.