| Author |
Is there a way to move the XSL logic to java
|
JRaj
Greenhorn
Joined: Mar 13, 2008
Posts: 3
|
|
Hi All, I have a Java object which is converted to XML using JAXB, and then use XSL to convert to XML a format the external system(ES) understands. On the response from the(ES), I am converting the XML to the format that my application understands using XSL and then create java objects using JAXB. Moving forward, I plan to use JAX-WS for which the input in a JAVA object for the Web Service call, now I can just do a JAVA to JAVA mapping from my application object to the ES objects and eliminate the XSL transformations. I would like to automate the process of moving the XSL logic to JAVA, so that I can eliminate the unnecessary transformation. thanks in advance raju
|
 |
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: Is there a way to move the XSL logic to java
|
|
|