Mastering BEA WebLogic Server: Best Practices for Building and Deploying J2EE Applications
Chapter 1: Building Web Applications in WebLogic
- Listing 1.1: ErrorPage.jsp.
- Listing 1.2: ErrorCreator.jsp.
- Listing 1.3: ShowPerson.jsp.
- Listing 1.4: EnterPerson_action.jsp.
- Listing 1.5: CacheTest1.jsp.
- Listing 1.6: CacheTest2.jsp.
- Listing 1.7: CacheTest3.jsp.
- Listing 1.8: SimpleExcelServlet.java.
- Listing 1.9: FancyExcelServlet.java.
- Listing 1.10: FancyExcelPage.jsp.
- Listing 1.11: WeakLoginTest.jsp.
Chapter 3: Designing an Example J2EE Application
- Listing 3.1: SimpleHome_SA.jsp showing self-assembly .
- Listing 3.2: BetterHome_SA.jsp showing improved self-assembly.
- Listing 3.3: PageDisplayServlet.java.
- Listing 3.4: BeginTrans.jspf starts the transaction.
- Listing 3.5: EndTrans.jspf ends the transaction.
Chapter 4: Building an Example Web Application
- Listing 4.1: PropertySearch.jsp.
- Listing 4.2: PropertySearchAction.java.
- Listing 4.3: SelectRoomType.jsp.
- Listing 4.4: Offers.jsp.
- Listing 4.5: Login.jsp.
- Listing 4.6: PropertyMainAction.java.
Chapter 5: Packaging and Deploying WebLogic Web Applications
- Listing 5.1: Administration site weblogic.xml descriptor file.
Chapter 6: Building Enterprise JavaBeans in WebLogic Server
- Table 6.1: Methods Required in Entity Bean Classes
- Listing 6.1: PersonCMPBean.java.
- Listing 6.2: PersonCMPLocal.java.
- Listing 6.3: PersonCMPHomeLocal.java.
- Listing 6.4: ejb-jar.xml.
- Listing 6.5: weblogic-ejb-jar.xml.
- Listing 6.6: weblogic-cmp-rdbms-jar.xml.
- Listing 6.7: weblogic-application.xml defining a combined cache.
Chapter 8: Packaging and Deploying WebLogic EJB Applications
- Listing 8.1: BigRez.com application.xml descriptor file.
- Listing 8.2: BigRez.com weblogic-application.xml descriptor file.
Chapter 13: Development Environment Best Practices
- Listing 13.1: RunApplicationTests.jsp executes JUnit tests.
- Listing 13.2: ReservationSessionTest.java.
- Listing 13.3: HomeTest.java performs simple Web tests.
Chapter 15: Developing and Deploying Web Services
- Listing 15.1: PropertyInfo.java.
- Listing 15.3: PropertySearch.java.
- Listing 15.4: CountingServiceImpl.java.
- Listing 15.5: NumbersToStringsServiceImpl.java.
- Listing 15.6: FileTransferServiceImpl.java.