Home > Store

BEA WebLogic Server 8.1 Unleashed

Register your product to gain access to bonus material or receive a coupon.

BEA WebLogic Server 8.1 Unleashed

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2004
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-32487-3
  • ISBN-13: 978-0-672-32487-1

BEA WebLogic Server Unleashed is the definitive reference work for the WebLogic developer, offering an in-depth look at the capabilities provided by WebLogic Server and illustrating the best development practices. The book covers WebLogic's role in every aspect of a J2EE application: from working with Servlets, JavaServer Pages and Enterprise JavaBeans, to managing distributed systems including transactions with JTA, directory services with JNDI, messaging with JMS, and more. The authors pay special attention to testing, optimizing and debugging within WebLogic, to implementing security features, and to administering WebLogic applications.

Downloads

Downloads

The examples developed for the book in one convenient download (2.5 MB) examples.zip

Sample Content

Online Sample Chapters

Skillset Required for BEA WebLogic Application Development

Skillset Required for WebLogic Application Development

Table of Contents



Introduction.

I. GETTING STARTED WITH WEBLOGIC SERVER.

1. Introduction to WebLogic Server.

The Need for WebLogic Server. Brief Overview of WebLogic Server. How WebLogic Server Fits in an Organization. BEA's Product Line. What's New with WebLogic Server. Summary.

2. Installing WebLogic Server.

Windows Install. Unix Install. Installing WebLogic Platform License. Updating WebLogic 8 License. Encryption Licensing. Installing WebLogic 8 Service Packs. Starting and Stopping WebLogic Server. Creating Your Own Startup Scripts. Troubleshooting. Summary.

3. Skillset Required for WebLogic Application Development.

Software and Hardware Administration. Java Skills. Visual Presentation Skills. Database Skills. Connectivity to Legacy Systems. Testing and Quality Assurance. Customer Support Specialists. Software Development Phases. Summary.

4. Hardware and Configuration Required for WebLogic Application Development.

Running WebLogic Server 8.1 in a Development Environment. Other Helpful Software. Packaging and Deploying Software. Team Development. Summary.

5. Enterprise Application Design with WebLogic Server.

Understanding N-Tier Applications. J2EE Platform. Modeling Technique—UML. Design Strategy—Model View Controller Pattern. Development Methodologies. Summary.

II. WEBLOGIC SERVER WEB APPLICATIONS.

6. Introduction to WebLogic Web Applications.

Web Applications Defined. Web Applications and Request-Response Model. Creating a Web Application. Summary.

7. Deploying Web Applications.

Application Packaging and Predeployment. Methods of Deploying Applications. Deployment Issues with WebLogic Server. Deployment Best Practices. Summary.

III. USING J2EE TECHNOLOGIES IN WEBLOGIC APPLICATIONS.

8. Naming and Directory Services with JNDI.

Naming Services. Java Naming and Directory Interface. JNDI and WebLogic Server. JNDI Best Practices. Summary.

9. Processing Transactions with the Java Transaction API.

Transactions Overview. Transaction Isolation Level. How Transactions Are Performed by WebLogic Server. Transaction Scope. The Java Transaction API and WebLogic. Other JTA Interfaces. WebLogic Extensions to the JTA. Configuring Container-Managed Enterprise Components. JTA Properties in the Administration Console. Global Auctions Use of JTA. Best Practice for Choosing Transaction Attributes. Summary.

10. Managing Database Connectivity Using JDBC.

JDBC Architecture. PointBase Database Server. Basic JDBC Features. Advanced JDBC Features. WebLogic JDBC-Monitoring and Tuning. JDBC-Best Practices. JDBC and the Global Auctions Management System. Summary.

11. Creating Distributed Applications with RMI.

Introduction to RMI. When to Use RMI. RMI Compiler. Writing RMI Code. Performance Issues. WebLogic RMI Registry. WebLogic RMI API. WebLogic RMI Best Practices. Summary.

12. Enterprise Messaging with JMS.

Brief Introduction to Enterprise Messaging. Brief Introduction to JMS. JMS Core Architecture. JMS Point-to-Point Queue Model. JMS Publish-Subscribe Model. JMS Unified Messaging Domain Model. Advanced WebLogic JMS Configuration. Best Practices for Enterprise Messaging. Summary.

13. Handling Mail Services with JavaMail.

Email Protocols. Extending the Capability to Your JavaMail API. JavaBeans Activation Framework. Core Classes of the JavaMail API. JavaMail and WebLogic Server. Creating Email Components. JavaMail and the Global Auctions Application. Summary.

