U
udupi_mail
Hello,
Was hoping to get some feeback on the following:
Current arch. is a swing client with corba services deployed on AIX.
Data tranferred over the wire is XML(string) instead of traditional
corba datatransfer objects. The corba interface just provides business
methods which take in a parameter of type java.lang.String(xml).
We are using a DOM based xml serializer/deserializer which does the
java<-->xml conversion both on client and server.This works except that
the marshall/unmarshall process is killing us (DOm coupled with
Reflection).
I have been exploring other options for the java xml
databinding(marshall & unmarshall). Is JAXB a good candidate for this
type of architecture? Are databinding frameworks normally used for
synchronous request-response type scenarios (e.g. a thick client(s) and
a server)
Essentially I need something that would work off a xml schema (the xsd
file would define the different payload formats for the req-response
scenario).
Currently xml is used internally btw the client - server, but in the
near future we forsee accepting and transmitting xml feeds to/from
external systems(where validating the instance docs would be
necessary).
Any pointers would be very helpful.
Peace!
Guru
Was hoping to get some feeback on the following:
Current arch. is a swing client with corba services deployed on AIX.
Data tranferred over the wire is XML(string) instead of traditional
corba datatransfer objects. The corba interface just provides business
methods which take in a parameter of type java.lang.String(xml).
We are using a DOM based xml serializer/deserializer which does the
java<-->xml conversion both on client and server.This works except that
the marshall/unmarshall process is killing us (DOm coupled with
Reflection).
I have been exploring other options for the java xml
databinding(marshall & unmarshall). Is JAXB a good candidate for this
type of architecture? Are databinding frameworks normally used for
synchronous request-response type scenarios (e.g. a thick client(s) and
a server)
Essentially I need something that would work off a xml schema (the xsd
file would define the different payload formats for the req-response
scenario).
Currently xml is used internally btw the client - server, but in the
near future we forsee accepting and transmitting xml feeds to/from
external systems(where validating the instance docs would be
necessary).
Any pointers would be very helpful.
Peace!
Guru