Entity Beans Overview Java programmers are already familiar with objects. An entity bean is an object with special properties: It is permanent. Standard Java objects come into existence when they are created in a program. When the program terminates, the object is lost. But an entity bean stays around until it is deleted. A program [...]
StudyJava.org
Just another WordPress weblog

