
Oracle OSB 12c – Operational Branch example
In this article, we will explore the use of Operational Branch node in OSB 12c With the use of Operational Branch node, we can route Read More
In this article, we will explore the use of Operational Branch node in OSB 12c With the use of Operational Branch node, we can route Read More
In the previous article, we have demonstrated a simple Service Bus project (or OSB module) with only Proxy Service exposed which returns greeting message “hello” Read More
In this article, we will go through the detailed steps for creating/developing/constructing and testing demo Service Bus project using JDeveloper 12c IDE With 12c, we Read More
In this article, we will go through domain creation steps for SOA 12c 1. Server domain in SOA 12c : After successfully installing Oracle SOA Read More
In this article, we will go through installation steps for SOA 12c or Service Oriented Architecture 12c which comprises both SOA suite and Service Bus Read More
In this article, we will investigate various possibilities to suppress/resolve “Plugin execution not covered by lifecycle configuration” error 1. Plugin execution not covered by lifecycle Read More
In this article, we will explore about one of the maven command “eclipse:eclipse” Actually this command is no longer required with latest versions of Eclipse Read More
In this article, we will convert a general java web based project to maven project Assumption: We have already created project in Eclipse IDE –> Read More
In this article, we will create project using maven provided archetypes. These archetypes are simply template for creating various kinds of projects in Java/J2EE Now, Read More
In previous article, we have covered how to set M2_REPO classpath variable for maven dependencies resolution in Eclipse IDE Sometimes by default M2_REPO classpath variable Read More
In previous article, we have integrated Apache Maven – a popular build tool with Eclipse IDE By default, M2_REPO classpath variable doesn’t come added with Read More
In this article, we will integrate Apache Maven a popular build tool with Eclipse IDE This is only required for the “Juno (3.8/4.2)” version or Read More
In this article, we will understand about maven co-ordinates Q) What is Maven Co-ordinates ? <groupId>:<artifactId>:<version> defines a maven co-ordinate for any maven module in Read More
In this article, we will learn and understand how categorically include or exclude specific test cases while running unit test using surefire plugin 1. Read More
In this article, we will learn and understand how to skip unit test while building maven based project using surefire plugin One of the maven’s Read More
In earlier articles we have seen about Maven’s different lifecycles and their various build phases. Now we will extend these articles to understand, what is Read More
In this article, we will walk through some of the basic maven operations Basic operations compile –> compiles the source code test –> tests the Read More
In this article, we will learn and understand about Maven’s build lifecycle 1. Build lifecycle phases Every build lifecycle is made up of phases and Read More
In this article, we will learn and understand about different scopes available in Apache Maven which affects transitivity 1. Dependency Scopes: There are 6 (six) Read More
In previous article, we have learnt about what is transitive dependency. Here, we will understand how we can force maven to stop downloading transitive dependencies Read More