A quick tutorial for middleware products

  • WeblogicArch

  • J2EEArch

  • FussionArch

Saturday, July 11, 2015

On July 11, 2015 by Kamlesh   1 comment
SOA Infrastructure Application The SOA Infrastructure is a Java EE-compliant application running in Oracle WebLogic Server. The application manages composites and their lifecycle, service engines, and binding components. You deploy SOA composite applications designed in Oracle JDeveloper to a partition of your choice on the SOA Infrastructure. Partitions are separate sections of your SOA Infrastructure...

Sunday, June 14, 2015

On June 14, 2015 by Kamlesh   2 comments
Hadoop Distributed Filesystem (HDFS) Built to support high throughput, streaming reads and writes of extremely large files. NAS and SAN's offer centralized, low-latency access to either a block device or a filesystem on the order of terabytes in size. They do not scale to meet the need of thousands of machines pulling hundreds of Gigs of content all at one time. Goals for HDFS *...

Saturday, June 13, 2015

On June 13, 2015 by Kamlesh   No comments
Hi All, writing something about OPMN utility with oracle instance and Weblogic. WebLogic Server– Weblogic is J2EE application Server for entire Oracle stack. Oracle Instance – Oracle Instance contains one or more system components like HTTP Server, Application Server, OBIEE, OAM and OID. Oracle Instance Directory contains files like configuration files, log files. Oracle...

Tuesday, April 21, 2015

On April 21, 2015 by Kamlesh   5 comments
WLST Script for checking the status of JDBC Datasource in Weblogic  WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor JDBC Datasource like status of datasource, load on datasource etc. by WLST script. Step by step explaining how to prepare the JDBCmonitor.py...