Am 08.03.2010 um 21:46 schrieb Mike Schrag:

> for non-D2W you have to implement that interface for every single component 
> you could ever use, though ... and deal with the fact that you could have 
> pages with uncommitted EO's, etc. for D2W you might be able to do a rough 
> impl, but you still can't general case it if people use custom components -- 
> every component has to participate or be thrown away in mid-state.

You'll *mostly* have to do this for every page component, not every component 
(unless it weirdly switches states and such). 

However, the huge cost of a persistent store is that you need to store after 
*every* request. In particular with postgres this will kill you... it would 
make more sense to put it in memcached or something.
 
Cheers, Anjo
 _______________________________________________
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