In an XML element names are user defined and there could arise conflicts. One possible scenario is, consider a WSDL in which a message consists of parts referencing elements, with the same name but from different XSDs. For example, consider below code that is snipped from a WSDL (though not…
How to Install Oracle JDeveloper (11g)
JDeveloper is a IDE/Tool used to build components in Oracle technology frameworks like OAF, ADF, SOA and MAF. While installing JDeveloper it is important to know the version that can build the component specific to the framework under consideration. In this post I am considering JDeveloper 11.1.1.6 that can be used…
How to Install JDK
JDK (Java development kit) is needed to develop application using JAVA technolgoy. Intallation of JDK is pretty simple process. It involves downloading JDK installable from oracle downloads and start the installation process. In this post I am considering JDK 1.7, but you need to install the version depending on the…