MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
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
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
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
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
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
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
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
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. 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
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
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.... 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
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
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
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. mark for My Articles similar articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
June 2002
Letters to the Editor Shouldn't Microsoft get credit where credit is due? How do you program a Java class file into an iPAQ? JavaWorld authors answers those questions and more. mark for My Articles similar articles
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. 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
March 9, 2001
Lisa Alexander
Java Product News Sun and Ope... Brokat helps enterprises create user-centric services... Sun releases J2EE Connector Architecture beta... FioranoMQ 5.0 Java messaging server features improved scalability and security... WebGain and ComponentSource to improve EJB component product offerings... mark for My Articles similar articles
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. 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 2, 2004
Humphrey Sheil
In pursuit of perfection If we could just address Java's weak points, we might make Java that mythical beast -- the perfect technology platform. So then, what are those changes? Is there such a thing as the perfect technology platform, and does Java have the potential to become it? 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
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... 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
May 2002
Eoin Lane
Is WSDL the indispensable API? Many developers consider Web Services Description Language (WSDL) the new software design view. WSDL offers a verbose, ASCII, standard, and language-agnostic view of services offered to clients. WSDL also provides noninvasive future-proofing for existing applications and services and allows interoperability across the various programming paradigms, including CORBA, J2EE, and .Net. This article shows a service's WSDL view, then explains how you can generate client and service implementations for Java and C#. It finishes by discussing possible sources for initial WSDL view generation. 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
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
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
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
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
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
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
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
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
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
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). mark for My Articles similar articles
JavaWorld
December 5, 2003
Rick Grehan
Novell's exteNd still a work in progress Novell's exteNd Application Server is Java 2 Platform, Enterprise Edition (J2EE) 1.3-compatible and includes the exteNd Workbench IDE. Although Workbench and exteNd Application Server 5.0 are good products overall, they need polish. mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
August 2001
John Rommel
Will Web services jump-start the software slump? Web services have been hyped as the "new" new thing -- the future of business and personal living. The certainty of change, driven by the business necessity to deliver faster, better, and cheaper services, is continually transforming the Internet. mark for My Articles similar articles
New Architect
March 2003
Neil McAllister
The Great Migration The rocky road to J2EE and .NET mark for My Articles similar articles
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 mark for My Articles similar articles
InternetNews
November 19, 2004
Jim Wagner
Clash of the .Net, J2EE Clans? Microsoft's development platform has made huge strides in the two years since its debut, but Java proponents say they're just picking up steam. mark for My Articles similar articles
JavaWorld
April 27, 2001
Jennifer Wilson
Java Product News Motorola releases first MIDP-certified wireless phones... WebGain's Application Composer builds EJB applications... Brokat Advanced Server/J 4.6 now J2EE-compatible... OASIS releases Java tests... Poet and NewMonics integrate products... etc. mark for My Articles similar articles
InternetNews
May 10, 2007
Andy Patrizio
Spring Hits High Java Note The early difficulty in using Enterprise JavaBeans paved the way for the Spring Framework. Could it become a Sun-endorsed standard? mark for My Articles similar articles
JavaWorld
November 2000
George Lawton
Analysis: Java technology gains some ground in battle of components Comdex has so many corridors that you may occasionally chance upon people discussing technology that is actually available. At this year's conference, for example, at least one forum was dedicated to standard software components... mark for My Articles similar articles
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. mark for My Articles similar articles