Alright the long waited Oracle Weblogic 14.1.1 Server (Oracle WebLogic Server 14c (14.1.1.0.0) is a scalable, enterprise-ready Java Platform, Enterprise Edition 8 (Java EE 8) Application Server) is here. Today I will show you how to install this Weblogic server 14.1.1 in
Read MoreThis simple JenkinsFile will help you deploy your maven project easily in different environments based on master, develop, feature, hotfix or release branch or tags. You can copy this and customize based on your need. Note : Not all Pipelines
Read MoreHere I will be using crypto library from BouncyCastleProvider and implement it in spring boot application. Find below the simplest code that I have attached even for beginners to follow through. Dependency Used : Alright so above code and dependency
Read MoreThis OpenShift Client helps you develop, build, deploy, and run your applications on any OpenShift or Kubernetes compatible platform. Here are the step by step guide on how to for absolute beginners: Note: Make sure to add oc (OpenShift Client)
Read MoreMost of us are quite familiar with simple JDBC connection that has to do with reading and writing from a table. Most of us usually don’t have a need to send or read from an Advanced Queue that is solely
Read More“We all love to read the documentation, Nah just kidding .” No worries, I did go through the openshift documentation (which is not user friendly) and hopefully I have made things easier for you on how to setup OpenShift locally.
Read MoreOpenShift is a cloud development Platform as a Service (PaaS) which was assembled around a core of docker container packaging and Kubernetes container along with cluster management. This is powered by Red Hat. It provides developers and IT organizations with
Read MorePlan intelligently before you write your code, as this is directly related to Garbage Collection and your Application Performance. “If Objects are created unnecessarily and are less recyclable, it is directly proportional to more garbage created and hence garbage collection,
Read MoreJava 8 (Language level 8 ) has its own form of switch expression which we have been coding for years but that has changed in Java 14 (Language level 14). It involves less line of codes, better pattern matching to
Read MoreThese were the answers that I gave and please don’t follow this word by word. There are better resources that you can use. Shared it as I think this might be fun or helpful for someone. Question: Why did you
Read More