WebLogic Integration features overview
- WebLogic version 6.x, 7.x, 8.x support (7.x and 8.x only are supported now)
- WebLogic Enterprise application support
- weblogic-application.xml deployment descriptor parsing/packaging
- WebLogic EJB Module support
- weblogic-ejb-jar.xml, weblogic-cmp-rdbms-jar.xml deployment descriptor parsing/packaging
- Entity beans Datasources, CMP-RDBMS mapping, field groups, key generation support
- J2EE archives (jar,war,ear) creation support
- Exploded J2EE directories creation support
- Deployment at the local and remote WebLogic server instances (Managed servers deployment are not supported now. Please use Admin servers for deployment)
WebLogic Integration quick HOW-TO
- Configure WebLogic integration (IDE Settings/WebLogic)
- Check 'Enable Weblogic Integration'
- Specify path to the Weblogic server installed locally. It's needed to get weblogic.jar for running EJBC/deploying/etc.
- Configure WebLogic server instances you want to deploy to
- You can enable/disable weblogic integration on the project level also (Project Settings/App Server Integration)
- Create/edit J2EE modules (J2EE tab in Project View/Add J2EE Module)
- Tune WebLogic specific options for each J2EE module (use Jump to source(F4) on the EJB Module or EJB), including
- Paths to WebLogic-specific deployment descriptors
- Use WebLogic EJBC/APPC when compiling this module
- Paths to J2EE archives (jar,war,ear) or exploded directries to be created
- Other options, like CMP-RDBMS mapping for CMP EJBs
- Make project - compile modules/create archives/WebLogic specific stubs
- Configure Run Configurations for WebLogic server instances you want to run/connect to (Project Properties/Run-Debug/WebLogic Instances)
- Start/connect to Weblogic instances, deploy/undeploy selected J2EE modules (Run selected WebLogic Run Configuration, or Deploy/Undeploy in the Deployment View)
-- AlexeyKudravtsev - 15 Sep 2003
|
|