• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ClientSideRendering with GWT
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ClientSideRendering with GWT


  • Subject: ClientSideRendering with GWT
  • From: Pierre Gilquin <email@hidden>
  • Date: Sat, 17 Sep 2016 18:18:19 +0200

I try to adapt the ClientSideRendering  of the AjaxExample2 (http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample2.woa/wa/PageAction/ClientSideRendering)

Instead of writing the client in _javascript_, I would like to use GWT.
I am looking to any idea to use the service defined on the JSONProxy class with GWT :

  public class JSONProxy {
    public NSArray<ComplexPerson> family() {
      return _people;
    }

    public void voteForPerson(ComplexPerson person) {
      _people.get(_people.indexOf(person)).vote();
    }
  }

Thanks in advance of any hint
Pierre
https://github.com/wocommunity/wonder/tree/master/Examples/Ajax/AjaxExample2
 _______________________________________________
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

  • Prev by Date: Re: Slack WO channel
  • Next by Date: Re: Slack WO channel
  • Previous by thread: Re: WOWorkerThreadCountMax
  • Next by thread: EOF inserts already existing M:N relationships/empty snapshot?!?
  • Index(es):
    • Date
    • Thread