Re: Webobjects-dev Digest, Vol 10, Issue 389
Re: Webobjects-dev Digest, Vol 10, Issue 389
- Subject: Re: Webobjects-dev Digest, Vol 10, Issue 389
- From: Johnny Miller <email@hidden>
- Date: Mon, 17 Jun 2013 12:14:47 -1000
Hi John,
I definitely agree it's not the most efficient (or even an efficient) way to do it. But the problem I'm trying to solve is how do you get one of the _javascript_ frameworks to play nice with component actions?
It seems like the dilemma is if you want an "app like" UI you need to completely buy into a solution that has a _javascript_ client with a REST backend. I'm just wondering if there is some kind of middle ground where you can enhance the existing Ajax framework which lets you use component actions and D2W to give it a little more app quality to it. It'll never be as good as these other frameworks but it's an incremental improvement of what we have now.
best,
Johnny On Jun 17, 2013, at 11:59 AM, John Huss < email@hidden> wrote: Making a server round-trip to update your UI in real time in response to a mouse event is, at best, inefficient. This sort of thing should be done client-side (read: in _javascript_) unless you have a special security concern or an algorithm that can only realistically be performed on the server.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: Webobjects-dev Digest, Vol 10, Issue 389 (From: Stavros Panidis <email@hidden>) |
| >Re: Webobjects-dev Digest, Vol 10, Issue 389 (From: Ramsey Gurley <email@hidden>) |
| >Re: Webobjects-dev Digest, Vol 10, Issue 389 (From: Johnny Miller <email@hidden>) |
| >Re: Webobjects-dev Digest, Vol 10, Issue 389 (From: Johnny Miller <email@hidden>) |
| >Re: Webobjects-dev Digest, Vol 10, Issue 389 (From: John Huss <email@hidden>) |