Skip Headers
Oracle® Application Server TopLink Application Developer's Guide
10g Release 2 (10.1.2)
Part No. B15901-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Hot Deployment of EJBs

Many J2EE containers support hot deployment, a feature that enables you to deploy EJBs on a running server. Hot deployment allows you to:

When you take advantage of hot deployment, note the following:

The client receives deployment exceptions when attempting to access undeployed or redeployed bean instances. The client application must catch and handle the exceptions.

For more information about hot deployment, see the J2EE container documentation.