EJBs: Session Beans (EJB Components)

You learned about session beans on Days 10 and 11. Listings C.28C.33 are the detailed listings for each of the session beans described in Chapter 11 for the MVC application. These files are to be placed in the directory called ejb_components_src, discussed on Day 16.

Listing C.28. CustomerServiceAgentHome.java
 /****************************************************************************** * Class Name:CustomerServiceAgentHome.java * Description:Home Interface for CustomerServiceAgent. * @author Mandar S. Chitnis, Pravin S. Tiwari, Lakshmi AM. @version 11.5 * Copyright (c) by Sams Publishing. All Rights Reserved. ******************************************************************************/ package com.sams.learnweblogic7.airlines.sessionbean; ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.