You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Java based examples
2
2
This repository stores examples that demonstrate various concepts to assist Java and JavaScript developers in designing Java database applications (i.e., accessing and processing data from the Oracle Database), leveraging the Java Database Connectivity (JDBC) API, the Univeral Java Connection Pool (UCP), the embedded Java VM (OJVM), Java 8 Nashorn, and JAX-WS.
3
+
3
4
The examples let you run client-side database bound Java or JavaScript code either on HotSpot JDK/JRE (or other JVMs) or server-side Java or JavaScript directly in the database leveraging the embedded JVM (a.k.a. OJVM and Java 8 Nashorn engine). In addition, OJVM allos invoking remote SOAP or REST Web Services from within your database session (using SQL, PL/SQL or Java).
4
5
5
6
# What's in Oracle database 12c Release 2 for Java Developers?
0 commit comments