Just wrote my first module (not counting the hello world ;) ...) I have to say that developing modules for NUKES is REALY EASY.
What i did was an XSLT implementation to have a clearer seperation between logic and layout. Instead of saving my xsl files in the web directory I just drop it in my java packages and read get it with the classloader, transform it (my business object are converted into documents) and put the result back on the page.print(). I looks nice and it took now time at all, NUKES, you got my vote from now one. Grtz <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827373#3827373">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827373>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
