• 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
synchronizesVariablesWithBindings()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

synchronizesVariablesWithBindings()


  • Subject: synchronizesVariablesWithBindings()
  • From: WebObjects TORAcom <email@hidden>
  • Date: Tue, 21 Aug 2012 13:19:45 -0500

Hi List,

I am trying to implement best practices in our applications, we want to take control of component's  binding syncrhonization.

First of all I understand that we should override the synchronizesVariablesWithBindings function like this:


public boolean synchronizesVariablesWithBindings() {
return false;
}


But where in the request - response loop should be the better place to synchronize our bindings, a lot of time ago (years) somewhere in the internet I found info that recommends Pull binding's values in the takeValuesFromRequest(WORequest r, WOContext c) method and Push binding's values in the appendToResponse(WOResponse r, WOContext c).

I am not sure about that, so we have been working with the automatic synchronization of our bindings.


Thanks in advance.

Miguel Torres.






 _______________________________________________
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

  • Follow-Ups:
    • Re: synchronizesVariablesWithBindings()
      • From: Jesse Tayler <email@hidden>
    • Re: synchronizesVariablesWithBindings()
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: WOLips 4.2
  • Next by Date: Re: synchronizesVariablesWithBindings()
  • Previous by thread: RE: Restored session
  • Next by thread: Re: synchronizesVariablesWithBindings()
  • Index(es):
    • Date
    • Thread