This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Object Relational Mapping and the fly likes Object  Mapping a TCP/IP XML Message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Object  Mapping a TCP/IP XML Message " Watch "Object  Mapping a TCP/IP XML Message " New topic
Author

Object Mapping a TCP/IP XML Message

Chris Harris
Ranch Hand

Joined: Sep 21, 2003
Posts: 231
Hi all,
I don't know if this is the right place for this. So please move the thread if appropriate.
I am just getting into object mapping tools such as Hibernate. I see these tools being a big help when using databases.
I am currently working (again) on a component that sends XML messages over sockets.
Thinking about JDO and ORM, I don't see a reason why it is not possible to design a component that maps object to XML messages and then allows the user to send the message over the network. My idea is that the mapping defined within a XML file, just as it does with Hibernate.
To give the component even more power, the user could provide an XML schema. This schema would validate and XML message built by the component before it is sent over the network.
Is this possible?
Are there tools out there that already to this?
Is this covered in the JDO specs?
Thanks
Chris.
 
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: Object Mapping a TCP/IP XML Message
 
Similar Threads
hibernate mapping
Is JDO dead?
Hibernate - Generated POJO code
Your favorite ORM Tool and Why?
Good books or tutorial site for JDO