28 Results for:CORBA

  • Sort by: 

Managing the service for business

22 May 2001

The development of technology continues at a breathtaking pace. The intensity of competition in the e-business world dictates... Read More

Exploring J2EE Security for Applications using LDAP

01 Jan 2005

This article is loosely based on prototyping a number of J2EE applications constructs, such as servlets, EJB, MDB (Message-driven Beans) and JSP implemented using LDAP (Lightweight Directory Access Protocol) for ... Read More

Distributed Computing Made Easy

01 May 2006

In case you haven't noticed, distributed computing is hard. The problem is that it is becoming increasingly important in the world of enterprise application development. Read More

Implementing a Data Cache using Readers And Writers

01 Jan 2000

You may have come across a situation where you need to cache some data in your server. You then use this cache to service queries from incoming requests. You will also probably have a thread that listens for cache ... Read More

J2EE vs. Microsoft.NET: A comparison of building XML-based web services

01 Jun 2001

In this whitepaper, we will make a powerful comparison between the two choices that businesses have for building XML-based web services: the Java 2 Platform, Enterprise Edition (J2EE)1 , built by Sun Microsystems ... Read More

Job Scheduling in J2EE Applications

01 Jan 2000

Scheduling tasks in J2EE applications is a common need. File transfer applications need to transmit and receives files on a regular basis, except on holidays. Administrative applications need to send reminder ... Read More

EJB 2.1: The Timer Service: Monson-Haefel's Guide to Enterprise JavaBeans

01 Oct 2008

This fourth installment of Monson-Haefel's Guide to Enterprise JavaBeans describes the EJB Timer Service API, its use with entity, stateless session, and message-driven beans, and provides some criticism and ... Read More

Part 2 - A Detailed Look at SOAP

01 Jan 2002

In Part One of the hands-on Web services tutorial we introduced the basic concepts behind web services, including SOAP and WSDL. We showed how to develop a simple Web Service in under 30 minutes, and in the process... Read More