Deploy an application containing business components through its
Business Components deployment profile, which is a .bcdeploy
file in your project.
A Business Components deployment profile contains subprofiles, from which parts of the application can be separately deployed.
To deploy a Business Components application as an EJB session bean:
Select the deployment profile in the Navigator, right-click, and choose one of the deployment options:
Deploy to | <application server connection>: the EJB module is packaged as an EJB JAR file, which is encapsulated in an EAR file and is deployed to the selected application server connection.
Deploy to JAR File: the EJB module is delivered as JAR file.
Deploy to EAR File: the application is packaged as an EAR file and is saved to the location specified in the EAR deployment profile. See Deploying a J2EE Enterprise Archive.
To deploy a part of the application:
From the Navigator, expand the Business Components EJB deployment profile.
Select one of the subprofiles:
<ProjectNameCommon>.deploy: the files shared between the business components and the client
<ProjectNameEJB>.deploy : the business logic in the EJB session bean
<ProjectNameMiddleTier>.deploy: the class and XML files
Right-click and choose one of the deployment options.
Note:
jndi.properties
to provide server credentials. For
more information, see Oracle Application Server Containers for J2EE
Stand Alone User's Guide.
About J2EE Deployment
About J2EE Archive Formats
About
Deployment Profiles
About
Deployment Descriptors
About ADF Business Components Deployment
Packaging J2EE Applications
Deploying J2EE Applications
Deploying Applications to J2EE Application Servers
Copyright © 1997, 2004, Oracle. All rights reserved.