can any one please tell me what is meant by XML beans.
Thanks and Regards
Sabyasachi
-
XMLBeans (2 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: March 16 2004 08:09 EST
Threaded Messages (2)
- XMLBeans by Shreeram Iyer on March 16 2004 09:37 EST
- XMLBeans by Sabyasachi Chowdhury on March 17 2004 02:25 EST
-
XMLBeans[ Go to top ]
- Posted by: Shreeram Iyer
- Posted on: March 16 2004 09:37 EST
- in response to Sabyasachi Chowdhury
XMLBeans is a technology from BEA which can be used to marshal/unmarshal XML documents and corresponding Java object trees. This way, you don't have to write code to parse XML documents. You specify the Schema for your XML document and the XMLBeans compiler will create Java objects which can then be used to get XML data in the form of accessor methods. Check out this link for more info.
http://dev2dev.bea.com/technologies/xmlbeans/index.jsp
-Shree -
XMLBeans[ Go to top ]
- Posted by: Sabyasachi Chowdhury
- Posted on: March 17 2004 02:25 EST
- in response to Shreeram Iyer
Thnaks a lot Shree