Can't find web project in Eclipse - eclipse

I simply can't find new Web Application Project or Web Project when I click New->Project in Eclipse. Any ideas??

Have you installed the necessary plugins for web development in eclipse?

Did you mean New->Other->Web->( Dynamic Web application or Static Web Application etc. ). I am using a Java EE Eclipse Helios version.

You are probably missing the Google Plugin for Eclipse.

Related

Eclipse debug JavaScript in a Java 2EE project

I'm an italian blind developer.
Actually i use Eclipse IDE for a Java J2EE project. In this project there are a web app with JavaScript and a lot of WSDL.
For debug and run the web app layer I run out of Eclipse my Tomcat Application Server, after I attach Eclipse Debug on this Tomcat. All works fine!
For debug JavaScript the most all developer user the integrated tools in Firefox or Chrome. This tools aren't accessibile with the assistive technology for blind, I use NVDA and JAWS.
Eclipse IDE is accessibile and i think to attach the JavaScript debugger in this IDE.
Is possible?
Any alternative ideas?
Thanks a lot!

How can I add JSF project facet to Google App Engine project

I can't seem to add the JSF project facet to my GAE project in Eclipse.
It states that it requires Dynamic Web Module 2.5+ but it is not even an option with this project.
You could try installing Jboss Tools first from Eclipse Marketplace

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.

How to run maven webapp from eclipse with embedded tomcat?

I can run a normal dynamic web app from eclipse with embedded tomcat. I found it very convenient for testing and debugging. However, I cannot run a maven webapp from my eclipse with embedded tomcat. I have set the run configurations for the project properly. And after I click run on the "Run Configurations" window, the tomcat server is started successfully. However, my maven web app does not start (the homepage of the app is not displayed on the web browser). Can anyone help me on this? Thanks in advance!
The M2E Maven Eclipse plugin provides an integration with the Eclipse WTP Project called M2E-WTP which provides the functionality you are looking for.

building development environment for GWT with JBoss

I am using eclipse IDE and want to build up a development environment for creating an app.
I have an EJB module on Jboss5 and would like to add a GWT project.
I could see that GWT during development is executed on it's development host mode, but the problem is that in this case I can not local EJB services deployed on my JBoss.
Is there anyway to overcome this challenge? how can I use the eclipse along with JBoss to develop, run and debug GWT application? I don't mind using ANT script in order to compile and deploy on JBoss, just need to know if this is possible (Also to debug the GWT application).
Thanks in advance.
Best regards.
There is a sample setup to use JBoss Tools with GWT and GWT Plugin. http://community.jboss.org/wiki/UseJBossToolsWithGoogleGWTPlugin
Strelok's sample page now recommends following the guidelines for creating a GWT project using a general Eclipse Web Tool Project approach.
https://community.jboss.org/wiki/CreateGWTProjectsWithJBossToolsAndEclipseWTP