I’m probably way off the mark here but I am just starting to exploring DynamoDB and I was wondering if there is a driver available for it? I currently use netbeans and glassfish and I’m trying to setup a connection pool like I do with MySQL and connectorJ.
In netbeans to setup a Database connection I go to:
Databases > New Connection
I’m then prompted to use either one of the pre-registered Drivers (Oracle, ConnectorJ etc.) or add a new one.
There aren’t any glassfish/javaEE/hibernate style drivers. You can use the AWS SDK, which even has a Hibernate-ish persistence model.