IntelliJ Community . WeblogicIntegration

 
WeblogicIntegration 

HOME INDEX SEARCH CHANGES GO  

WebLogic server integration

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

  1. 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
  2. You can enable/disable weblogic integration on the project level also (Project Settings/App Server Integration)
  3. Create/edit J2EE modules (J2EE tab in Project View/Add J2EE Module)
  4. 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
  5. Make project - compile modules/create archives/WebLogic specific stubs
  6. Configure Run Configurations for WebLogic server instances you want to run/connect to (Project Properties/Run-Debug/WebLogic Instances)
  7. 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

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.