>Is there a way to persist a EJB3 entity to a flat or xml file to test
>an application if you don't hava a database at hand?
Will ordinary serialization work?
see http://mindprod.com/jgloss/serialization.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Kenneth P. Turvey - 31 Oct 2007 21:41 GMT
>>Is there a way to persist a EJB3 entity to a flat or xml file to test
>>an application if you don't hava a database at hand?
You can always use derby or hsqldb to test the code.

Signature
Kenneth P. Turvey <kt-usenet@squeakydolphin.com>