in reply to New JQuery Module - advice needed

With respect to packaging, you may wish to check how it is done for comparable modules: About the interface... what do you actually intend to expose to the perl developer? (I'm just curious, you write what you please ;)

I don't really understand the rational behind these "do the client-side as some transparent aspect of the server-side" frameworks (eg: ASP.Net, GWT), but I'll just assume it's because I lack the "enterprisey" gene.

I quite like jQuery's approach... Prototype done in a cleaner, more declarative fashion (although I hear the Prototype folks are catching up).

-David

Replies are listed 'Best First'.
Re^2: New JQuery Module - advice needed
by peterg (Novice) on Mar 18, 2007 at 14:57 UTC
    The basic ideas are:
    to make some of the widgets easily accessible
    to make Ajax simple
    to have access to some of the effects
    to autogenerate anything that can be autogenerated

    If developers want new widgets or added functionality, modules can be added that will improve the utility of the package.