This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JMS based XML messagingcuoz Dec 12, 2004 10:25 AM (in response to andrejt)I'm not too sure about the rest of your post, but for converting beans to/from XML, I used betwixt on a project and it worked well for me. You can check it out here: 
 http://jakarta.apache.org/commons/betwixt/
- 
        2. Re: JMS based XML messaginglmaxey Dec 14, 2004 1:41 PM (in response to andrejt)If I understand correctly you want a tool to take your tables into xml mapping.....I use a tool called middlegen. There isn't much docs on it but its not hard to figure out. If by chance you are using hibernate I use a tool called hbm2java to convert xml mapping into beans. 
 
     
    