Home


Latest collection on various software and hardware related topics!

Latest Articles

Thin IIOP Client Framework for CORBA

A Generic Thin IIOP Client Framework for CORBA Enterprise Applications
By Jay Zou
Abstract

J2EE Singleton

J2EE Singleton
By David Jones
Introduction
What is a Singleton? The Singleton pattern became widely popular when it was included in the now famous "Gang of Four" Patterns book. Its general objective is to make sure that only one instance of a specific object type exists. The classic code snippet used to create a Singleton is as follows,

Automated Functional Testing

Testing BEA Portal Applications: Open-Source Automated Unit and Functional Testing
By Mario Ciabarra
Abstract
Testing is often a last-thought, last-minute process at the end of a project life-cycle. However, designing tests first, and automating them will leave your code bug free, and your boss smiling.

JCA Project

Article - Resource Adapter (JCA) Requirements, Architecture & Development Methodology
By Manpreet Vohra
Introduction
This document outlines the architecture, software and development methodology for development of adapters conforming JCA specifications
 
Assumptions
This document assumes a team of 5 software engineers working on development of JCA adapters to CORBA and XML/HTTP interfaces.
 
Hardware Requirement

Understanding JCA

Article - Understanding JCA, Implementation and Deployment (Weblogic)
By Manpreet Vohra
Abstract
This article talks about how to build a JCA Connector based on JCA specifications, JCA framework, features and deployment strategies for Weblogic Server.

Introduction

Back to top