A quick tutorial for middleware products

  • WeblogicArch

  • J2EEArch

  • FussionArch

Monday, September 4, 2017

On September 04, 2017 by Kamlesh   No comments
Creating My First Process Extension while developing PX for Agile PLM, the most important part is project structure. Create a Java Project in Eclipse Under source folder add META-INF folder Create services folder under META-INF Create com.agile.px.ICustomAction file...

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 *...