Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Ubuntu 10.4
JDK 1.6
Description
Currently the above mentioned HostDescription, ServiceDescription and ApplicationDeploymentDescription classes are hand written java bean classes. They do not use the POJO classes that are generated by XML Schema. These POJO classes are generated from the GFac XML Schema with the use of XMLBeans.
The improvement is to use these POJOs generated by XMLBeans within the above mentioned classes.