Welcome!

Lawrence Kaye

Subscribe to Lawrence Kaye: eMailAlertsEmail Alerts
Get Lawrence Kaye via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Lawrence Kaye

This is the second in a series of three articles discussing the clustering capabilities of BEA WebLogic Server 6.1 (WLS). This month we discuss replica-aware stubs, their impact on a clustered system, and how they're used with EJBs. How WebLogic Can Instrument EJBs WebLogic can provide clustering logic for an EJB in four possible locations (see Figure 1): The JNDI naming server, where the home stub is bound The container The home stub The remote stub The home stub and the remote stub are the most interesting aspects, since both of these objects are downloaded by a Java client and run within the JVM affiliated with the client, not the application server. WebLogic can develop load balancing and failover algorithms for EJBs not even resident in their own server! Given all o... (more)

An introduction to WebLogic Server Clustering

Welcome to the first issue of BEA WebLogic Developer's Journal! This article is the first of a three-part series geared around the clustering capabilities of BEA WebLogic Server (WLS) 6.1 and aimed at introductory and advanced audiences. This article will talk about the importance of clustering and the high-level clustering capabilities of WLS, provide an in-depth analysis of HttpSession... (more)