MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
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
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
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
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
May 9, 2003
Frank Sommers
Jini Starter Kit 2.0 tightens Jini's security framework Security for distributed systems based on mobile Java code is the theme of Sun Microsystems' new Jini Starter Kit, JSK 2.0. This article introduces JSK 2.0's security-related features. mark for My Articles similar articles
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. 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
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
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 2001
Tarak Modi
Clean up your wire protocol with SOAP, Part 4 Here's a framework based on the dynamic proxy classes in the Java 2 Platform, Version 1.3. This framework will make creating SOAP clients just as easy and intuitive as creating SOAP services... 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
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
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
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
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
June 27, 2003
Rick Grehan
Meet the new JBoss JBoss 4.0, which is a cinch to install, offers a Web server, Enterprise JavaBeans (EJB) 2.0 container, Java Message Service (JMS), JavaMail, and more, but its aspect-oriented programming (AOP) capabilities make the product really stand out. 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
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
November 2000
Jeremy Blosser
Explore the Dynamic Proxy API In Java 1.3, Sun introduced the Dynamic Proxy API, which can basically mimic any interface. Add that to an abstract data model, and you can conform any loosely typed data to a strongly typed interface. This article discusses some of the Dynamic Proxy API's many benefits... mark for My Articles similar articles
JavaWorld
June 2001
Todd Bowker
Superior app management with JMX Ever heard of JMX? If you think it's just a sideline framework, think again. Java Management Extensions (JMX) is becoming a core part of application development and management. Read on for an introduction to JMX, followed by a hands-on example for using it with JSP... mark for My Articles similar articles
JavaWorld
February 2002
David Geary
Take control with the Proxy design pattern The Proxy design pattern in Java lets you substitute a proxy for an object. In that capacity, proxies prove useful in many situations, ranging from Web services to Swing icons... mark for My Articles similar articles
JavaWorld
November 2000
M. Jeff Wilson
Get smart with proxies and RMI RMI enables developers to either get a remote reference to a distributed object, in which all method calls are forwarded to the server object, or get a copy of the remote object and invoke on it locally. You can combine these approaches in a way that is transparent to the client code... 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
September 2000
Humphrey Sheil
Frameworks save the day Every Enterprise Java project has the same basic plumbing. By embracing this premise, you can cut project costs and improve software quality in one swoop. Even the lightweight framework outlined in this article can add significant value to your project -- with immediate gains... mark for My Articles similar articles
JavaWorld
February 2001
Eoin Lane
Add XML to your J2EE applications The author proposes an open source replacement for the J2EE presentation layer by building an XML-aware application server with a fully operational end-to-end solution. The solution consists of an application server based on open source technologies from Apache, jBoss, and the W3C... 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
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
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
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
Linux Journal
December 1, 2002
Mick Bauer
Configuring and Using an FTP Proxy How to add a layer of security between the bad guys and your public FTP servers. mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
December 2000
Thor Kristmundsson
Strut your stuff with JSP tags Learn how to use the custom tags from the open source Struts library and create extensions that ease the coding of properties associated with field values and user input validation... mark for My Articles similar articles
Linux Journal
March 2001
Ian Spare
Deploying the Squid proxy server on Linux Ian gives an example of the installation, configuration and maintenance of this multi-tentacled invertebrate Proxy Server... mark for My Articles similar articles
JavaWorld
April 2002
Robert McMillan
The open road ahead Apache will now become a more active participant in the Java standardization process. But does this make Java open enough for the rest of the open source world? What exactly has changed in the Java Commuity Process, and what kind of impact will these changes have on the broader Java community? 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
InternetNews
March 1, 2005
Jim Wagner
JBoss Pushes Enterprising JEMS JBoss provides developers with a Web site on the JBoss site to host their project, as well as support to get their open source Java project under way. mark for My Articles similar articles
CIO
April 15, 2003
Dylan Tweney
Build It Free Open-source development tools offer low-cost, high-quality options. mark for My Articles similar articles
JavaWorld
March 2002
Humphrey Sheil
The JavaOne grapevine, Part 2 JCP changes, Oracle's Java strategy, JavaServer Faces news, and more... 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
InternetNews
September 27, 2005
Susan Kuchinskas
Microsoft in Open Source Partnership Microsoft and JBoss announced a cooperation agreement on Tuesday in what is Microsoft's first official embrace of open source. mark for My Articles similar articles