Book Image

Oracle Weblogic Server 11gR1 PS2: Administration Essentials

By : Michel Schildmeijer
Book Image

Oracle Weblogic Server 11gR1 PS2: Administration Essentials

By: Michel Schildmeijer

Overview of this book

<p>Oracle's WebLogic 11g Server is an application server for building and deploying enterprise Java EE applications. WebLogic's infrastructure supports the deployment of many types of distributed applications and is an ideal foundation for building applications based on a Service Oriented Architecture. This book will guide you through the important administration aspects of WebLogic server.</p> <p><i>Oracle WebLogic Server 11gR1 PS2: Administration Essentials</i> is a focused step-by-step tutorial that provides an overview of the important administrative tasks performed by WebLogic Server administrators.</p> <p>This book will teach administrators the techniques for installing and configuring Oracle WebLogic Server and how to deploy Java EE applications using the Administration Console, command-line interface, and scripting tools such as WLST. It starts with a good overview of the techniques needed in the middleware world of today. Clear explanations of definitions and concepts of JEE and how Oracle WebLogic fits into this picture are also provided. The book then dives into performing routine Oracle WebLogic server administration functions, and how to deploy different types of Java EE applications to WebLogic server.</p>
Table of Contents (20 chapters)
Oracle WebLogic Server 11gR1 PS2: Administration Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Oracle WebLogic Software Installed; What's Next?
6
Deploy Your Applications in Oracle WebLogic
7
Connecting to the Outside World: JDBC and JMS
8
Making your WebLogic Mission-Critical: Clustering
Index

WebLogic resources


The two important resources WebLogic provides are the Java Database Connectivity (JDBC) interface and the JAVA Messaging Service (JMS).

Databases are very important to store loads of data that have to be available at any time and as fast as it can be delivered, so your JDBC setup in WebLogic plays an important role in this part.

About JMS, messaging is also very important when you want to have guaranteed delivery of messages between systems.

Both the subjects will be discussed in the coming pages.