Applications can be developed for operation in linkage with database servers such as Oracle and Symfoware. A wizard can be used to automatically generate Java source codes for database access:
The Connect or Disconnect method for a database can be created through the JDBC driver.
The Search, Insert, Delete, or Update SQL statement can be created through interactive operation of a wizard.
Note
Use the Java Persistence API (JPA) when developing Java EE applications.