Re: There was an old thread about Ajax...

2019-11-02 Thread Jérémy DE ROYER via Webobjects-dev
Indeed. Couldn’t we make a survey with ? a) if you’re still using WebObjects, what are you waiting for (improve wonder and why ? find a new open-source way and why ?) b) if you’re no more using WebObjects (for new projects I mean), what are you using ? are you satisfied why that ? do you need

Re: There was an old thread about Ajax...

2019-11-02 Thread Hugi Thordarson via Webobjects-dev
I believe TreasureBoat used Apple's leaked WO sources so I don't find it likely they'll ever participate in anything that can be considered "open", be it source or discourse. That project might be suitable for some, and these folks should definitely pursue it., As far as I'm concerned, that pro

Re: There was an old thread about Ajax...

2019-11-01 Thread Jesse Tayler via Webobjects-dev
I looked into TreasureBoat with Paul and it was great - accepting the lic. was not open-source, so it couldn’t be mixed with Wonder For those of us who need an open-source codebase we are stuck in the mud. Perhaps it is possible to engage TreasureBoat knowledge and effort to re-write the Ajax r

Re: There was an old thread about Ajax...

2019-10-31 Thread Hugi Thordarson via Webobjects-dev
Yeah, that's helpful. Sorry we're not aware of that secret work on TreasureBoat. - hugi > On 29 Oct 2019, at 15:13, Paul Yu via Webobjects-dev > wrote: > > The tough work has already been done by Ken on the TreasureBoat. > > But as they say, you can lead a horse to water, but you can’t make

Re: There was an old thread about Ajax...

2019-10-29 Thread Jérémy DE ROYER via Webobjects-dev
Hi, All our new ui improvments are based on jQuery (more without than with bootstrap) that’s why I’m looking for a new lighter way, as Google is more and more attentive to the speed of websites. Yesterday, I tried to rewrite AjaxModalDialog using both AjaxUpdateContainer and jQuery ui dialog i

Re: There was an old thread about Ajax...

2019-10-29 Thread Paul Hoadley via Webobjects-dev
Hi Jérémy, On 29 Oct 2019, at 17:48, Jérémy DE ROYER via Webobjects-dev wrote: > To deal with ajax-back-end-requests, we currently use : > - AjaxModaDialog > - AjaxUpdateContainer > - AjaxUpdateLink > - AjaxObserveField > - AjaxSubmitButton > - AjaxLongResponse > > How do you deal with Ajax ?

Re: There was an old thread about Ajax...

2019-10-29 Thread Paul Yu via Webobjects-dev
The tough work has already been done by Ken on the TreasureBoat. But as they say, you can lead a horse to water, but you can’t make it drink. Paul > On Oct 29, 2019, at 9:27 AM, Jesse Tayler via Webobjects-dev > wrote: > > Well, it’s a team job for sure. > > There’s tough programming in WO

Re: There was an old thread about Ajax...

2019-10-29 Thread Jesse Tayler via Webobjects-dev
Well, it’s a team job for sure. There’s tough programming in WO - components, frameworks, inheritance and trickery. There’s tough programming in javascript - not just implementation, but identifying the original designs and retrofitting something that seamlessly enhances Wonder projects simply

Re: There was an old thread about Ajax...

2019-10-29 Thread Jérémy DE ROYER via Webobjects-dev
We are interested in too. I’ve just lost one day looking for a bug in tiny mce… that I solved using AjaxUpdateContainer + jQuery dialog instead of AjaxModalDialog… I think we will have more and more issues like that. But yes, is it possible to find someone that can do that... Jérémy > Le 29 o

Re: There was an old thread about Ajax...

2019-10-29 Thread Theodore Petrosky via Webobjects-dev
do you think it would be possible to find someone that CAN do the work, and then set up a fund me instance so we could pay him/her? I would put money into this if I thought there were others that would also add funds! Ted > On Oct 29, 2019, at 9:08 AM, Jesse Tayler via Webobjects-dev > wrote

Re: There was an old thread about Ajax...

2019-10-29 Thread Jesse Tayler via Webobjects-dev
Yes, I recall something about show/hide but it’s fuzzy now. I did however, conclude that we are all hosed! The value of things like the AJAX list panel that can load up new batches or a tab panel that reloads like magic? These old Ajax frameworks have tricks to override rules in D2W so simply a

Re: There was an old thread about Ajax...

2019-10-29 Thread René Bock via Webobjects-dev
Well, you may use both frameworks, prototyps.js and jQuery if you use jQuery in non-conflict mode (because both frameworks defines the variable $ as shortcut) We had some additional issues when using the bootstrap framework, as prototypes.js add functions like show, hide, toggle to each elemen

Re: There was an old thread about Ajax...

2019-10-29 Thread Jesse Tayler via Webobjects-dev
I have trouble with this as well, the older code conflicts with newer jQuery based stuff. So bad, that it will eventually stop your work because some bugs are critical and you’ll not be able to work around them. I’ve found that the code way back in those Ajax frameworks is indeed amazing but a

There was an old thread about Ajax...

2019-10-29 Thread Jérémy DE ROYER via Webobjects-dev
Hello, Log time ago (10/2014), there was an old thread around migrating ajax from prototype to jquery as : - prototype is out of date - we « all » use jQuery to deal with ajax-front-end-requests There was a link to the work made by johnny miller https://github.com/johnnykahalawai/wonder To dea