  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Patterns for forming XML 's ? | Subject: Patterns for forming XML 's ? 2004-10-27 - By Guy Katz
Back i must recommend xstream. i chose it over the many existing technologies. its the least pain and very flexible. very good for POJO2XML conversions when no XML schema is involved.
-- --Original Message-- -- From: An interest list for Sun Java Center J2EE Pattern Catalog [mailto:J2EEPATTERNS-INTEREST@(protected)]On Behalf Of Chris Rowse Sent: Wednesday, October 27, 2004 5:26 PM To: J2EEPATTERNS-INTEREST@(protected) Subject: Re: Patterns for forming XML's ?
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)
===================================================================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)
|
|
 |