WebLogic the definitive guide

BEA's WebLogic Server implements the full range of J2EE technologies, and includes many additional features such as advanced management, clustering, and web services. Widely adopted, it forms the core of the WebLogic platform, providing a stable framework for building scalable, highly availabl...

Full description

Bibliographic Details
Main Author: Mountjoy, Jon (-)
Other Authors: Chugh, Avinash
Format: eBook
Language:Inglés
Published: Sebastopol, California : O'Reilly 2004.
Edition:First edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627085406719
Table of Contents:
  • WebLogic: The Definitive Guide; Organization; Managing the WebLogic Environment; WebLogic Enterprise APIs; Online Documentation; Conventions Used in This Book; Using Code Examples; Comments and Questions; Acknowledgments; 1. Introduction; 1.1.2. WebLogic as a J2EE Product; 1.1.2.2. JDBC and distributed transactions; 1.1.2.3. JNDI and RMI; 1.1.2.4. EJBs; 1.1.2.5. JMS; 1.1.2.6. JCA; 1.1.3. Additional Enterprise Features of WebLogic; 1.1.3.2. WebLogic in a clustered environment; 1.1.3.3. XML support; 1.1.3.4. Web services; 1.1.3.5. Management features; 1.1.4. WebLogic Server Tools
  • 1.1.4.2. Deployment and development tools1.1.4.3. WebLogic Builder; 1.1.5. WebLogic Workshop; 1.2. Software and Versions; 1.3. Getting Started with WebLogic Server; 1.3.2. Using the Administration Console; 2. Web Applications; 2.1.2. Assembling a WAR; 2.1.3. XML Deployment Descriptors; 2.1.4. WebLogic&s JSP Compiler; 2.1.5. Deploying a Web Application; 2.1.6. Class Loaders; 2.2. Configuring Web Applications; 2.2.2. Directory Listings; 2.2.3. Serving Static Files; 2.2.4. Enabling CGI Scripts; 2.2.5. Reloading Files; 2.2.6. Resources References; 2.2.7. Response Caching; 2.3. Servlets and JSPs
  • 2.3.2. Threading Issues2.3.3. Custom URL Pattern Matching; 2.3.4. Configuring JSPs; 2.4. JSP Tag Libraries; 2.4.1.2. The process tag; 2.4.1.3. The repeat tag; 2.4.2. Building Tag Libraries for EJBs; 2.4.2.2. Resolving conflicts; 2.4.2.3. Custom tags for stateful beans and entity beans; 2.5. Session Tracking; 2.5.2. Session Tracking with URL Rewriting; 2.5.3. Session Security and Single Sign-on; 2.6. Session Persistence; 2.6.2. Memory Persistence; 2.6.3. File-Based Persistence; 2.6.4. JDBC Persistence; 2.6.5. Cookie Persistence; 2.7. Clusters and Replicated Persistence
  • 2.7.2. Session Replication2.7.3. Session Failover; 2.8. Configuring a Simple Web Cluster; 2.8.2. Debugging the Configuration; 2.9. Security Configuration; 2.9.2. Declarative Security; 2.9.3. Programmatic Security; 2.9.4. Securing Servlet Initialization and Destruction; 2.9.5. Authenticated Dispatching; 2.10. Monitoring Web Applications; 3. Managing the Web Server; 3.1.2. WAP Options; 3.1.3. Setting the Default Web Application; 3.2. Virtual Hosting; 3.2.2. A Virtual Hosting Scenario; 3.3. HTTP Access Logs; 3.3.2. Extended Log Format; 3.4. Understanding Proxies; 3.5. Web Server Plug-ins
  • 3.5.2. Types of Proxying3.5.3. Connection Pools and Keep-Alive Connections; 3.5.4. Proxying to a Cluster; 3.5.5. Connection Failures; 3.5.6. Dynamic Server List; 3.5.7. SSL and Web Server Plug-ins; 3.5.8. Configuration Parameters; 3.5.9. Example Configurations; 4. Using JNDI and RMI; 4.1.2. Security in a Context; 4.1.3. Using a Context; 4.2. Using JNDI in a Clustered Environment; 4.2.2. J2EE Resources and RMI Stubs; 4.2.3. Binding Custom Objects; 4.2.4. Pinned Services; 4.3. Using WebLogic&s RMI; 4.3.2. Using a WebLogic Startup Class to Register an RMI Object; 4.3.3. WebLogic&s RMI Compiler
  • 4.3.4. RMI Objects in a Cluster