We've recently upgraded our services technology stack. We opted for the WSIT implementation of JAX-WS.
Currently, we're relying on our Glassfish Application Server to deploy the web service automatically based on the JAX-WS annotations.
We have about two dozen different services and hundreds of operations, so this autodeployment takes quite a while. Is there a faster way to deploy than autodeployment?
What I'm looking for is something that can do the work at compile time or build time instead.