IV. USING WEB TECHNOLOGIES IN WEBLOGIC APPLICATIONS.

14. Writing WebLogic Server Servlets.

Servlet 2.3 Specification. Servlets and Alternatives. Servlet Life Cycle. Writing Simple Servlets. When to Use Servlets. Servlet API. Servlet Thread Models. Using the Servlet API. Dispatching to Other Resources. Advanced Servlet Programming. Best Practices for Implementing Servlets. Summary.

15. Writing WebLogic Server JavaServer Pages.

Introduction to JSP. How WebLogic Server Works with Servlets. When to Use JSPs. JSP Syntax. JSP Implicit Objects. Sample JSP Page. Configuring and Deploying WebLogic JSP. JSP Best Practices. Summary.

16. JavaBeans and Model-View-Controller (MVC) Architecture.

MVC Architecture. Introduction to JavaBeans. How to Incorporate JavaBeans into Servlet-JSP Workflow. MVC Best Practices. Summary.

17. Using JSP Tag Libraries.

Use of JSP Tag Libraries. JSP Tag Library Syntax. Tag Libraries Shipped with WebLogic Server. WebLogic Server EJB to JSP Integration Tool. Using Tag Libraries—Best Practices. Additional Resource for JSP Tag Libraries. Summary.

18. Creating JSP Tag Libraries.

When Should JSP Tag Libraries Be Created? Overview of the Steps Required to Build JSP Tags. Tag Handler Life Cycle. Commonly Used JSP Tag Classes and Interfaces. Creating a Simple Tag. Creating a Tag with a Body. Using Custom Tags to Define Scripting Variables. Creating Tag Libraries Best Practices. Summary.

19. Working with Struts.

Installing Struts. Introduction to Struts Architecture. Configuring Struts. struts-config.xml File. Backend Programming Using the Struts Framework. Front-End Programming Using the Struts Framework. Struts Sample Application. Summary.

V. USING ENTERPRISE JAVABEANS IN WEBLOGIC APPLICATIONS.

20. Enterprise JavaBeans and WebLogic Server.

EJB Architecture—Overview. EJB Container. EJB Implementation. EJB Deployment Descriptors. EJB Deployment. Other EJB Features. Summary.

21. Working with Session Beans.

Composition of a Session Bean. Case Study: XYZ Airlines Online Reservation System. Working with Stateless Session Beans. Working with Stateful Session Beans. Session Beans and WebLogic Server Clustering. Transactions and Session Beans. Best Practices. Summary.

22. Working with Entity Beans.

What Are Entity Beans? What Do Entity Beans Provide? Entity Bean Life Cycle. Entity Bean Classes and Interfaces. Creating BMP Entity Beans. Creating CMP Entity Beans. Relationship Caching in EJBs. Caching in Entity Beans. WebLogic Query Language. Advanced Entity Bean Features. Tools for Working with EJBs in WebLogic Server. EJB Features Deprecated in WebLogic. Entity Bean Best Practices. Summary.

23. Working with Message-Driven Beans.

When to Use Message-Driven Beans. How to Create Message-Driven Beans. Sample Message-Driven Bean. Message-Driven Beans Best Practices. Summary.

VI. WORKING WITH WEBLOGIC SERVER APPLICATIONS.

24. Testing and Debugging Applications.

An Introduction to Software Testing. Finding Problems Early: Unit Testing. Gathering Information with Logging APIs. Debugging WebLogic with an Integrated Debugger. Best Practices. Summary.

25. Optimizing WebLogic Server Applications.

Defining Different Types of Performance Tests. Preparing for Performance and Load Testing. How to Performance Test. Areas to Tune. WebLogic Server Tuning. Database and SQL Tuning. A Performance Testing and Tuning Example. Best Practices. Summary.

VII. WEBLOGIC SERVER SECURITY.

26. Web Applications and Security.

Overview of Security Issues for Web Applications. Trends That Are Affecting Security. Areas of Vulnerability. Attacks. Technologies to Address Security Risks. Best Practices to Address Security Risks. Summary.

27. How WebLogic Server Implements Security.

The J2SE Security Model. J2EE Security Model. How Security Works in WebLogic Server. Migration from WebLogic Server 6.x. Summary.

28. Working with WebLogic Server Security Features.

