• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is there a way to move the XSL logic to java

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"JRaj",
Please check your private messages.
-Ben
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic