Skip to content

Commit ddcf970

Browse files
authored
Update README.md
1 parent 3a73338 commit ddcf970

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

java/README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Java based examples
22
This is a repository of sample code that will demonstrate various concepts to assist Java and JavaScript developers in designing applications for accessing and processing data from the Oracle Database, leveraging Java Database Connectivity (JDBC), Univeral Connection Pool (UCP), and Java 8 Nashorn; or running Java or JavaScript code directly in the database leveraging the embedded JVM (a.k.a. OJVM and Java 8 Nashorn engine).
33

4-
## What's in Oracle database 12c Release 2 for Java Developers?
5-
- Java 8: Java 8 in JDBC/UCP and OJVM; JDBC 4.2
6-
- JavaScript with Nashorn: JDBC/UCP, OJVM
7-
- Performance: JIT (OJVM), Network Compression over WAN (JDBC), Configurable connection health check frequency (UCP), PL/SQL Callback
8-
interface (JDBC)
9-
- Scalability: Shared Pool for Multi-Tenant Database (UCP), Shared Pool for Sharded database (UCP), Sharding Key APIs (JDBC, UCP),
10-
DRCP Proxy session sharing, DRCP support for multiple labels
11-
- High-Availability: Java APIs for FAN events (SimpleFan.jar), Planned Maintenance in the driver (JDBC), Application Continuity for XA
12-
Datasources, Transaction Guard for XA Datasource
13-
- Security: SSL v1.2 / TLS v 1.2 (JDBC)
14-
- Manageability: XMLconfiguration (UCP), Enable/disable/suspend/resume feature level logging (JDBC), MAX_THINK_TIME for Transactions
15-
in progress (DRCP), new statistics view and AWR reports
16-
- Ease of Use : Web Services Callout (OJCM), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire
17-
Protocol)
4+
# What's in Oracle database 12c Release 2 for Java Developers?
5+
* **Java 8**: Java 8 in JDBC/UCP and OJVM; JDBC 4.2
6+
* **JavaScript with Nashorn**: JDBC/UCP, OJVM
7+
* **Performance**: JIT (OJVM), Network Compression over WAN (JDBC), Configurable connection health check frequency (UCP), PL/SQL Callbace interface (JDBC)
8+
* **Scalability**: Shared Pool for Multi-Tenant Database (UCP), Shared Pool for Sharded database (UCP), Sharding Key APIs (JDBC, UCP), DRCP Proxy session sharing, DRCP support for multiple labels
9+
* **High-Availability**: Java APIs for FAN events (SimpleFan.jar), Planned Maintenance in the driver (JDBC), Application Continuity for XA Datasources, Transaction Guard for XA Datasource
10+
* **Security**: SSL v1.2 / TLS v 1.2 (JDBC)
11+
* **Manageability**: XMLconfiguration (UCP), Enable/disable/suspend/resume feature level logging (JDBC), MAX_THINK_TIME for Transactions in progress (DRCP), new statistics view and AWR reports
12+
* **Ease of Use** : Web Services Callout (OJCM), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire Protocol)
1813

19-
## White paper: http://bit.ly/2orH5jf
14+
# [White paper](http://bit.ly/2orH5jf)

0 commit comments

Comments
 (0)