Re: Persist JPA Entity to a file system
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.
--
Kenneth P. Turvey <kt-usenet@xxxxxxxxxxxxxxxxxx>
.
Relevant Pages
- Re: Issues with unique object IDs in persistence
... applications ends up with several copies of the DBMS chewing up disk space (not just several databases, which was not avoidable, but several database SERVERS too). ... Derby itself only adds 2 MB to the footprint - not much at all. ... application's database and fixing a Windows registry problem would probably be equally hard. ... mature product with a small footprint that has already weathered those storms reduces the risk. ... (comp.lang.java.programmer) - Re: The future of Java
... It has a rather more comprehensive comparison between PG and MySQL than the mindprod site. ... I dispute mindprod's claims that MySQL is "easier to set up" than PG, and while there may be more books and tutorials on MySQL than PostgreSQL, there is plenty of information available about the latter so one will not feel the lack. ... "Derby stores table and index data in Containers, which currently map to files in the seg0 directory of the database. ... (comp.lang.java.programmer) - Re: Issues with unique object IDs in persistence
... the effective footprint by Derby is 0. ... Customer finds program stopped working properly. ... An embedded database can run fine without problems. ... The typical user that even learns of the partition might try reformatting it, probably with catastrophic consequences. ... (comp.lang.java.programmer) - Re: Firebird, Microsoft Express, Postgre, or Virtuoso?
... For production, I may need something embedded, residing in memory ... managing a Sybase enterprise database (with ... than HSQLDB currently. ... (comp.databases) - Re: How to supply a Database enabled Application?
... Why I need any other database, if there is one, ie., Derby in NetBeans ... 100% Java type 4 JDBC driver ... ACID transaction support with full transaction isolation ... (comp.lang.java.programmer) |
|