At 10:13 AM 5/22/2001 +0100, Matt Sergeant wrote:
>On Tue, 22 May 2001, Gunther Birznieks wrote:
>
> > Does anyone have a widget framework like this? I think the closest I found
> > to widget abstraction is SmartWorker, but it is not abstract in quite the
> > way that I want above.
>
>We're planning to do something like this as a taglib in XSP for AxKit.
>It's quite a big task though, as we want widgets to also be intelligent in
>the way they are mapped to forms processing code.
I think it is a big task. On the other hand, in thinking about it, I think
the actual logic behind widgets could be fairly simple. The hard part is
getting people to write the various widget objects. Again, I think all the
various HTML widgets could use an underlying library like HTML::StickyWidgets.
And then the remaining hard part is writing the template language wrappers
that actually allow them to be embedded in pages as tags where it is XSP
tags for AxKit or plugins for TemplateToolkit.
> > Has someone done this already?
>
>Struts. But you knew that already :-)
For those that do not know struts is a Java framework and I think someone
is trying to get me riled up!
I want/need a *Perl* solution!
:)