Installing and using Eclipse
- Get eclipse-jee: Download Eclipse 3.3 Europa from Oregon State
- Connect to SubVersion http://subclipse.tigris.org/update_1.2.x
- Learn Some Eclipse Tips (handy keyboard shortcuts)
Java EE WTP (Web Tools Platform) Links
Web Tools
Steps to create a new web service:
- Install Eclipse and start it up
- Install the WTP (go to Help->Software Updates->Find and Install... and add http://download.eclipse.org/webtools/updates/ )
- Download Tomcat and Configure (go to Servers, right-click and select New...)
- Create a new Project, selecting the Web->Dynamic Web Project wizard
- When you have a class you want to expose as a web service, right-click and select Web Services->Create a Web Service
