Skip to content

Commit ac88204

Browse files
authored
Update README.md
1 parent 02fe255 commit ac88204

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

java/ojvm/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# OJVM based examples
22
This folder stores Java based examples for the embedded JVM of the Oracle Database (a.k.a. OJVM).
3+
34
Running Java in Oracle database OJVM allows reusing Java code, Java libraries, Java skills (developers) for data-bound applications.
4-
Running Java code directly in the database cuts networm trafic thereby resulting in better performance.
5-
Some of the examples show running the same code inside and outside the database (as plain Java client code).
5+
Running Java code directly in the database cuts networm trafic thereby resulting in better performance. Some of the examples show running the same code inside and outside the database (as plain Java client code).
6+
7+
Documentation http://docs.oracle.com/database/122/JJDEV/toc.htm
8+
9+
What's in Oracle database 12c Release 2 for Java & JavaScript Developers? http://bit.ly/2orH5jf
10+
11+
Community Forum https://community.oracle.com/community/database/developer-tools/jvm

0 commit comments

Comments
 (0)