From: Alistair Y. <ali...@sm...> - 2006-03-23 13:56:15
|
> If Bodington supports servlet includes that's a function of the servlet container, not bod. I see what you're saying Jon but I just feel I'm being sucked back into bod due to the way it works. The cleanest way to implement a sort of taglib - coz that's what you're limited to with the current architecture - loads of "sort ofs" - would be to handle <plugin ... /> tags in a template. Just as I added <localise ... /> tags. > JSP are compiled to servlets that's just a by product of the spec - no-one uses JSPs as servlets. JSPs were invented to get away from servlets. Alistair On 23 Mar 2006, at 13:45, Jon Maber wrote: > 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 >> > > > > ------------------------------------------------------- > 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 |