So i'm just digging in to develop a module to use on Nukes. I'm sure some out there will agree with me that it's so completely clear where to begin. Since there's a module in there called "Template", i duped the code from that one and made it my own. Not sure if this is what was intended, but it worked. So now i understand a little more that there are multiple ways to handle the HTML code in Nukes development. These are what i see so far...
Templates : a template file is used to include HTML with variable placeholders that the Java code refers to. In the end it's all packed into the sar when you build. | | JSP : sounds like a good amount of work is now going into having Nukes make use of jsp files. I've played with Tomcat5 and really liked its features, but not sure i'd attempt jsp under Tomcat4. Of course JBoss will be going to Tomcat5 soon. | | Embed : not the best way, but many modules do it this way, simply embedding HTML code in java code. | | XSLT : okay, i know i should already be familiar with this one, but like most out there, i just haven't had the time. As far as i understand and xslt stylesheet is used to transform XML data into an HTML page. | | | Okay, now does anyone want to let me know which one is preferrable to Nukes and why? speed and/or caching issues? HTML developer access? | | quite curious... .joe | <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827698#3827698">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827698>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
