EJBs: Entity Beans (EJB Components)

You learned about entity beans on Days 12 and 13. Listings C.17C.27 are the detailed listings for each of the entity beans described in Chapter 13 for the MVC application. These files are to be placed in the directory called ejb_components_src, discussed on Day 16.

Listing C.17. FlightHome.java
 /****************************************************************************** * Class Name:FlightHome.java * Description:Home Interface for FlightBean. Defines the finder methods * @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.entitybean; ...

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.