Java EE eBooks on Leanpub
DZone Java Caching Refcard
-
Join 128 other subscribers
-
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
Category Archives: Oracle Cloud
Microservices messaging on Oracle Cloud using Apache Kafka
Here is a blog I posted on the Oracle Cloud Developer Solutions portal. This is the first of a two-part series which shows asynchronous messaging b/w microservices with the help of a simple example (application) Technical components Oracle Cloud Oracle … Continue reading
Integrating Oracle Application Container & Database Cloud using ‘Service Bindings’
Don’t forget to check out my new blog post on the Oracle Cloud Developer solutions community portal ! It demonstrates usage of Oracle Application Container Cloud and Database Cloud service. To be precise, it covers the following An introduction to Service … Continue reading
Posted in Java, Java EE, Oracle Application Container Cloud, Oracle Cloud, Oracle PaaS
Tagged eclipselink, jaxrs, Jersey, jpa, microservice, Oracle Cloud, Oracle Database Cloud, Oracle PaaS
Leave a comment
CI/CD using Oracle Developer Cloud service
Here is another blog which I published on the Oracle Cloud Developer Solutions portal – Continuous Deployment to App Container Cloud using Developer Cloud service . If you’re interested in exploring how Oracle Cloud solutions can help you seamlessly manage your application (a lightweight fat JAR … Continue reading
Basics of security in Oracle Mobile Cloud Service..
This blog post covers the following security aspects of the Oracle Mobile Cloud service platform in brief The security features It’s foundations Supported mechanisms (protocols) What are the security features ? Oracle MCS supports the following Authentication: verifying the identity (and … Continue reading
Posted in Java, Oracle Cloud, Oracle Mobile Cloud Service, Oracle PaaS
Tagged Oracle Mobile Cloud Service, Oracle PaaS, REST
Leave a comment
Anatomy of an app on the Oracle Application Container Cloud
The Oracle Application Container Cloud service is relatively simple to be honest. Here is quick post on how a potential application looks like. Although the service supports Java SE and Node.js runtimes, this post will stick to Java specific examples. Let’s take … Continue reading