I don't believe anything like this exists for Webware. I kind of feel like a Component should be fairly similar to a Servlet, only nestable. In fact, it would be nice if it was a subclass or mixin for Servlet -- the only difference being that nesting.
Then another subclass could implement some of the UI elements, like hidden/minimized/maximized, which are something seperate than simply nested servlets. [EMAIL PROTECTED] wrote: > Let's imagine project (like SideBarPage). Page has: > a) banner area > b) calendard area > c) news area > d) joke of day area > ..... > Areas can be hidden, minimized, maximized, changed options, > has owd session etc. Can have Search sub-object and other > common (same look adn feel). His own life. > Every object developed by different programer > > Master page integrate this objects via class interface. > > Every area (sector ?) is serwed by Python object derrived from > Component. > Component has methods: > a) init (register url-handler, posts, etc in parent ???) > b) print_html(max_min_mode) - print own output without headers. > c) serve POST etc. > d) is_minimized(), is_medium(), is_maximized() etc. > ......... > > Some of those features has publishable object in ZOPE family > (zpublisher) > > Questions: > a) has Webware community such Class ? > b) if not - want Webware community such Class ? (I can start > such project) Some idea ? > > > Jacek Czerwinski > Biuro Informatyczne KLIK s.c. > Nowy Sacz > > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss > _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
