Hi Jérémy, On 29 Oct 2019, at 17:48, Jérémy DE ROYER via Webobjects-dev <webobjects-dev@lists.apple.com> wrote:
> To deal with ajax-back-end-requests, we currently use : > - AjaxModaDialog > - AjaxUpdateContainer > - AjaxUpdateLink > - AjaxObserveField > - AjaxSubmitButton > - AjaxLongResponse > > How do you deal with Ajax ? Still use wonder with prototype ? Any new idea ? We use a slightly different subset of components from Ajax.framework, probably more like this: * AjaxUpdateContainer * AjaxUpdateLink * AjaxSubmitButton * AjaxFlickrBatchNavigation * AjaxObserveField We then use a bit of jQuery, and so always call jQuery.noConflict(). Some projects require a workaround to play nicely with Bootstrap. So we're using quite a limited subset of components, and no D2W, but we do mix in jQuery and sometimes Bootstrap. I can't recall the last time we hit an issue that couldn't be solved or worked around. -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com