Similar Articles |
|
JavaWorld July 2001 Yasmin Akbar-Husain & Eoin Lane |
Optimistic Locking pattern for EJBs How to construct an optimistic locking solution that produces transactionally safe EJB code, portable across all application servers. The authors implement the solution in a versioned entity bean for fail-safe concurrent updates... |
JavaWorld October 2001 Frank Sommers |
Survival of the fittest Jini services, Part 3 This article explains the default transaction semantics based on the two-phase locking (2PL) protocol, and offers guidelines for its implementation in services based on activatable RMI objects... |
JavaWorld August 2000 Sanjay Mahapatra |
Programming restrictions on EJB Sanjay provides an overview of the programming restrictions on EJB component code that developers should adhere to and lists the features in Java that you'd be wise to avoid in order to write reliable and portable EJB 1.1 components.. |
JavaWorld June 2002 Humphrey Sheil & Michael Monteiro |
Rumble in the jungle: J2EE versus .Net, Part 1 Heard a lot about .Net versus J2EE? Wondering what that conflict means for you? An unbiased explanation as to how J2EE and .Net match up. |
JavaWorld December 2001 Humphrey Sheil |
To EJB, or not to EJB? Our industry has spawned folklore and rules of thumb to guide us how best to use EJB -- some true, some out of date, and some pure fabrication. When and how to use EJB in your J2EE application, as well as how to know when EJBs are not the right solution for you... |
JavaWorld December 2000 Steven Gould |
Develop n-tier applications using J2EE Introducing the 13 core technologies of the Java 2 Platform, Enterprise Edition (J2EE): JDBC, JNDI, EJBs, RMI, JSP, Java servlets, XML, JMS, Java IDL, JTS, JTA, JavaMail, and JAF.... |
JavaWorld June 20, 2003 Frank Sommers |
J2EE 1.4 eases Web service development This article reviews J2EE 1.4's new client and server programming models for Web services. |
JavaWorld September 2000 Sandip H. Mandera |
Brewing entity Enterprise JavaBeans The Enterprise JavaBeans (EJB) specification provides two flavors of beans: session beans and entity beans. After Sun Microsystems's release of EJB Specification 1.1, support for entity beans became mandatory. This article will introduce component developers to entity beans and show how to channel the beans' power. |
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 November 2002 B.J. Fesq |
Sun boosts enterprise Java This article provides a clear understanding of the enterprise Java platform's direction and introduces J2EE (Java 2 Platform, Enterprise Edition) 1.4's support for emerging Web services standards. |
JavaWorld October 2000 Anil Hemrajani |
Do you really need Enterprise JavaBeans? Anil Hemrajani offers his opinions on whether Enterprise JavaBeans are really necessary... |
JavaWorld March 2002 Jacek Kruszelnicki |
Persist data with Java Data Objects, Part 1 The Java Data Objects (JDO) standard provides a unified, simple, and transparent persistence interface between Java application objects and data stores, and can significantly affect how we deal with persistent data... |
JavaWorld July 2002 Humphrey Sheil & Michael Monteiro |
Rumble in the jungle: J2EE versus .Net, Part 2 In Part 2 of this two-part series, the authors shift from the theoretical to the practical by demonstrating how to employ J2EE and Microsoft .Net to develop a concrete Web application. |
JavaWorld January 2001 Chang Sau Sheong |
Get the app out So you have coded and compiled the world's greatest EJB/servlet/JSP. But how are you going to show it off? |
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... |
InternetNews December 5, 2005 Jim Wagner |
JBoss Buys Arjuna Transaction Suite Professional open source vendor JBoss continues its climb up the middlware stack with the purchase of Arjuna Transaction Service Suite, a distributed transaction manager critical for mission-critical Web services environments. |
JavaWorld June 2002 Dirk Laessig |
Score big with JSR 77, the J2EE Management Specification The specification's core is based on the model of managed objects, explained in this article. JSR 77 also defines an Enterprise JavaBeans (EJB) component for easily accessing these managed objects. |
JavaWorld September 2001 Jian Zhong |
Step into the J2EE architecture and process By reading this article, you will better understand many important J2EE architecture topics, and be able to apply that knowledge to extend and modify this simple methodology to solve your special business problems... |
JavaWorld June 2000 Richard Monson-Haefel |
Read all about EJB 2.0 More than a new point release, the new EJB 2.0 specification embodies dramatic changes, including those found in the CMP component model and a new bean type, that enhance the flexibility and portability in your application development. |
New Architect March 2003 Bill Pitzer |
Dirig PathFinder Identify transaction flows within J2EE apps: With its flexible alert options and visually appealing views, PathFinder offers all the features you'd expect in a transaction monitoring utility. |
JavaWorld April 2002 Brian Goetz |
J2EE or J2SE? JNDI works with both This article explores basic JNDI concepts, how JNDI is commonly used, and how to configure a free JNDI provider for use with J2SE applications... |
JavaWorld February 2002 Jeff Hanson |
Use Web services to integrate Web applications with EISs Web services expose business processes to bolster object-oriented and component-based programming with a services-based model. You can enhance your current programming model to support Web services by adding a service contract... |
New Architect March 2003 Neil McAllister |
The Great Migration The rocky road to J2EE and .NET |
JavaWorld February 2001 Taylor G. Cowan |
Get disconnected with CachedRowSet The new CachedRowSet, still in early access release, provides benefits that developers can begin to take advantage of right away. The author demonstrates how you can use a CachedRowSet as the data model for a JavaServer Pages (JSP) entry/edit form... |
JavaWorld August 2002 Matt Gerrans |
So many J2EE books, so little time Choosing the right J2EE book can be difficult. Any bookstore shelf reveals numerous choices, most of which prove quite large. Here are reviews of four popular J2EE books to help you narrow the field to a book that fits your needs. |
JavaWorld May 2, 2003 Rick Grehan |
Web services creation made easy The BEA WebLogic Workshop 8.1 development environment allows developers to create J2EE Web services that run atop the WebLogic application server. The IDE requires minimal understanding of J2EE and allows the developer to concentrate on business logic. |
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 March 2002 Jonathan Lurie & R. Jason Belanger |
The great debate: .Net vs. J2EE This article describes a Web service and compares J2EE's major components with .Net's. With this ammunition, you can power your way through a conversation concerning how Web services will benefit your department's strategic direction... |
JavaWorld March 2001 Humphrey Sheil |
J2EE project dangers! You need to juggle many balls when embarking on an enterprise Java project: vendor relationships, chronic over-engineering in both design and development, staying sane. This article analyzes the top 10 dangers that threaten the success of all enterprise Java projects... |
JavaWorld June 2000 Susanne Hupfer |
Make room for JavaSpaces, Part 5 A space-based compute server is a powerful, all-purpose computing engine that accepts tasks, computes them, and returns results.... |
New Architect July 2002 B.J. Fesq |
Freedom of Choice A comparison of six J2EE 1.3-compliant application servers: BEA WebLogic Server 7.0 (beta), Borland Enterprise Server 5.0, IBM WebSphere 5.0 (beta), Macromedia JRun 4.0 (beta), Pramati Server 3.0, and Sybase Enterprise Application Server 4.1 (EAServer). |
JavaWorld September 2002 Visveswaran & Abulsorour |
Business process automation made easy with Java, Part 1 Business process automation initiatives are transforming today's enterprises by optimizing efficiencies, reducing costs, and increasing shareholder value. This article explains existing J2EE-centric rule engine solutions, as well as where and how they fit within an enterprise architecture. |
JavaWorld September 2002 Scott Plamondon |
Product Snapshot: Cache 5 InterSystems' Cach� 5 post-relational database combines rapid development with high performance |
JavaWorld March 2003 Michael Juntao Yuan |
J2EE and beyond As J2EE technology matures, basic Java and J2EE programming skills are no longer adequate to secure a highly paid job in today's tightened market. This article discusses the latest trends in J2EE and developer training. |
JavaWorld March 2001 Vinay Aggarwal |
The magic of Merlin This technical overview will give you insight into the various new features and APIs of the upcoming JDK 1.4 -- code-named Merlin -- expected to be released this month. |
JavaWorld March 1, 2002 |
Java Product News O'Reilly publishes Web Services Essentials... Espial and Devicetop.com announce developer contest... Data Junction improves data transformation suite... ReportMill 5 now available... EspressChart ES organizes data into dynamic charts... etc. |
JavaWorld June 2002 Walter Hurst |
Design patterns make for better J2EE apps This introductory-level article describes how to combine J2EE with object-oriented design patterns to build a scalable, flexible, and extensible application architecture. It explains the importance of application architecture and design patterns and provides basic tips for using design patterns to build application architecture for J2EE projects. |
JavaWorld February 22, 2002 |
Java Product News GemStone now supports JBoss... Diamelle releases component suite for Web service development... BCT Technology launches "Napster" for code... JeeWiz! whips up Web services... Kodo JDO now available... Quadbase enhances EspressReport... etc. |
JavaWorld October 26, 2001 |
Java Product News Sun ONE enlists Aligo... CreamTec updates WebCream... VMGear releases Optimizeit Suite... PolarLake to add Web services support to XML development tool... ArtinSoft enhances automatic migration engine... O'Reilly releases third edition of Enterprise JavaBeans... etc. |
JavaWorld April 2001 Tim Fielden |
A dose of Java strengthens WebLogic 6.0 BEA Systems' WebLogic 6.0 application server skillfully implements the J2EE standard, and boasts new features such as a built-in Web server... |
JavaWorld December 2000 Julie Salzmann |
Java Product News Java community elects new JCP Executive Committee... RSW Software puts EJBs to the Bean-test... Sun increases IT learning opportunities... Cerebellum Portal Integrator transports dynamic data... Metrowerks debuts Java development tools for wireless devices... etc. |
JavaWorld November 2001 |
Java Product News Borland releases J2EE platform... Popkin's System Architect 8.5 now available... MKS and Borland combine products... Phaos toolkit scouts out digital certificates... Atinav launches embedded development platform... HP and NDS put Java on TV... etc. |
JavaWorld November 2, 2001 |
Java Product News Compuware introduces OptimalJ... Matisse combines native object support with server-based SQL... Houston Technology Group upgrades EJBX... Instantis releases Web services environment... Sun ONE enlists Aligo... CreamTec updates WebCream... VMGear releases Optimizeit Suite... etc. |
JavaWorld November 9, 2001 |
Java Product News HP and NDS put Java on TV... SavaJe XE runs J2SE applications on devices... Creative Science Systems launches Web services-based compiler... ATG delivers Dynamo beta for WebLogic... Manning publishes new JSP book... Day releases JSP debugger... etc. |
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. |
InternetNews September 27, 2004 Clint Boulton |
Sun Persists with Single Programming Model The company's engineers aim to bring the Java community a little closer by creating one persistence model for JavaBeans and Java Objects. |
JavaWorld January 24, 2003 |
Java Product News Wily enhances management solution... Handango and Tira Wireless introduce J2ME deployment program... Wrox Press publishes application server guides... J-ASP 2.3 now available... Coldbeans releases new technologies... EJD Technologies launches Java code generator... etc. |
Commercial Investment Real Estate Jul/Aug 2011 Bill Richert |
Creative Currency Unlock your property's potential with equity. In the late 1970s I discovered that incorporating value other than cash is what helps to close transactions. |
JavaWorld October 19, 2001 |
Java Product News Bali eases client development... JVision increases UML diagram support... NeuArchitect accelerates Web services development... InstallAnywhere 4.5 now available... MKS launches code assessment tool... Cape Clear releases Web services products... etc. |
JavaWorld June 2001 Tim Fielden |
Middleware that beats the budget For applications ranging from dynamic Websites to large-scale e-commerce systems, organizations shopping for a Java application server would do well to consider open source solutions. Many that provide enterprise-class features are available free or for low licensing fees... |