Thank you visitors!
- 1,356,049 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Top Posts
- Deploying WebLogic applications with Maven
- Visualising Garbage Collection in the JVM
- Process Instance List and Detail added to Worklist
- Installing Oracle REST Data Services (standalone)
- Running Oracle Autonomous Database in a container
- End-to-end installation of WebCenter and BPM 11g (64-bit)
- Configuring Maven to run your Java application
- Worklist
- Building OSB projects with Maven and removing the eclipse dependency
- Configuring a Java application to connect to Autonomous Database using Mutual TLS
-
Copyright 2009-2025 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
Subscribe
Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Tag Archives: Java
Using Multiple Datasources with Spring Boot and Spring Data JPA
Hi everyone! Today I want to show you how to configure multiple datasources in a Spring Boot application using Spring Data JPA and the Oracle Spring Boot Starter for Universal Connection Pool (UCP). This is a pattern you’ll need when … Continue reading
New 23c version of Kafka-compatible Java APIs for Transactional Event Queues published
We just published the new 23c version of the Kafka-compatible Java APIs for Transactional Event Queues in Maven Central, and I wanted to show you how to use them! If you are not familiar with these APIs – they basically … Continue reading
Development environment setup for Spring Boot with Oracle
Hi again! I am starting a series of posts about writing Spring Boot microservice applications with the Oracle Database, I plan to cover topics like databsae access, messaging, external configuration, service discovery, fault tolerance, workflow, observability and so on. But … Continue reading
Java to get go-routine-like virtual threads!
Yay! Java is finally going to get some lightweight threads, a bit like go-routines, which allow you to create threads in the JVM without each one consuming an OS thread! I’m looking forward to trying it out in Java 19. … Continue reading
Configuring a Java application to connect to Autonomous Database using Mutual TLS
In this post, I am going to explain how to configure a standalone Java (SE) application to connect to an Oracle Autonomous Database instance running in Oracle Cloud using Mutual TLS. The first thing you are going to need is … Continue reading
New (HotSpot) JDK adds JRMC and Flight Recorder
Oracle has just released JDK 7u40 which includes some pretty useful new features – most notable for me is the inclusion of JRockit Mission Control and Flight Recorder, giving us a lot more tools for recording and analyzing performance information … Continue reading
Java 7 is nearly here…
That’s right, Java 7 is just around the corner. Here’s a few of the new language features that I really like: Match on Strings in a switch statement No longer do we have to write those ugly case statements like … Continue reading
