Subject: Patterns for forming XML 's ? 2004-10-27 - By Chris Rowse
Back Hi Laxmish
Look at JAXB in the Sun Web Services / J2EE pack.
Unfortunateely a concrete class is required, so you cannot use your J2EE CMP beans directly.
You can then use SOAP, or plain XML over any standard protocol (e.g. HTTPS, sFTP, ByteArrayxxxStream etc).
Chris
On Wed, 2004-10-27 at 15:04, Laxmish R Hegde wrote: > Hi all, > > Can anyone please point me to any available patterns/practices for > organizing data in xml form. > > Please note that I am not looking at the data access part ? > (Thankfully no problems here). > > I am looking at generating an xml string then streaming it to the > client side. > > > > Thanking you for your help and Best regards, > > Laxmish Hegde > > > > > ===================================================================> Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: > http://java.sun.com/blueprints/corej2eepatterns List Archive: > http://archives.java.sun.com/archives/j2eepatterns-interest.html > Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to > listserv@(protected) -- The Forthtree (Pty) ltd Tel 2711 880-7227 Fax 2711 880-7230 Cell 2783 440-7250
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|