Hi Christoph,

> Another idea: Maybe, instead of providing a KidPage class, we should
> better provide a KidServlet mixin that adds this Kid Tempalte
> functionality to ordinary Webware servlets?

Do you have experience with making MixIns? I have module import
errors, I can't figure out the solution, I thinking on implement the
solution with a MixIn as you suggested. I read something about mixins,
I read the linuxjornal article and a set of pages on google but it
seems a little blur to me now, how to do the mixin? Do you have any
docs to help me?I think something like:

>>> class SitePage(Page):
>>>    ...
>>>
>>> class KidServlet:
>>>    ...
>>>
>>> MixIn(SitePage, KidServlet):
>>> class Example(SitePage):
>>>    ...
>>>

If this the approach of MixIn?
Thanks for any help

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to