I would have to route a JMS message which I guess would be from Tibco to a CSV file to be saved as .xls in a file system.
I guess I have to use both the JAXB and Bindy dataformats. JAXB to unmarshall from xml to Java and marshall from java to csv using Bindy. But can I annotate the same domain object which I get from the generated JAXB with annotations from the Bindy? Regards, Jothi