Ah, nice!
How do you handle changing URLs for static resources, are you using URL rewriting or something of that kind?
ERXResourceManager extends WOResourceManager and is the thing inside of WO that actually generates the URLs for static resources in your app. In Wonder's there's a pluggable versionmanager interface that you can implement custom versioning schemes. There are currently two impls, "default" (which does no versioning) and "properties" (which lets you set the version per app, per framework, or per file for your static resources). We currently just use app-level versions, so when we change our static resources, we bump the version number in Properties so clients reload.

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to