"Radhakrishnan, Sanjay (c)" wrote:

> Im wondering if there are any tools/libraries/frameworks which allows
> applications written in Java to easily maintain data concurrency/consistency
> .
>

What you describe sounds a lot like the problems that Enterprise JavaBeans (EJB),
specifically entity beans, are designed to deal with.  You can find more
information at JavaSoft's web site:  <http://java.sun.com/products/ejb>.

In addition, JavaSoft has defined an expanded architecture called Java2 Enterprise
Edition (J2EE), which incorporates many technologies, including EJB, servlet, and
JSP.  They have published a reference implementation server that combines these
things.  More info at <http://java.sun.com/j2ee>.

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to