This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Code Generation



I'm generating code for a class that will have its members indexed using
the Alta Vista Java API.  The class as far as a part of the indexing goes
can simply provide getter and setter methods but there is another 'stage'
of the index creation process that requires the data to be processed in a
special, albeit not complicated, way.  It is method to do this additional
processing for which I'd like to find a way to generate source code.  The
beauty of the code isn't an issue.  Please let me know when your book comes
out.  Thanks for the help/interest.

Regards,

Doug



                                                                                                                                
                    "Sal Mangano"                                                                                               
                    <smangano@ureach.com>             To:     xsl-list@lists.mulberrytech.com                                   
                    Sent by:                          cc:                                                                       
                    owner-xsl-list@lists.mulber       Subject:     RE: [xsl] Code Generation                                    
                    rytech.com                                                                                                  
                                                                                                                                
                                                                                                                                
                    04/30/2002 05:43 PM                                                                                         
                    Please respond to xsl-list                                                                                  
                                                                                                                                
                                                                                                                                




You might want to check out ejen http://ejen.sourceforge.net/. I never
personally used it but it sounds interesting.

What type of code do you want to generate? Where is the source of the
XML that will drive the generation?


BTW, I have done a lot of work in this area - generating C++ and Java
from XML using XSLT. I am working on a book that will be out in October
2002 that will cover this topic in detail. However, it sounds like you
need something right away!

It would be helpful for me to understand the types of code generation
tasks people would like to perform. This will help me better structure
my examples. Feel free to email me at smangano@ureach.com.


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com [mailto:owner-xsl-
> list@lists.mulberrytech.com] On Behalf Of doug@findmro.com
> Sent: Tuesday, April 30, 2002 4:39 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] Code Generation
>
>
> Can anyone point me towards XML/XSLT resources for generating Java
source
> code?  I'm looking for a simple working template that builds a basic
.java
> file so that I can customize it to build more complex methods than the
> setter/getter methods that are generated by other frameworks I've been
> investigating.
>
> Regards,
>
> Doug
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]