That sounds like a great idea (working together), and personally I'm
not too hung up about which AJAX library I use, as long as it can do
the job (which most seem too for my simple things)

I like the idea of having one way of doing this across frameworks, it
makes them all simpler to learn and increases the adoption of all of
them.

my only question is how are you planning on setting this up. are you
thinking that each framework should just reference your module, or are
you planning that you put the API glue into your SVN repo as well?
(alongside a turbogears & myghty version I'm guessing)

Louis has already started integrating django with it, and I'm most
concerned that his hard work doesn't get lost.

--I

On 1/26/06, Ben Bangert <[EMAIL PROTECTED]> wrote:
>
> For those concerned about the fact that these helpers use ProtoType and
> Scriptaculous, it should be noted that Mochikit 1.3 will include
> equivalent functionality. This should make it seamless to use Mochikit
> instead with no or minimal changes to the helper functions.
>
> There's several people now working on the RailsHelpers package to keep
> it up with the Rails version, as well as the unit tests. The one big
> thing this package does not include is the Javascript Generator object
> used for the very very new Rails feature (only in svn I think) called
> Rails Javascript Scripts (or something like that, RJS). Here's an
> example:
>
> page.insert_html :bottom, 'list',
>                  content_tag("li", "Fox")
> page.visual_effect :highlight, 'list', :duration => 3
> page.replace_html 'header',
>                   'RJS Template Test Complete!'
>
> As one can see, it makes AJAX so trivial, you can do a ton of stuff not
> knowing Javascript at all. These functions just generate some
> Javascript that does the work for you. I would like to have something
> similar for use in Python, anyone else interested in helping out on
> this?
>
> Since this is just generating Javascript from a function, I see nothing
> particularly framework specific in it, so we should all be able to work
> together on it. :)
>
>


--
[EMAIL PROTECTED] -- blog: http://feh.holsman.net/ -- PH: ++61-3-9877-0909

If everything seems under control, you're not going fast enough. -
Mario Andretti

Reply via email to