The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.sun.xml.bind | jaxb-impl | 2.0.3 | - | jar | |
| javax.xml.bind | jaxb-api | 2.0 | - | jar | |
| junit | junit | 4.4 | - | jar | |
| org.springframework.ws | spring-oxm | 1.0.3 | - | jar | |
| org.springframework.ws | spring-oxm-tiger | 1.0.3 | - | jar | |
| org.springframework.ws | spring-ws-core | 1.0.3 | - | jar | |
| org.springframework.ws | spring-ws-security | 1.0.3 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.sun.xml.messaging.saaj | saaj-impl | 1.3 | - | jar | |
| javax.xml.soap | saaj-api | 1.3 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.5 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| com.sun.xml.wss | xws-security | 2.0-FCS | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.xml.bind | jsr173_api | 1.0 | - | jar | |
| log4j | log4j | 1.2.12 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.acegisecurity | acegi-security | 1.0.3 | - | jar | |
| org.springframework | spring-aop | 2.0.7 | - | jar | |
| org.springframework | spring-beans | 2.0.7 | - | jar | |
| org.springframework | spring-context | 2.0.7 | - | jar | |
| org.springframework | spring-core | 2.0.7 | - | jar | |
| org.springframework | spring-dao | 2.0.7 | - | jar | |
| org.springframework | spring-web | 2.0.7 | - | jar | |
| org.springframework | spring-webmvc | 2.0.7 | - | jar | |
| org.springframework.ws | spring-xml | 1.0.3 | - | jar | |
| oro | oro | 2.0.8 | - | jar | |
| stax | stax-api | 1.0.1 | - | jar | |
| wsdl4j | wsdl4j | 1.6.1 | - | jar | |
| xml-security | xmlsec | 1.3.0 | - | jar |
WHOIS WebService implemented with Spring-WS
A WebService (WSDL, SOAP 1.1) which provides aggregated WHOIS Information on domain names. Prototype implementation provides only domain name, name of whois server and optionally the connection status of the domain, and the raw data from the originating whois service.
http://www.smartwerkz.com/projects/whois-ws/
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Spring-WS WS-Security implementation
http://static.springframework.org/spring-ws/site/spring-ws-security
Spring Framework: DAO
http://www.springframework.org
Unnamed - com.sun.xml.wss:xws-security:pom:2.0-FCS
Unnamed - xml-security:xmlsec:pom:1.3.0
Acegi Security System for Spring
Acegi Security System for Spring
http://acegisecurity.org/acegi-security
Unnamed - log4j:log4j:jar:1.2.12
Unnamed - javax.servlet:servlet-api:jar:2.5
Unnamed - com.sun.xml.bind:jaxb-impl:jar:2.0.3
Unnamed - javax.xml.bind:jaxb-api:jar:2.0
Unnamed - javax.xml.bind:jsr173_api:jar:1.0
Spring Web Services Core package.
http://static.springframework.org/spring-ws/site/spring-ws-core
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: WebMVC
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Web
http://www.springframework.org
Java stub generator for WSDL
Unnamed - com.sun.xml.messaging.saaj:saaj-impl:jar:1.3
SOAP with Attachments API Package
http://java.sun.com/webservices/saaj/index.jsp
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.
http://static.springframework.org/spring-ws/site/spring-oxm-tiger
Spring Object/XML Mapping abstraction
http://static.springframework.org/spring-ws/site/spring-oxm
Spring Framework: Beans
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Spring Framework: Core
http://www.springframework.org
Various XML support classes for Spring Web Services
http://static.springframework.org/spring-ws/site/spring-xml
StAX API is the standard java XML processing API defined by JSR-173