Handling dirty objects in a CRUD web MVC app, OJB handles object store.

2004-06-04 Thread gfaerman
Hi folks, When handling objects in a typical CRUD MVC type web app (lets say Apache Struts based app), most of us have went through the update problem. The fact that web apps are disconnected and following the MVC paradigm ,means the data, while in the browser is just that presentation data,

RE: Handling dirty objects in a CRUD web MVC app, OJB handles object store.

2004-06-04 Thread Daniel Perry
Subject: Handling dirty objects in a CRUD web MVC app, OJB handles object store. Hi folks, When handling objects in a typical CRUD MVC type web app (lets say Apache Struts based app), most of us have went through the update problem. The fact that web apps are disconnected and following