MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
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. mark for My Articles similar articles
JavaWorld
April 2002
Allen Fogleson
Container-managed relations for the 21st century Enterprise JavaBeans (EJB) 2.0's Container-Managed Persistence (CMP) specification allows for fine-grained control over entity bean relationships. The container can also persist these relationships instead of having the bean author control them... mark for My Articles similar articles
JavaWorld
February 2002
Thierry Janaudy
Accelerate EJB 2.0 development with EJBGen EJBGen is a free command-line tool that limits your code editing to just one file, the bean class. Step-by-step, this article shows you how to use EJBGen to speed your Enterprise JavaBeans (EJB) 2.0 development, especially for entity bean container-managed persistence... mark for My Articles similar articles
JavaWorld
December 2000
Martijn Res
Reduce EJB network traffic with astral clones Because of the numerous remote set methods that have to be called when working with EJBs, even the simplest data-entry screens produce performance problems. Working with a client-side astral clone of a bean implementation provides an elegant and nearly transparent approach to resolve these problems... mark for My Articles similar articles
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... mark for My Articles similar articles
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.. mark for My Articles similar articles
JavaWorld
March 2002
James Carman
Write once, persist anywhere Most J2EE applications strive to abstract the database tier by employing the Data Access Object design pattern. This article shows you a DAO pattern framework that you can reuse on all your projects, regardless of object type... mark for My Articles similar articles
JavaWorld
November 2000
Abhilash Koneri
Eliminate tedious programming: Recover data with XML and Reflection The parsing of ResultSets forms one of the most significant tasks involved in retrieving data from a database. But, as a repetitious and uninteresting assignment, it is not a favorite among developers. How to supplant ResultSet parsing in the data access objects... mark for My Articles similar articles
JavaWorld
February 2002
Luke Taylor
Customized EJB security in JBoss The current Enterprise JavaBeans specification supports basic declarative, role-based access-control mechanisms, but provides limited support for coding application-specific security checks. Moreover, it doesn't define any way to factor out access-control code from business logic, or to integrate external authorization services. The open source, J2EE-compliant JBoss application server features a protection-proxy security architecture that will help you overcome these restrictions. mark for My Articles similar articles
JavaWorld
January 2002
Jason Cai
Combine the Session Facade pattern with XML This article explores the benefits and advantages of using the Session Facade pattern. The author discusses when to use the pattern with value objects, and when to use it with XML. He also provides a detailed implementation of the Session Facade pattern integrated with XML... mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
April 2001
Piet Jonas
Secure type-safe collections A framework that overcomes the standard Java Collections Framework's main problem: its containers lack the ability to restrict themselves to storing objects of a specific type. The solution uses reflection, wrapper classes, and a collection of static factory methods... mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
February 2002
Victor Okunev
Generate JavaBean classes dynamically with XSLT For some projects, you need a more flexible business object structure. This article lays a foundation for a simple framework to build truly adaptive systems, saving you hours of routine programming... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
July 18, 2003
James Carman
Get down to business In this article, you will learn how to structure your applications such that modifications to the business object implementation do not require changes to the user interface using a simple framework for accessing your business objects. mark for My Articles similar articles
JavaWorld
December 2000
Victor Okunev
Validation with pure Java The importance of employing a good data-validation framework cannot be overestimated. The core Java API has everything you need to solve this problem in the most elegant way. mark for My Articles similar articles
JavaWorld
October 2000
Anil Hemrajani
Do you really need Enterprise JavaBeans? Anil Hemrajani offers his opinions on whether Enterprise JavaBeans are really necessary... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
May 2001
Jeff Friesen
Object-oriented language basics, Part 2 In this article, you'll gain an understanding about fields, parameters, and local variables and learn to declare and access fields and methods... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
August 2001
Scott Stark
Integrate security infrastructures with JBossSX The current Enterprise JavaBean and Servlet specifications omit integration between the application server and existing security infrastructures. This article describes how version 2.4 of the open source JBoss application server security extension project (JBossSX) uses Java Authentication and Authorization Service (JAAS) login modules as its integration API. mark for My Articles similar articles
JavaWorld
December 2000
Tony Loton
Make an EJB from any Java class with Java Reflection Creating EJB versions of your classes and converting the applications that use them can be time-consuming -- unless you automate the process. Read on to find out how you can automate the routine aspects of EJB development by using Java Reflection... mark for My Articles similar articles
JavaWorld
July 2000
Sanjay Mahapatra
Transaction management under J2EE 1.2 This article provides an overview of transaction management in the Java 2 Platform Enterprise Edition (J2EE) and discusses the benefits and tradeoffs of various transaction-management options. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
August 2001
James Caple & Mike Haim Altarace
The art of EJB deployment This article tackles the issues you might encounter when deploying the same EJB code on different application servers -- namely BEA's WebLogic, IBM's WebSphere, and the open source community's JBoss. In addition, it highlights some preparation techniques for your EJB deployment... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
October 2001
Ilirjan Ostrovica
Facilitate form processing with the Form Processing API 2.0 This introduction to the Form Processing API's newest version explores its most significant improvements: form design in XML format, support for clients other than HTML, enhanced support for various presentation techniques, and validation in field groups. He illustrates those features through an application example implemented with two different presentation techniques -- JSP and XML-XSLT-HTML in a Servlet 2.3 filter. mark for My Articles similar articles
JavaWorld
April 2002
Snehal Patel
Navigate data with the Mapper framework Whether you must read records from a text file and write to a database table, or read from an enterprise information architecture and write to a Web service, information exchange becomes effortless using this simple design pattern... mark for My Articles similar articles
InternetNews
April 13, 2005
Michael Singer
Eclipse to Get a Hand in Enterprise Java Beans Oracle looks to develop an open-source version of its EJB development tool. mark for My Articles 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... mark for My Articles similar articles
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... mark for My Articles similar articles
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? mark for My Articles similar articles
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... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
September 2001
Michael L. Perry
Automate dependency tracking, Part 2 Automatic dependency tracking simplifies application development and maintenance. Here's how to achieve these worthwhile benefits... mark for My Articles similar articles
JavaWorld
November 2000
Brett McLaughlin
Validation with Java and XML schema, Part 3 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll learn to parse the XML schema, build up Java representations of the schema's constraints, and apply those constraints to an application's data... mark for My Articles similar articles
JavaWorld
May 2001
Jennifer Wilson
Java Product News Zero G enhances its installation platform... ObjectFrontier launches first EJB 2.0-compliant persistence manager platform... eSpaces helps Java newbies develop complex projects... iBus//Mobile 2.0 simplifies wireless development... JCP plans update for Java Speech API... etc. mark for My Articles similar articles
InternetNews
May 17, 2006
Clint Boulton
Oracle, BEA Talk is Persistence Oracle and BEA vie for open source mindshare at JavaOne, with Java persistence a common theme. mark for My Articles similar articles
JavaWorld
April 2001
Bin Yang
E++: A pattern language for J2EE applications, Part 1 E++, an Alexandrian pattern language, describes the process for creating a J2EE framework. Compared with a loose pattern collection, E++ provides rules for design patterns to work together in solving a set of related problems... mark for My Articles similar articles
InternetNews
June 20, 2005
Jim Wagner
JBoss Rolls Rebuilt Portal 2.0 The professional open source vendor launches a full-fledged Java-based portal offering. mark for My Articles similar articles
JavaWorld
January 25, 2002
Java Product News Thought Inc. releases CocoBase 4.0... PolarLake updates Web services platform... Sybase enhances its e-Business Platform... Synergy connects development teams... O'Reilly publishes new wireless book... Sybase updates PowerJ... Texas Instruments and Kada Systems partner... etc. mark for My Articles similar articles
InternetNews
November 3, 2005
Clint Boulton
BEA Purchase Builds Up Java Tools BEA Systems buys persistence technology provider SolarMetric to spruce up its blended software move. mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
September 2000
Tom Sullivan, InfoWorld
Inprise updates Java tool Inprise/Borland this week announced JBuilder 4, the latest version of its Java-based cross-platform development environment. mark for My Articles similar articles
JavaWorld
August 24, 2001
Java Product News Quadbase delivers Java-based reporting tool... Iona releases XMLBus 1.2.0... Reactor 5.0 now compliant with WebSphere... ArsDigita updates Web application development solution... Servertec releases Java-based database engine Aligo and Yospace form partnership... etc. mark for My Articles similar articles
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. mark for My Articles similar articles
InternetNews
November 16, 2004
Michael Singer
The Many Faces of J2EE, v5.0 Sun and Borland laud the developments but disagree on the deployments. mark for My Articles similar articles
D-Lib
May 2002
William G. LeFurgy
Levels of Service for Digital Repositories This article outlines conditions that govern the persistence of digital materials and suggests a model for future levels of service for digital repositories... mark for My Articles similar articles