I'm to the point where I need to write out the parsed Deployment for a given Profile.
XML, Java Serialization, and JPA/EJB3 are the choices. Since the MC objects are mostly
JavaBeans, I took a quick look at the little known JavaBean XMLEncoder/XMLDecoder (a good
overview of which is here:
http://java.sun.com/products/jfc/tsc/articles/persistence4/).
While usable it would require a fair amount of custom persisters and end up coupling
deployers to the ProfileService persistence mechanism too strongly.
For now I'm going to punt to Java Serialization, but we need to consider if we want an
XML based store, or JPA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957562#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...