Java EE eBooks on Leanpub
DZone Java Caching Refcard
-
Recent Posts
- Basics of Kubernetes Volumes – Part 1 September 24, 2019
- Using Azure Disk to add persistent storage for your Kubernetes apps on Azure September 23, 2019
- “Kubernetes in a Nutshell” — blog series September 21, 2019
- My Tweets
Categories
- Books (6)
- Caching (1)
- Cloud (7)
- Docker (5)
- Java (136)
- Knowledge (1)
- kubernetes (8)
- NoSQL (2)
- Oracle Cloud (5)
- Oracle Directory Services (1)
- Oracle Identity & Access Management (1)
- Oracle Identity Governance (12)
- Oracle Identity Manager (17)
- Oracle Priviledged Account MAnager (1)
- Oracle Privileged Account Manager (2)
- Oracle Unified Directory (1)
- Productivity (1)
- serverless (2)
- Uncategorized (2)
- Follow Head in the clouds on WordPress.com
Tag Archives: fat jar
Simple sample: Dockerized Java app using a maven plugin
It’s good to be able to build Docker images directly from artifacts (JAR, WAR etc.) produced by Maven builds. One useful tool is the Spotify Docker Maven plugin which can help with this This example (available on Github) uses Jersey Grizzly connector to … Continue reading
Simple sample: Oracle NoSQL with Docker Compose
Here is an example of using the Dockerized Oracle NoSQL image. This, along with many other Dockerized Oracle products are available here Key points Demonstrates usage of Docker Compose : co-ordinates an Oracle NoSQL container and a dependent container running its (Java) client Docker … Continue reading
Posted in Docker, Java, Java SE
Tagged docker, docker compose, fat jar, Jersey, kvlite, NoSQL, oracle nosql
Leave a comment
Java EE microservices with Oracle Application Container Cloud and Wildfly Swarm
Just wanted to drop a note regarding one of the blogs I recently published on the Oracle Cloud Developer Solutions portal – Building ‘right sized’ Java EE applications with Oracle Application Container Cloud and Wildfly Swarm . You should check it out ! … Continue reading
Posted in Java, Java EE
Tagged fat jar, javaee, microservices, Oracle Application Container Cloud, Oracle Cloud, uber jar, wildfly swarm
Leave a comment