GeekArticles
Java
EJBIntegrating JRun and PowerTier for EJB
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 773 times |
Add CommentFiled in: EJBby Clement Wong This article explains how to integrate JRun and Persistence's PowerTier for Enterprise JavaBeans (EJB) to support development of servlets that communicate with EJB. We begin by assuming that you have installed Persistence's PowerTier for EJB. In the PowerTier50/sample/ejb directory, find the Bank_Servlet directory. This directory contains a PowerTier project named "Servlet.per". This project defines the Account bean and Bank bean that we will use in this example. The...n
Read Article Sponsored Links
Related Articles
• Integrating WCF Services This article describes how WCF services can be loaded on-the-fly (without prior knowledge of the services? contracts), setting its parameters and sequencing their invocat ...