By Alvaro Schwarzberg For the past few years I've participated in several projects to update existing Java applications. While working on those projects I often wanted to be able to add new functionality to a class without recompiling it Some of the reasons for this were: I didn't have the right to access... Jan. 1, 2002 12:00 AM EST Reads: 10,976 |
By Jon Maron There are two fundamental attributes developers look for in a given technology to ease their development tasks: extensive functionality and code reusability. Look at the success of the Unix operating system. A fundamental part of its success is that it can be written in a machine-i... Jan. 1, 2002 12:00 AM EST Reads: 12,909 Replies: 1 |
By Boris Lublinsky Over the past several years EJB technology has entered the software development mainstream. This new level of recognition and greater popularity brings an increase in design activities in the EJB space, such as best practices and design patterns. Jan. 1, 2002 12:00 AM EST Reads: 17,753 Replies: 2 |
By Neal Ford In the beginning there were servlets, and it was good. They were much better than the alternatives, and allowed for scalable, robust Web development. But there was trouble in paradise. Web development partitioned itself into two camps: art school dropouts (invariably Macintos... Nov. 1, 2001 12:00 AM EST Reads: 14,476 |
By Charlie Arehart There are many facets to J2EE Web application development. It's a powerful platform that offers a variety of possibilities and capabilities, with many different approaches and models of development available. This is both a strength and, for newcomers to the platform, an Achilles' heel... Nov. 1, 2001 12:00 AM EST Reads: 15,968 |
By Alex Pestrikov As the EJB 2.0 specification has entered its final stage, many companies are in the process of building server-side J2EE applications. The final draft of the specification has made container-managed persistence (CMP) of entity beans complete and more powerful. Oct. 1, 2001 12:00 AM EDT Reads: 15,510 |
By Dan Malks Patterns are expert solutions - recurring designs that have proven effective over time. This month's article will provide you with a bit more detail on the subject. Oct. 1, 2001 12:00 AM EDT Reads: 13,613 |
By Charlie Arehart Welcome to the first installment of Journeyman J2EE. I'm honored to present this new bi-monthly column of ruminations and reactions as I, like so many of you, make my foray through the vast world of J2EE application development and deployment. But this isn't intended just for newbie J2... Sep. 1, 2001 12:00 AM EDT Reads: 15,283 |
By Steve Ross-Talbot Over the last two decades rules have become an increasingly important part of the information technology landscape. In fact, deductive rules have been applied to databases since the inception of SQL and form the basis of policy management and decision making at most corporations. Howev... Sep. 1, 2001 12:00 AM EDT Reads: 16,543 |
By John Crupi Welcome to the first installment of the 'Core J2EE Patterns' column by the Sun Java Center (www.sun.com/service/sunps/jdc). Every other month, we (Deepak Alur, Danny Malks, myself, and other architects from the Sun Java Center) will discuss various topics from our book, Core J2EE Patte... Aug. 1, 2001 12:00 AM EDT Reads: 16,818 |
By Tony Loton The story so far: In Part 1 (JDJ Vol. 6, issue 4), I covered servlets and gave a practical demonstration of how a basic access control mechanism for intranet applications could be built using Servlet Session Tracking and HTTP Authentication. In Part 2 (Vol. 6, issue 5), I introduced a ... Aug. 1, 2001 12:00 AM EDT Reads: 12,194 |
By Jon Stevens If you are currently looking for alternatives to JSP and you're tired of reinventing the wheel each time, then this article can provide you with the solutions you need to build your Web applications. We'll explore what it's like to develop a Web application using a couple of popular to... Jul. 1, 2001 12:00 AM EDT Reads: 16,082 |
By Elizabeth Blair Many J2EE 1.2-based applications and components are emerging in the marketplace as the J2EE platform matures. Application portability is one of the most important benefits offered by the J2EE platform. Through the J2EE Java Pet Store sample application, the J2EE Blueprints team has dev... Jul. 1, 2001 12:00 AM EDT Reads: 11,947 |
By Chris Kampmeier J2EE applications are becoming the norm rather than the exception in today's distributed computing environment. But organizations are still facing the same issues with this technology set that they did with application models of yesteryear - how to ensure that they can scale quickly, r... Jun. 1, 2001 12:00 AM EDT Reads: 12,198 |
By Patrick Sean Neville Java Servlets and JavaServer Pages (JSP) threaten to collapse out there in the mud houses of server land. Developers succumb to the temptation to muddle their pages with complex business logic, and to fill behemoth proprietary libraries with data and subsystem access routines. We find ... Jun. 1, 2001 12:00 AM EDT Reads: 12,361 |
By Brady Flowers Last month in JDJ (Vol. 6, issue 5) we looked at the Java 2 Platform, Enterprise Edition (J2EE) connector architecture (JCA) and its common client interface (CCI). To recap, JCA is the part of the J2EE 1.3 specification that facilitates the integration of Java applications with Enterpr... Jun. 1, 2001 12:00 AM EDT Reads: 12,288 |
By Tyler Jewell Last summer, Sun Microsystems released the first public draft of the EJB 2.0 specification with a lot of fanfare. Since then, it's been through a whirlwind of discussion, controversy, and modifications. Yes, modifications. The latest release of the EJB specification is Public Final Dra... Jun. 1, 2001 12:00 AM EDT Reads: 13,337 |
By Jon Siegel XML gets mentioned a lot as an interoperability 'platform.' By itself, of course, XML can't be a platform because it's a document format. It may be flexible, human-readable, dynamic, popular, and cool because it looks a lot like HTML, but it's still just a document format, and there ar... May. 1, 2001 12:00 AM EDT Reads: 15,962 |
By Dave Chappell; Bill Cullen The Java Message Service (JMS) is a specification put forth by Sun to define a common set of APIs and common semantics for messaging-oriented middleware providers. An increasing number of MOM vendors have embraced this specification, and new vendors are building messaging products suit... May. 1, 2001 12:00 AM EDT Reads: 17,658 |
By Tony Loton In Part 1 of this series (JDJ Vol. 6, issue 4) I developed a simple access control mechanism for my application using HTTP authentication and servlets. In my view, servlets have always been underrated as a technology. May. 1, 2001 12:00 AM EDT Reads: 12,627 |
By Dave Chappell; Greg Pavlik Every software system has logging requirements so application processing can be monitored and tracked. Modern distributed systems, which are usually based on application frameworks, require a logging solution that can cope with multiple processes on multiple hosts sending logging infor... May. 1, 2001 12:00 AM EDT Reads: 24,014 |
By Dave Chappell; Richard Monson-Haefel The notion of guaranteed delivery of Java Message Service messages has been lightly touched on in other recently published articles on JMS. But what really makes a JMS message 'guaranteed'? Should you just take it on faith, or would you like to know what's behind it? Apr. 1, 2001 12:00 AM EST Reads: 34,506 Replies: 1 |
By Jon Siegel Any individual piece of computer hardware or software can fail. That's why we back up our hard drives. When the hard drive on my laptop failed last year, the tape backup got me up and running in a few days - the time it took to get a replacement drive and reload my files. Apr. 1, 2001 12:00 AM EST Reads: 15,252 |
By Matt Creason As most of you reading this article know, the application server market is growing and every company, large or small, can visualize the benefits an application server infrastructure could bring to their organization. But why then, even with the vast amount of benefits available, have c... Apr. 1, 2001 12:00 AM EST Reads: 10,129 |
By Misha Davidson The highly structured nature of applications built using J2EE technologies lends itself well to design patterns for performance optimization. This article examines a number of such patterns and suggests optimal ways of using them to improve latency, throughput, and overall scalability ... Apr. 1, 2001 12:00 AM EST Reads: 18,783 |
By Tony Loton The choices can be overwhelming for a development team embarking on an Enterprise Java project. You've read the books, attended the classes, and now know the individual Java technologies pretty well, but how do you choose between them? Should your project be based on servlets, applets,... Apr. 1, 2001 12:00 AM EST Reads: 17,699 |
By Christopher G. Chelliah; Sudhakar Ramakrishnan The Java 2 Platform, Enterprise Edition (J2EE), defines the standard for developing and deploying multitier enterprise applications. At the core of J2EE architecture are application servers - containers for your J2EE components. Apr. 1, 2001 12:00 AM EST Reads: 14,541 |
By Dave Chappell The Java Message Service (JMS) is an enterprise-capable middleware component based on message-oriented middleware (MOM) fundamentals. Since its introduction as a Java software specification in November 1998, vendor implementations have brought JMS forward as a first class, e-business m... Mar. 1, 2001 12:00 AM EST Reads: 20,774 |
By Khanh Chau As a distributed object technology, CORBA provides tremendous flexibility for implementing robust enterprise information systems composed of distributed components. In large-scale deployment, these components run in multiple servers located in multiple hosts of different operating syst... Mar. 1, 2001 12:00 AM EST Reads: 12,689 |
By Sirl Davis In EJB/CORBA integration, complexity can range from simple to complex and depends in part on the direction of the communication. From EJB to CORBA, communication is relatively simple because the EJB bean invokes CORBA as it does any external resource. CORBA-to-EJB communication, h... Feb. 1, 2001 12:00 AM EST Reads: 11,961 Replies: 1 |
By Vaughn Vernon It's a pleasure to be writing this article in the beautiful, high-tech, Mediterranean city of Netanya, Israel. It's the evening after the first day of the workweek here - Sunday, of course - in my current consulting engagement. But working Sundays isn't the only thing I've had to g... Feb. 1, 2001 12:00 AM EST Reads: 11,727 |
By Marc Connolly If you were to consider all the surface clutter in my life, you might find it strange to know, deep down inside, I like things simple. I mean really simple, because I'm not very bright and have trouble with basic concepts, like getting out of bed and getting the car pointed in the ... Feb. 1, 2001 12:00 AM EST Reads: 10,358 |
By Paul Moxon This article outlines how organizations can build and maintain an integrated system infrastructure to support their business needs using open industry standards, such as CORBA, Java 2 Enterprise Edition (J2EE), and XML. In doing this, they can maximize investments in existing techn... Feb. 1, 2001 12:00 AM EST Reads: 13,162 |
By Jason Westra This month in EJB Home I'll show you how to build a message-driven bean. Knowledge of this EJB will enhance your toolkit for developing asynchronous Enterprise Java applications - whether they're mission-critical or not. Jan. 1, 2001 12:00 AM EST Reads: 22,756 |
By Nitin Nanda Generally it's desirable to deploy the Java server in such a manner that it automatically starts when the computer does, and stops when the computer shuts down. This could be quickly and easily implemented by writing an NT service that communicates with the Java server. Jan. 1, 2001 12:00 AM EST Reads: 14,479 |
By Khanh Chau At the enterprise level, building and deploying distributed object-oriented components involves a dizzying number of choices and considerations. In contrast to a single-process monolithic system, distributed computing provides the flexibility to delegate computing processing power to a... Jan. 1, 2001 12:00 AM EST Reads: 11,395 |
By Paul Tindall By the time you read this, the J2EE revolution will be gaining significant momentum. Most large companies will have some type of new development around it; many more existing and new e-businesses that leverage this technology will have emerged. Many platform providers will have delive... Dec. 1, 2000 12:00 AM EST Reads: 17,487 |
By Jason Westra Several patterns exist for generating primary keys for your EJB application. This month I'll provide a pattern for generating PKs that's scalable, generic, and portable. Dec. 1, 2000 12:00 AM EST Reads: 55,171 |
By Jon Siegel CORBA's new Interoperable Naming Service (INS) introduces three features that combine to help manage your computing environment and integrate it better with the Internet and your corporate intranet as well. These features: Nov. 1, 2000 12:00 AM EST Reads: 12,150 |
By Jason Westra This month's EJB Home was originally a presentation at JC2 in Santa Clara, California, in September. For those of you who couldn't make the session, I thought it would be beneficial to transcribe it here and relay an experience in the successful implementation of an EJB application usi... Nov. 1, 2000 12:00 AM EST Reads: 14,510 |