Protecting WebLogic Server Applications. Securing Java Clients. Introduction to JAAS. Creating a Custom Security Provider. Using Secure Sockets Layer. Establishing Trust Between Domains. Securing Best Practices. Summary.

VIII. INTEGRATING THE ENTERPRISE WITH WEBLOGIC APPLICATIONS.

29. WebLogic Server and XML Technologies.

Introduction to XML. Defining an XML Document. XML Parsers. WebLogic Server XML Streaming API. Other Useful XML Features. Extensible Stylesheet Language. Best Practices for Working with XML. Summary.

30. WebLogic Server and Web Services.

What Are Web Services? What Are Web Services Used For? Support for Web Services in WebLogic. Web Service Technologies. WebLogic Server Web Services Architecture. Tools for Creating Web Services in WebLogic. Creating Web Services with Java Code. Creating a Web Service with a Stateless Session Bean Back End. Working with SOAP Message Handlers. Securing Web Services. Working with the UDDI Directory Explorer. Creating Web Services with WebLogic Workshop. Web Services Best Practices. Summary.

31. Legacy Integration with the J2EE Connector Architecture.

The J2EE Connector Architecture and the J2EE Platform. WebLogic's Java Connector Architecture Defined. J2EE Connector Architecture and the Enterprise. Working with Java Connector Architecture Components. Security Concerns. Transaction Management. Configuring WebLogic J2EE-CA. Writing Resource Adapters. Packaging and Deployment Issues. J2EE Connector Architecture Example. Summary.

32. Using SAP's Java Connector (JCo) with WebLogic Server.

What Is JCo? Installing JCo. SAP System Setup. Client Programming in JCo. Calling an SAP Function. Exception Handling in JCo. Server Programming in JCo. Useful BAPIs and RFCs. Summary.

33. WebLogic Server's jCOM Java/COM Bridge.

Understanding jCOM. How jCOM Works. Determining Whether jCOM Is a Good Fit for Your Application. Deciding on the Right jCOM Environment Setup. Zero Client Installs. Choosing Among DCOM, Native in Process, and Native Out of Process Modes. Early and Late Binding Models. Securing Your Java Objects Against Unauthorized Access. Working with jCOM Tools. The Bank Account Example—Java Client Accessing a COM Component. The Inventory Item Example—COM Client Accessing an EJB. Event Handling. Dealing with the Data Types. Summary.

34. CORBA and Tuxedo Integration.

WebLogic Tuxedo Connector. RMI over IIOP. Summary.

IX. ADMINISTERING WEBLOGIC APPLICATIONS.

35. Managing Applications with the Administration Console.

WebLogic Server Administration. Connecting to the Administration Console. Overview of the Administration Console User Interface. Configuring the Console. Configuring the Application Server Domain. Managing Network Resources. Deploying Applications and Modules. Configuring WebLogic and J2EE Services. Administering Security Realms. Configuring Domain Log Filters. Monitoring Administrative Tasks. Summary.

36. Installing, Configuring, and Deploying WebLogic Server Clusters.

Introduction to WebLogic Server Clustering. Creating and Configuring the Physical Cluster Environment. Clustering Applications and Components. Failover Support for Clustered Services. Cluster Best Practices. Summary.

37. Configuring Management Applications with JMX Services.

What Is JMX and Why Would You Want It? A Basic MBean Example. How WebLogic Uses JMX. JMX Notification Model and Monitors. Summary.

38. Administration via the Command-Line Interface.

Administration Commands. Command Examples and Scripts. Using the Command Interface Commands to Build Scripts. Using Ant with the Command-Line Interface. Best Practices for Command-Line Interface Administration. Summary.

X. APPENDICES.

Appendix A: Quick Reference for Creating New Domains for WebLogic Development.

Creating a New WebLogic Server Domain. Deploying an HTML Page. Deploying a JSP. Deploying a Servlet.

Appendix B: Migration from Previous Versions.

Migration from Versions 6.0/6.1/7.0 to 8.1. Migration from Versions 4.5/5.1 to 8.1. Installation Recommendations for All Migrations. Application Recommendations for All Migrations.

Appendix C: Using WebLogic Workshop 8.1 with WebLogic Server.

Workshop 8.1-More Than an IDE. Workshop 8.1-More Than a Web Services Tool. What Can You Do with Workshop 8.1? Development Using Workshop. Debugging and Testing Using Workshop. Compatibility of Workshop 8.1 with Workshop 7.0. Service-Oriented Development in Workshop.

Index.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020