Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, since the business objects bind to the user interface, your client app will need to reference the Business Object Library. The business objects are serializable, so you could write your own marshalling tier that would marshall calls back and forth between the app server and the UI, but that would require a great deal of custom code. Incidentally, the middle-tier enterprise server is designed to be placed between the DAL of the client and the database server to act as a proxy for the database requests. No processing is done on the enterprise server other than the actual database requests themselves.
|