Java SQL Adapter
Java adapters give developers control over connectivity to a back end system. It is therefore the responsibility of the developer to ensure best practices regarding performance and other implementation details.
This tutorial covers an example of a Java adapter that connects to a MySQL back end to make CRUD (Create, Read, Update, Delete) operations on a users table, using REST concepts.
Prerequisites
- Make sure to read the Java Adapters tutorial first.
- This tutorial assumes knowledge of SQL.
See the release-specific topic for further instructions.
▲Last modified on