Re: angular and rest questions

2014-08-18 Thread Farrukh Ijaz
You can subscribe to my wonder fork. I’ll be commit some code soon under ERAngular framework. https://github.com/ijazfx/wonder Farrukh On Aug 15, 2014, at 8:05 PM, Ray Kiddy r...@ganymede.org wrote: If you guys can put any of what you are doing up on a git repository, please do. I would

Re: angular and rest questions

2014-08-15 Thread Ray Kiddy
If you guys can put any of what you are doing up on a git repository, please do. I would like to see it. I am currently working on an AngularJS project. It does not have very much need for data, so there is no WO. But I am definitely going to try to be using this with WO in future work. I will

Re: angular and rest questions

2014-08-14 Thread Philippe Rabier
Hi Laurence, It's just by curiosity: what do you try to achieve with angular? Prepare some part of a page on the server side the send back to angular (a mix of data + HTML + javascript)? 1 member of our team gave it a try but didn't like it very much. And personally I don't know Angular. We

Re: angular and rest questions

2014-08-14 Thread Larry Mills-Gahl
I’m not trying to build a single-page-app, but I am trying to take advantage of the browser side manipulation of elements to make the user interface more responsive without continually relying on server side. I’m generally a control freak so I tend to favor server-side rendering of elements,

Re: angular and rest questions

2014-08-14 Thread Farrukh Ijaz
On Aug 15, 2014, at 1:41 AM, Larry Mills-Gahl elem...@gmail.com wrote: I’m not trying to build a single-page-app, but I am trying to take advantage of the browser side manipulation of elements to make the user interface more responsive without continually relying on server side. I’m

angular and rest questions

2014-08-13 Thread Larry Mills-Gahl
I’ve got a project that I’m testing some angularjs with and am encouraged by some of the things in the browser that are pretty straight forward (loading and filtering json is pretty simple and appears to play well with others) Since I’m using hg-repeat instead of WORepetition, I’m looking for a

Re: angular and rest questions

2014-08-13 Thread Farrukh Ijaz
In my experience, WebObjects and AngularJS are two opposite dimensions. They do not go well together without some work arounds. I’m trying to build ERAngular framework which could help WO developers to achieve what angular provides still coding on the server side. E.g. a ERAngularModule which

Re: angular and rest questions

2014-08-13 Thread Laurence Mills-Gahl
Thanks Farrukh I'm still working on this in a limited test because angular and wo are parallel universes and getting communications between the universes is tricky. (I don't want to cause any problems with the space-time continuum. ) My intention is to use wo on the server side and angular for

Re: angular and rest questions

2014-08-13 Thread Michael Kondratov
We are having a lot of success with EmberJs. Michael Sent from my iPad On Aug 13, 2014, at 17:35, Laurence Mills-Gahl elem...@gmail.com wrote: Thanks Farrukh I'm still working on this in a limited test because angular and wo are parallel universes and getting communications between the