Passing EOQualifier to a background thread

2024-11-09 Thread Samuel Pelletier via Webobjects-dev
Hi, Last week I encountered a problem very similar to a previous OC case... I have a report page with some user defined filter that use EOs and do the fetch in background. Creating a snapshot of all possible parameter seems a fragile solution since it required a very good discipline to make su

Re: WOLips development

2024-11-09 Thread Samuel Pelletier via Webobjects-dev
Hi, As written by Hugi, rebel can be replaced with a DCEVM jvm using the hot swap plugin. This plugin do the same things for DCEVM as the jRebel plugin for rebel : clear KeyValueCoding, WOComponent and NSValidation caches on class reload. With this setup, you usually only need to restart an app