• 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
Re: WOAllowRapidTurnaround = true Isn't working...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOAllowRapidTurnaround = true Isn't working...


  • Subject: Re: WOAllowRapidTurnaround = true Isn't working...
  • From: Mike Schrag <email@hidden>
  • Date: Wed, 23 Jan 2008 13:59:25 -0500

btw, normally you would set this from the WO params in the run profile for you app in Eclipse ... -WOCachingEnabled=false.  It should, however, default to this.  I think also WOCachingEnabled doesn't full solve the problem because I think it will not pickup NEW components, only modified components.

ms

On Jan 23, 2008, at 1:29 PM, Gavin Eadie wrote:

WO5.4 JavaDoc says:

Sets whether or not component caching is enabled. If this is enabled, changes to a component will be reparsed after being saved, assuming the project is under the NSProjectSearchPath.  Note that this has no effect on page caching.  This is the cover method for the property WOCachingEnabled.

older WO documentation says:

... each component has a component definition consisting of the component's template (the result of parsing the .html and .wod files) and information about resources the component uses. If you cache component definitions, the .html and .wod files are parsed only once per application rather than every time they are changed. When caching is disabled, at each new instance of a component the time stamp of the .html and .wod are checked to see if the files have been modified. If they have, they're reloaded.

To cache component definitions, use WOApplication's setCachingEnabled method:

public Application() {
	super();
	this.setCachingEnabled(true);
	...
}
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: 
 >WOAllowRapidTurnaround = true Isn't working... (From: David Avendasora <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: "Daniele Corti" <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: David Avendasora <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: Mike Schrag <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: David Avendasora <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: Gavin Eadie <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: David Avendasora <email@hidden>)
 >Re: WOAllowRapidTurnaround = true Isn't working... (From: Gavin Eadie <email@hidden>)

  • Prev by Date: Re: Why doesn't EOF sort our PK problems itself ?
  • Next by Date: Re: so i don't have to look them up
  • Previous by thread: Re: WOAllowRapidTurnaround = true Isn't working...
  • Next by thread: Re: WOAllowRapidTurnaround = true Isn't working...
  • Index(es):
    • Date
    • Thread