aspose file tools
The moose likes XML and Related Technologies and the fly likes Is there a way to move the XSL logic to java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Is there a way to move the XSL logic to java" Watch "Is there a way to move the XSL logic to java" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is there a way to move the XSL logic to java
 
Similar Threads
Facade design pattern in web services
Migrating from XSL transformation to simple Object to Object mapping
Help me eradicate xsl from my system
JAXB compatible woth java1.4 ?
Can JSP Exhibit XSL Behaviour?