Automating XML/Java mapping with Jato Rhode Island

Jato is an open-source effort focusing on XML/Java conversion which allows the developer to focus strictly on the mapping without paying too much attention to implementation.

Local Companies

Nesoft Corp
(401) 738-8081
2699 Post Rd Ste B
Warwick, RI
Comprehensive Consulting Services
(401) 349-0011
24 B Lark Industril Par
Smithfield, RI
Computer Hardware & Service Corp
(401) 944-1042
Cranston, RI
Fanion McDonagh & Co Llc
(401) 384-6263
2374 Post Rd Ste 1
Warwick, RI
Lighthouse Computer Service
(401) 334-0799
6 Blackstone Valley Pl Ste 205
Lincoln, RI
Komputer Klinic the
(401) 921-4888
2845 Post Rd
Warwick, RI
Herbalife Distributor
(401) 453-5600
92 Standish Ave
Providence, RI
Application Design Services Llc
(401) 737-2040
250 Centerville Rd
Warwick, RI
Professional Solutions Inc
(401) 437-6630
1240 Pawtucket Ave
Rumford, RI
Unicom
(401) 235-9100
1026 Park East Dr
Woonsocket, RI

provided by: 
Originally published at Internet.com


Java applications that deal with XML, often must resort to tedious parsing and mapping code. Data binding is gradually emerging as an effective mechanism for incorporating XML data into Java applications. The plus side to this approach is that XML data will look like Java objects which makes it easier for the Java programmer to manipulate and interact with that data. Such mapping are usually a two-way street in that they can also take a Java object and serialize it into XML. The negative side would be performance (by introducing some overhead) and the inherent incompatibility that exists among the different binding mechanism. Jato, is an open-source effort focusing on XML/Java conversion

Jato, is an open-source effort focusing on XML/Java conversion (http://www.krumel.com/jato ). Jato encapsulates the mapping between XML and Java objects into an XML file (using Jato-specific tags). This allows the developer to focus strictly on the mapping without paying too much attention to implementation. As the author of Jato observes, conversion implementations often have similar patterns. By capturing the mapping in a single place and then allowing Jato handle the parsing, conversion, and generation, you save many lines of code...

Read article at Internet.com site

Topics: 
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML