Re: Sharing an EO model between applications... ?

2014-07-22 Thread Chuck Hill
Hi Chris, The word you are looking for is “framework”. Put the model and EO classes and anything else you want shared in a framework project and include that in the two application projects. http://wiki.wocommunity.org/display/documentation/Development-Frameworks

Sharing an EO model between applications... ?

2014-07-22 Thread Chris Klein/IcontactWeb
Folks, I have a webobjects application that I want to split into two separate applications: one to do slow, batch-oriented tasks; the second to manage simple, fast user queries. Ideally, the two applications would exchange data through a database using a common EO model. However, I have no i