[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Best way to create an XML document

  • From: Robert Koberg <rob@k...>
  • To: Andrew Welch <andrew.j.welch@g...>
  • Date: Sat, 12 Apr 2008 16:40:16 -0400

Re:  Best way to create an XML document

On Sat, 2008-04-12 at 20:50 +0100, Andrew Welch wrote:
> I was looking for the "top down" approach where you annotate a class
> it just creates the XML for you, as opposed to the "bottom up"
> approach where you supply the schema and it autogenerates the classes.
> 
> Ideally you should be able to just annotate a class with something
> like @XMLEntity, pass it to the entity manager's save() method and
> have it create the XML for you - just like JPA  :)
> 

This shouldn't be too hard. Something like:

@XMLEntity("path/to/my-file.xml")

and the annotation processor just goes through the non-transient fields
creating:

<ClassName>
  <field1>field1 value</field1>
  <set>
    <foo>...
    <foo>...
  </set>
etc..
</ClassName>

It has also made me rethink putting my metadata for forms/UI in a
hibernate mapping file (@XMLEntityForm). It would seem like a good
compile time annotation to generate a form/js 'stub' that can be
included in a transformation later in the build process. I would still
need method level annotations (a lot could be done with the existing JPA
and/or hibernate annotations). hmmm... I think I will work on these in
the next few days.

thanks for making me think :)
-Rob



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.