| Author |
Migrating from XSL transformation to simple Object to Object mapping
|
JRaj
Greenhorn
Joined: Mar 13, 2008
Posts: 3
|
|
Hi All, I have an XML which is transformed to the End System XML format using XSL. I plan to use JAX-WS which has the Java Object as the input to the webservice method call. I would like to move the XSL transformation logic(Some business logic) to JAVA-JAVA, mapping thus eliminating XSL transformation. I.e. (My Application objects to End System Schema generated objects) I have many XSL's to be migrated, so is there a way I can automate this process since I have all the logic in the XSL's. (I need to move the logic in XSL's in such a way that I can do a simple JAVA to JAVA mapping thus reducing the number of transformations required)
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
"JRaj", Please check your private messages. -Ben
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Migrating from XSL transformation to simple Object to Object mapping
|
|
|