Similar Articles |
|
JavaWorld November 2001 Kurt Jacobs |
Subscribe now for rapid prototyping Developers often find themselves reengineering an API to meet the demand of evolving requirements. By providing a framework for a more flexible system, the Publisher-Subscriber pattern can help you overcome some problems associated with object dependencies... |
JavaWorld March 2002 Nicholas Whitehead |
Listen to heartbeats using JMS With heartbeats, a critical system broadcasts a signal that lets other systems know it is still working. You can apply the same concept between distributed Java components using Java Message Service. This article shows you how and introduces an extensible framework for implementation... |
JavaWorld February 2001 Tarak Modi |
Add the power of asynchronous processing to your JSPs The author shows how to bring the power of Java Messaging Service to JavaServer Pages developers who are excellent at content development but not interested in the intricacies of asynchronous programming... |
JavaWorld October 2002 Abulsorour & Visveswaran |
Business process automation made easy with Java, Part 2 Design options for rule engine integration, data synchronization considerations, workflow engine integration, and some best-practice quality-of-service considerations. Also, emerging data interchange standards that enable a more flexible solution |
JavaWorld October 2002 Thomas Laramee |
Should you go with JMS? Java developers must often determine whether JMS meets their requirements as a message-processing layer for their distributed systems. Issues such as application server performance, data distribution, security, and error handling must be considered. |
JavaWorld August 2002 Abraham Kang |
Enterprise application integration using J2EE Java represents an ideal language for EAI because it runs on most, if not all, operating systems and boasts good support from EAI tool vendors. In addition, J2EE provides the security, messaging, and reliability services required in EAI. |
JavaWorld March 2002 |
Letters to the Editor JavaWorld readers warn about synchronization; present a Servlet 2.2-compliant solution for mixing protocols in Web apps; suggest using the Data Object Access design pattern with the Value Object design pattern... etc. |
JavaWorld October 2000 Siva Visveswaran |
Dive into connection pooling with J2EE Connection pooling is a technique used for sharing server resources among requesting clients. This article focuses on support for connection pooling of both database resources and nondatabase resources in a J2EE environment... |
JavaWorld July 18, 2003 Amit Poddar |
Add concurrent processing with message-driven beans This article describes in detail how message-driven beans can effectively provide concurrency to J2EE applications. |
JavaWorld September 19, 2003 Brian Connolly |
Client quality reporting for J2EE Web services This article implements a general-purpose architecture for recording client response times for J2EE Web services. The sample implementation was built using the Sun ONE Application Server and IDE, but the general approach can be easily adapted to other J2EE implementations. |
JavaWorld December 29, 2000 Julie Salzmann |
Java Product News Julie Salzmann delivers 12 informative company announcements and product briefs, including: aJ-100 enhances embedded applications' realtime performance; Sun makes J2ME and MID available for the Palm platform; Atinav betas voice communications via wireless networks; BEA unveils BEA WebLogic Collaborate; Softwired debuts wireless JMS middleware offering; Oracle updates Oracle Internet File System, and more. |
JavaWorld January 2002 Frank Sommers |
A birds-eye view of Web services The author defines Web services, explains how they operate, and compares them to related Java technologies. He also presents a general programming model for Web services, independent of any framework or technology... |
JavaWorld November 2001 John Chamberlain |
Implement a J2EE-aware application console in Swing Learn the fundamentals of Swing while creating a command console to control complex enterprise applications. A console provides a window into a system's operation and allows operators to configure, monitor, and control the system in real time... |
JavaWorld May 2001 Markus Dorn |
Reading objects is easy with SAX By following some simple rules when mapping objects to XML, you can easily read object structures, even complex ones, from XML. See how you can use SAX to eliminate that complexity... |
JavaWorld September 14, 2001 |
Java Product News Empirix updates Bean-test... Bitmovers Maui 1.2 develops UIs for server-side apps... Iona's Total Business Integration now supports embedded apps... O'Reilly releases Java & XML, Second Edition... Versant enhances enJin Lutris adds JMS support to EAS 4... etc. |
InternetNews August 24, 2004 Michael Singer |
WS-I Profiles Move to Next Phase The Web services consortium publishes Basic Profile 1.1, Attachments Profile 1.0 and Simple SOAP Binding Profile 1.0 for widespread testing and review. |
JavaWorld June 2002 Michael Juntao Yuan & Ju Long |
Java readies itself for wireless Web services The future world of pervasive computing demands powerful and flexible development platforms. Is Java up to the task? Can Java provide end-to-end solutions for wireless Web services networks? The authors discuss the definition, importance, and architecture of wireless Web services. |
JavaWorld March 2, 2001 Lisa Alexander |
Java Product News Talarian JMS products offer dynamic delivery... VersantBridge plug-in speeds Java application development... JCA implementation for BEA WebLogic Server 6.0 supports J2EE... build wireless devices with minimal wireless programming knowledge... etc. |
JavaWorld September 7, 2001 |
Java Product News O'Reilly releases Java & XML, Second Edition... Iona's Total Business Integration now supports embedded apps Versant enhances enJin 2.2... Lutris adds JMS support to EAS 4... Sims Computing updates enterprise job scheduler Commercial release of CapeStudio now available... etc. |
JavaWorld September 21, 2001 |
Java Product News SilverStream releases development environment for Web services apps... Idetix ships Revize 3.5... IBM updates Web Services Toolkit... Denwa certifies Pingtel expressa phone Aligo partners with various J2EE vendors... SavaJe launches SavaJe Partner Program... Empirix updates Bean-test... etc. |
JavaWorld October 2000 Brett McLaughlin |
Validation with Java and XML Schema, Part 2 A roadmap for taking Java method parameters and validating them against constraints in an XML document. Various approaches will be examined, and you will begin to actually code the utilities for converting those XML constraints into usable Java utilities... |
PC Magazine May 18, 2004 Robert P. Lipschutz |
Crafting Interoperable Web Services Web service interoperability has been a rather elusive goal. Now an organization dedicated to it provides help. |
JavaWorld March 2001 Dirk Reinshagen |
XML messaging, Part 1 In this article, the first of three, the author discusses XML messaging, specifically the basic premise of XML messaging, what it is, and why it is useful. Further, he presents a simple XML message broker for custom XML messages... |
JavaWorld September 28, 2001 |
Java Product News Sun releases J2EE 1.3... Kada and Cisco partner to expand network capabilities... Merant launches content management tool... Java and XSLT now available from O'Reilly... TIBCO licenses J2EE... Amber Archer introduces open source Java class library... etc. |
JavaWorld August 2000 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 1 The Brazil sever can deliver data to clients requiring such specific protocols or technologies as the simple HTTP via URL programming interface, the Java Reliable Multicast Service protocol, Java Message Service, and Jini. Plus, how to use applets, JavaScript, and the Brazil Scripting Language to rapidly create Webpages. |
JavaWorld December 2000 Peter Sayer |
XML for Java gains new support with Sun API enhancements Sun Microsystems published details on Monday of two new interfaces to link its Java programming language to XML... |
JavaWorld November 2002 |
Letters to the Editor How do you use Runtime.exec() to return process ID (PID)?... What's wrong with servlets in a Java Message Service (JMS) solution?... How do you put serialVersionUIDs in Serializable classes?... etc. |
JavaWorld August 2000 Robert Hustead |
Mapping XML to Java, Part 1 The SAX API is superior to the DOM API in many aspects of runtime performance. In this article we will explore using SAX to map XML data to Java. Because using SAX is not as intuitive as using DOM, we will also spend some time familiarizing ourselves with coding to SAX. |
JavaWorld November 2000 Julie Salzmann |
Java Product News BEA WebLogic Java Adapter for Mainframe drives legacy apps to the Web... VisiComp 1.5 adds servlet support... Debug iPlanet application server apps with free plug-in... Sun and Veritas present Jiro-enabled tools... Sprint PCS to give Java a whirl... etc. |
PC World August 2004 Andrew Brandt |
Does Your Online Profile Say Something You Wouldn't? Sneaky hackers can put undesirable links and images into your personal profile page without your knowledge. |
JavaWorld August 2000 Arden Yingling |
News and New Product Briefs (August 4, 2000) KL Group ships DeployDetector for management of Java applications; Running Start adds Java/XML/WAP support; Computer Associates International releases EJB development tool; IIT offers free JMS messaging system; Allaire licenses J2EE platform from Sun... |
JavaWorld December 6, 2002 |
Java Product News PrintWeaver leverages Java printing mechanism... Starlasoft updates JLAN Server... Thuraya phones receive J2ME boost... New JSP tag library now available... abaXX Technology announces support for JBoss... Precise adds Oracle9i support... Tortuga Technologies updates Ozibug... etc. |
JavaWorld January 2003 |
Letters to the Editor Does Flash support Java Message Service (JMS)? Is a second interface necessary with the Cascading Menu pattern? Is the Sun Certified Enterprise Architect exam biased toward English speakers? JavaWorld authors answer these questions and more in this month's Letters to the Editor. |
New Architect October 2002 Paul Sholtz |
Tame the Information Tangle A new breed of document storage and management systems has appeared that's been specially optimized for publishing XML documents on the Web. A look at native XML databases and XML-enabled databases. |
InternetNews December 15, 2005 Erin Joyce |
Myths And Realities of Web Services Web services and service-oriented architecture are the holy grail of computing, but you must still beware of their ups and downs. |
InternetNews May 18, 2004 Clint Boulton |
WS-I Clears Basic Security Hurdle Working group moves closer to making Web services security a crucial assurance for commercial businesses. |
JavaWorld February 2001 Lisa Alexander |
Java Product News MicroStrategy SDK 7.1 supports Java... BEA Java tools help create personalized e-commerce applications... Data Junction Integration Suite now supports JMS... ISNetworks S/MIME Provider offers secure messaging... etc. |
JavaWorld December 2001 |
Sun adds Web services to J2EE The Java XML Pack adds capability for XML messaging and data binding, as well as remote procedure calls using SOAP (Simple Object Access Protocol). |
InternetNews April 22, 2004 Ryan Naraine |
XML Encryption Added to Apache Project The Apache Foundation's XML Security Project takes another step towards full implementation of security standards in the markup language. |
CIO May 15, 2001 Scott Berinato |
The Hype Stuff Will XML be the ultimate platform? Or will it be the next EDI? |
D-Lib May 2003 Priscilla Caplan |
XML in Libraries Reading XML in Libraries, edited by Roy Tennant, gave me once again a powerful sense of the vigor and creativity with which we seize upon new technologies. The book features a baker's dozen of short case studies describing various library-related applications using XML in some way. |