From: Jon M. <jo...@te...> - 2006-03-23 13:45:11
|
Quite - the best solution for you would be JSP support in Bodington so you can use your taglibs. However, that isn't currently available so what would be a reasonable solution? Personally I think a solution based on a specification that IS supported by Bodington would be quite a good idea AND it would pave the way for what you really want. If Bodington supports servlet includes that would be the first step for supporting JSP because as I said before JSP are compiled to servlets. If a general case servlet works in Bodington then your half way to a JSP page working in Bodington. Jon Alistair Young wrote: >> a servlet > > the end result is a "servlet" - the jsp is made for the purpose > though, rather than cobbling together the same functionalty from a > real servlet, i.e. building one then restricting it to everything bar > a template. > > It's like implementing OOP in C. Why bother - just use C++. > > If I wanted this functionality in a normal webapp, I'd use taglibs. > (looks at watch, checks which year it is, yes, it *really* is 2006) ;) > > Alistair > > > On 23 Mar 2006, at 13:23, Jon Maber wrote: > >> Alistair Young wrote: >> >>> I'm still not convinced though. My Modules is just like a private >>> JSP that lives in WEB-INF. It can't be accessed via a browser. >>> Only a template can access it. >> >> >> By the way - what is a JSP page? Yes, you got it - a servlet. >> >> Jon >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |