| 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?  |
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...  |
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 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 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.  |
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...  |
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.  |
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 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...  |
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.  |
JavaWorld October 2000 Anil Hemrajani |
Do you really need Enterprise JavaBeans? Anil Hemrajani offers his opinions on whether Enterprise JavaBeans are really necessary...  |
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 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.  |
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...  |
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.  |
JavaWorld June 2000 Todd Coopee, InfoWorld Test Center |
Solid JRun serves up Java on a budget Allaire's JRun 3.0 boasts support for today's hottest server-side Java technologies such as EJB 1.1 and JMS 1.0, as well as easy installation and true clustering support in the Enterprise Edition....  |
JavaWorld August 17, 2001 |
Java Product News Reactor 5.0 now compliant with WebSphere... Servertec releases Java-based database engine... ArsDigita updates Web application development solution... etc.  |
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.  |
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 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 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 August 10, 2001 |
Java Product News Flashline launches reuse training and consulting services... Cape Clear Software updates CapeConnect... NeuVis Software and Oracle partner for J2EE development...  |
JavaWorld August 3, 2001 |
Java Product News BEA releases WebLogic Server 6.1... DevelopMentor updates code reuse tool... Kinecta expands J2EE support... 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 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.  |
New Architect March 2003 Neil McAllister |
The Great Migration The rocky road to J2EE and .NET  |
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 January 2, 2004 |
Java Product News Sun gives Tiger preview... judf debuts... zBlueSoftware offers zBlueStudio 1.2  |
JavaWorld March 2002 James R. Borck |
WebSphere Studio Application Developer 4.0 IBM's WebSphere Studio Application Developer 4.0 IDE can help small and midsize teams speed J2EE (Java 2 Platform, Enterprise Edition) application development, but only if they work on Windows...  |
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.  |
JavaWorld November 2000 Tim Fielden |
Sun's latest Java development wins big Sun's new Java Web Start offers options for deploying full-featured Java applications effectively, while improving bottom-line costs. Find out what the InfoWorld Test Center has to say about Sun's new technology...  |
JavaWorld October 2000 Julie Salzmann |
Java Product News Codemesh unveils JunC++ion... Delano unveils Java Edition of e-business offering... WebGain updates TopLink with WebSphere support... TogetherSoft and Secant merge products... BEA WebLogic Server 6.0 launches J2EE-based apps... etc.  |
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...  |
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.  |
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.  |
JavaWorld March 15, 2002 |
Java Product News Motorola enhances developer program... DigiChat hosts developer challenge... VistaPortal introduces first Jxta-based framework... PolarLake and SpiritSoft form alliance... NeuVis ships NeuArchitect 4.0... Cape Clear updates CapeStudio... etc.  |
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.  |
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?  |
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?  |
InternetNews March 25, 2004 Clint Boulton |
BEA Goes Pro with Java Workshop Software maker crafts a development suite for users looking to write Java applications for small-scale deployment.  |
JavaWorld February 2002 Maggie Biggs |
Cash in on components with WebGain Application Composer 2.0 WebGain's Application Composer 2.0's unique behavior-based design paradigm can reduce Java application development time, but so far development is limited to the Windows platform...  |
JavaWorld August 31, 2001 |
Java Product News Softwired adds wireless functionality to WebLogic-based apps... OC Systems launches a "flight recorder" for Windows realMethods enhances J2EE development tool... Manning releases book on WAP development... Iona releases XMLBus 1.2.0... Quadbase delivers Java-based reporting tool Reactor 5.0 now compliant with WebSphere... ArsDigita updates Web application development solution... Servertec releases Java-based database engine... Aligo and Yospace form partnership... Flashline launches reuse training and consulting services... Cape Clear Software updates CapeConnect... NeuVis Software and Oracle partner for J2EE development... BEA releases WebLogic Server 6.1 DevelopMentor updates code reuse tool... Kinecta expands J2EE support... Codemesh releases JunC++ion 1.1... CocoBase integrates with JBuilder...  |
JavaWorld October 2000 Tim Fielden |
IBM raises the bar with the latest version of WebSphere If you're looking for a fully featured Web application server, you'd be well served to check out IBM's WebSphere Application Server 3.5, Advanced Edition. This version of WebSphere boasts features such as reliable scalability, solid application management, and good EJB support...  |
JavaWorld June 2000 Julie Salzmann |
News and New Product Briefs (June 23, 2000) 12 company announcements and product briefs, including: Espial launches portal for Java Internet appliance developers; VisiComp 1.2 enlightens Java development process; Codagen updates Gen-it for Java; SiteMinder improves security for enterprise Java apps; Emwerks unveils JVM for Palm platform.  |
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 May 3, 2002 |
Java Product News Microsoft releases SQL Server 2000 Driver for JDBC... Wily Technology adds BEA WebLogic Server 7.0 to Introscope 3.0... MetaMatrix partners with Versata... Small Worlds navigates Java systems... IBM releases tools for the Eclipse platform... etc.  |
JavaWorld March 8, 2002 |
Java Product News SolarMetric expands Kodo's enterprise abilities... WebLogic EJBs can now access ZeoSphere Server... Metrowerks opens wireless development centers... Motorola and HillCast Technologies bring financial news to Java phones... Transvirtual Technologies launches Web services engine... etc.  |
JavaWorld June 28, 2002 |
Java Product News BEA announces WebLogic 7.0 and new partnership... Sun introduces wireless technologies... Borland enhances server for Web services... TogetherSoft adds WebLogic 7.0 support... PolarLake previews Web services platform... O'Reilly releases new Java books... etc.  |
JavaWorld September 2002 Erik Eide |
Manage your software with the Java Product Versioning Specification This article introduces the Java Product Versioning Specification and functionality built into the Java platform designed to support the evolution of software products and components in a simple, standardized manner.  |
JavaWorld March 2002 Humphrey Sheil |
The JavaOne grapevine, Part 2 JCP changes, Oracle's Java strategy, JavaServer Faces news, and more...  |