The Artima Developer Community
Sponsored Link

Java Answers Forum
Document generation

1 reply on 1 page. Most recent reply: May 20, 2003 1:01 PM by Jaycee

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
unmesh

Posts: 15
Nickname: unmesh
Registered: May, 2003

Document generation Posted: May 20, 2003 12:34 PM
Reply to this message Reply
Advertisement
Hi,

In last few months I have been generating different kind of files from some specifications. Java Source Files, XML Files, HTML doc files etc.
In generating each type of file, I found it useful to define Object Model for that type of file. e.g. Java Source File object model, HTML Object model etc. Then creating this Object from the specifications. And encapsulating all the actual syntax in these objects.
is this common pattern while generating documets from specidications?

Thanks,
Unmesh


Jaycee

Posts: 26
Nickname: jaycee
Registered: Apr, 2003

Re: Document generation Posted: May 20, 2003 1:01 PM
Reply to this message Reply
Sounds like you've built a code generator.

I've found this site to be a very good reference and forumn for code generation: www.codegeneration.net

Flat View: This topic has 1 reply on 1 page
Topic: Final Business method in Ejb Previous Topic   Next Topic Topic: Save a drawing when minimizing or resizing a Frame

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use