enterprise
Thin IIOP Client Framework for CORBA
Posted August 2nd, 2007 by administratorA Generic Thin IIOP Client Framework for CORBA Enterprise Applications
By Jay Zou
Abstract
J2EE Singleton
Posted August 2nd, 2007 by administratorJ2EE 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,
JCA Project
Posted August 2nd, 2007 by administratorArticle - 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
Posted August 2nd, 2007 by administratorArticle - 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