Moving over to Eclipse Blogs
Labels: 60
Wayne Beaton is employed by The Eclipse Foundation where he works as an evangelist, spreading the word and helping folks adopt Eclipse technologies. Wayne has extensive experience in object-oriented software development and is a strong proponent of refactoring, unit testing, and agile development methodologies.
Labels: 60

web.xml file for the web service (to be honest, I've spent a little too much time away from this technology to know if this is typical of other application servers, or if there is a way to encourage JBoss to work without it). Rather than try to fumble my way through the bits and pieces that are required for an entry in web.xml, I instead just created a servlet. The process of creating the servlet creates entries in the deployment descriptor along with a skeleton of a servlet class.package org.eclipse.samples.ws;
import javax.jws.WebService;
@WebService
public class Welcome {
public String getGreeting(String name) {
return "Hello " + name;
}
}
Labels: 60, europa, jboss, web service, web tools
Labels: 60, articles, eclipse corner, swing, swt
Labels: 57, IDE, Ruby, screenshots
Labels: 57, eclipselink, persistence
Yesterday, Ian posted an entry in his blog asking for community help to test a new downloads page that we'd like to realize for the Europa release. On this page are several new distributions of Eclipse. I've been testing various version of these packages for a while, and—for a first release—it's looking pretty good.
You are viewing a mobilized version of this site...
View original page here