Need Eclipse + Weblogic Guide to Develop Java EE Web Application

I am new to Weblogic (but familiar with tomcat).

I installed the Eclipse Java EE IDE for web developers (Helios) .

I installed Oracle WebLogic Server 11g Rel 1 (10.3.4) Installers

I am developing a Java EE web application in Eclipse, I am wondering if there is any tutorial on how to use Weblogic server inside Eclipse? Something like a Weblogic plugin for Eclipse and a tutorial on usage.

+6
source share
1 answer

The plugin you are looking for is called Oracle Enterprise Pack for Eclipse (OEPE). Find download links and tutorials at this location:

http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html

+6
source

Source: https://habr.com/ru/post/886398/


All Articles