Deploying BC4J as a Simple Archive File
After you've created a deployment profile
for a BC4J archive, you can deploy it. By default, the BC4J simple archive
is deployed to your project's output directory. For example:
<jdev_install>/jdev/mywork/Workspacex/Projectx/classes/<bc4jarchivename>.jar
To deploy Business Components for Java as a simple archive file:
- In the Navigator, select the
<ProjectName>.bcdeploy deployment
profile you want to deploy.
- Right-click and choose Deploy.
JDeveloper creates the BC4J simple archive file and writes it to the output
directory. You can view the deployment messages in the Deployment Log window.
- (Optional) Click + to expand
<ProjectName>.bcdeploy and to display
the subprofiles:
- <ProjectNameCommon>.deploy:
files shared between Oracle Application Server and the client
- <ProjectNameMiddleTier>.deploy:
contains the class and XML files
- (Optional) You can right-click on any of these subprofile icons
to perform a variety of tasks including: Deploy to a
JAR, Preview,
and display JAR deployment profile Settings.
Related topics
- About Business Components for Java (BC4J) Deployment
- Deploying a Simple Archive to the File System
- Deploying JClient as a BC4J Simple Archive
- Deploying an Executable JAR File
- Loading BC4J Runtime Libraries to OC4J
- Libraries for Programmatic Clients Accessing BC4J