Hi,
Answering a couple of questions to jamie:
This one gives some abstract classes and utils to implement your orm-
daos. In the next rc I will provide jpa-dao and hibernate
implementations.
- jdbc-service: this one gives you 2 embedded datasources and a jdbc
dao implementation. Have a look at the services-example.
- embedded-database: it's based upon the jdbc service just like a
database you can use in your projects (using files or in mem) with 2
implementations, HSQLDB and Derby. Have a look at the invoicing-server
example.
- jembedded-dao:
This one gives some abstract classes and utils to implement your orm-
daos. In the next rc I will provide jpa-dao and hibernate
implementations.
- database-service: sorry it's deprecated, actually it's the embedded-
database-service. I've just corrected it.
Thanks
Adolfo
Hi,Adolfo, what is the key difference among jembedded-dao,jembedded-
database,jembedded-jdbc,and please tell us their scenariaos?
1:Two HsqldbDataSource classes with same namespaces exist,one is
within "database-service" module and another is in "jdbc-service"
module,please tell me,which one is right?
2:Have a look at attachment.