We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
JDO vs. Entity Beans: A Modest Proposal
|
| Subject: |
|
An approach - continued |
| Date: |
|
2002-03-06 04:44:04 |
| From: |
|
spruzens
|
Response to: An approach
|
|
...bits got lost in last post...
1. The interface is:
public interface RemoteStreamable {
public void release() throws ConcurrentModificationException;
}
2. Non gets/sets (i.e. business logic that runs on the server) would cause an implicit stream back to the server of the current state of the client's bean - but *not* a release(); the client would still hold the lock.
simon.
|