Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created September 13, 2013 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperronn/6549363 to your computer and use it in GitHub Desktop.
Save jesperronn/6549363 to your computer and use it in GitHub Desktop.
EJB annotations and their probable replacement
@Webservice(name="", serviceName="")
package javax.jws;
public @interface WebService {}
maven pom:
<dependency>
<groupId>com.oracle.weblogic.modules</groupId>
<artifactId>glassfish.jaxws.rt</artifactId>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment