posted 23 years ago
You'd want to take advantage of vendor-specific features, most likely. Some EJBs support an isModified() method that the container can query in order to know whether to update the DBMS. Check your docs for info on read-only beans. Beyond that you might want to tune the caching, depending on how many bean instances are going to be present.
Not all containers support read-only beans. In that case you'd need to create BMP beans with no logic in the ejbStore() method.
[This message has been edited by Tim Holloway (edited August 28, 2001).]
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer