I am developing a Jee7 project and would like to employ mongoDB
as the backend database.
My jee7 application will run on Glassfish
4.
I wish to use the Glassfish
4 admin console to configure my mongoDB jdbc
connection pool etc..
However Glassfish
4 doesn't list mongoDB
in its list of supported Database Driver Vendor
Does this mean that you do not configure mongoDB
in the same way as say DB2
or MySQL
?
I could configure mongoDB
using a EJB singleton, but that doesn't feel correct.