We have an enterprise application using webservice (WS), and most of our colleagues use eclipse (I use Intellij, but this has nothing to do with WS).
In any case, we have no problems, and the reason is that we do not use the IDE for everything that is typical for WS. We use tools such as JBossWS, SOAP-UI, etc., to deal with what might be considered for specific WS tasks.
I believe this is the best approach; Use any third-party tools that are good and not depend on too many Eclipse / Netbeans features.
We also use maven to manage dependencies instead of the built-in eclipse, and that was a very good idea. We do not need eclipse to create the material, we can integrate the project without problems into the CI (Continuous Integration) server, and I can use my favorite Intellij IDE.
If we want to expel something, it is very convenient, because we do not need to worry about which plugins they use. Just say that this is a maven project, give them a source, and it's good for them to go.
To summarize, I suggest that you choose whatever IDE you want to use.
Enno shioji
source share