Need a guide on Eclipse + Weblogic for developing Java EE web application - eclipse

I am newbie in Weblogic (but familiar with tomcat).
I have installed Eclipse Java EE IDE for Web Developers (Helios).
I have installed Oracle WebLogic Server 11g Rel 1 (10.3.4) Installers
I am developing a Java EE web application in Eclipse, I am wondering is there any tutorial on how to use Weblogic server inside Eclipse? Something like Weblogic plugin for Eclipse and it's usage tutorial.

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

Related

Apache Tomcat v8.5 icon missing from list in Eclipse's New Server Run Time Environment

Here is the information about my Development Environment:
-Eclipse Java EE IDE for Web Developers.(Version: Neon Release (4.6.0))
(Build id: 20160613-1800)
-Java SE Dev Kit 8u102
-JRE 1.8.0_102
Trial version SAP HANA Cloud Platform Cockpit
Please forgive me if the question sounds naive but I'm been a .NET Developer for past few years, and I'm trying to learn SAP Hana Cloud technology.
I've learned that you have to develop code on Eclipse Java EE IDE for Web Developers in order deploy to the Trial version SAP HANA Cloud Platform
I was trying to use Tomcat 8.5 in my local development environment.
How can I add the the Apache Tomcat v8.5 icon taht is missing from the list within the "New Server Run Time Environment"?
The version of Eclipse WTP that supports Tomcat 8.5 is not out yet and is expected in the 1st maintenance release.
If you need it sooner, you can find instructions on how to get it to run in this bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494936

How to use WebSphere 8.5 in Eclipse

I am not familiar with the IBM product. I am currently use Tomcat as the server for my localhost. Now I would like to test in WebSphere 8.5. But in Eclipse, I could only choose Tomcat as my server. I would like to ask how to install and test in WebSphere 8.5. My eclipse version is indigo.
You will need to install WebSphere Developer Tools in Eclipse via Marketplace (search for WebSphere developer tools indigo).
Then you will need to get runtime, if you dont have it:
for full version download WebSphere Application Server v8.5.5.x for Developers (which is free),
or you can use WebSphere Liberty Profile (a new lightweight version that supports Java EE 7, but doesn't contain some old WebSphere programming extensions).

Metro plug-in for Eclipse Juno

Where can I find a tutorial to install and use a Metro plug-in to Eclipse Juno? I have to migrate a sample with ant (downloaded with metro 2.3 libraries) in a dynamic web project Eclipse. Thanks.
There is no Metro plug-in for Eclipse Juno, but GlassFish Tools for Juno available at Eclipse's marketplace. If you are willing to try it, there is an official tutorial for Metro-on-Eclipse available here.
However, you have mentioned in the comment that you are not using Glassfish, but Tomcat, so I would recommend different approach. Follow this tutorial and be careful when deploying the service - you will have to edit web.xml and sun-jaxws.xml files, together with installing JAX-WS (or Metro) libraries on Tomcat.

What is the equivalent of sysdeo for developing applications in Eclipse Helios for Websphere 7?

What is the equivalent of sysdeo for developing applications in Eclipse Helios for Websphere 7?
I am looking for a plugin that allows the deployment and debugging of Java EE applications in Eclipse using WebSphere.
You need to have Eclipse IDE for Java EE Developers (not necessarily Juno) edition and install WebSphere® Application Server Developer Tools.
Another option is to use Rational Application Developer for WebSphere Software which is an Eclipse based environment for developing WebSphere applications.

Eclipse plugin for weblogic standalone

Are there any standalone plugin available for Oracle Weblogic 11g for eclipse?
Something very similar to Jdeveloper web applications using embedded OC4J?
Thanks
Is this what you need?
http://dietrichschroff.blogspot.com/2009/07/using-eclipse-with-oracle-application.html
Oracle Enterprise Pack for Eclipse 11gR1 (11.1.1.8)