  | 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 ShriKant Vashishtha
Back You can have a look on the implementation of XMLGenerator by IBM or can have a look on 'XML and Java' book from Addision Wesley for that implementation. It's all about creating XML on the fly based on DTD. As far as creating simple XML is concerned, you can use Java APIs for creating the same.
Laxmish R Hegde <laxmish.h@(protected)> 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)
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.
==================================================================== 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) <DIV>You can have a look on the implementation of XMLGenerator by IBM or can have a look on 'XML and Java' book from Addision Wesley for that implementation . It's all about creating XML on the fly based on DTD. As far as creating simple XML is concerned, you can use Java APIs for creating the same.<BR><BR><B><I >Laxmish R Hegde <laxmish.h@(protected)></I></B> wrote: <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER -LEFT: #1010ff 2px solid"> <META content="Microsoft Word 11 (filtered medium)" name=Generator> <STYLE> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {margin:0in; margin-bottom:.0001pt; font-size:10.0pt; font-family:"Courier New";} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @(protected) Section1 {size:8.5in 11.0in; margin:1.0in 77.95pt 1.0in 77.95pt;} div.Section1 {page:Section1;} --> </STYLE>
<DIV class=Section1> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Hi all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office :office" /><o:p></o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Can anyone please point me to any available patterns/practices for organizing data in xml form.<o:p></o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Please note that I am not looking at the data access part ? (Thankfully no problems here).<o:p></o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">I am looking at generating an xml string then streaming it to the client side.<o:p></o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Thanking you for your help and Best regards,<o:p></o:p></SPAN></FONT></P> <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Laxmish Hegde<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT -FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P></DIV>======================= ============================================= 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) </BLOCKQUOTE></DIV><p> <hr size=1>Do you Yahoo!?<br> <a href="http://us.rd.yahoo.com/mail_us/taglines/aac/*http://promotions.yahoo .com/new_mail/static/ease.html">Yahoo! Mail Address AutoComplete</a> - You start . We finish. ==================================================================== 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)
|
|
 |