| Лицензия |
Лицензия
CDDL+GPL License
|
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers |
| Группа | Группаorg.glassfish.metro |
| Идентификатор | Идентификаторwscm-project |
| Последняя версия | Последняя версия2.1-b17 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWS-ConfigurationManagement Project
Metro is a high-performance, extensible, easy-to-use web service stack.
It is a one-stop shop for all your web service needs, from the simplest
hello world web service to reliable, secured, and transacted web service
that involves .NET services.
Metro consists of JAX-WS Reference Implementation project and
Web Services Interoperability Technology project.
JAX-WS Reference Implementation (JAX-WS RI) provides core web servicing
support and the base framework for extensions provided by the WSIT layer.
Web Services Interoperability Technologies (WSIT) (previously known as
Project Tango) includes implementations of:
- SOAP over TCP
- WS-AtomicTransactions/Coordination
- WS-MetadataExchange
- WS-Policy (policy.dev.java.net)
- WS-ReliableMessaging
- WS-SecureConversation
- WS-Security
- WS-SecurityPolicy
- WS-Trust
Note:
- WS-Policy (policy.dev.java.net)
has its own codebase however WS-Policy related issues can be submitted into
the Metro (WSIT) Issue tracker
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| wscm-project-2.1-b17.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/wscm-project/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>wscm-project</artifactId>
<version>2.1-b17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/wscm-project/
implementation 'org.glassfish.metro:wscm-project:2.1-b17'
// https://jarcasting.com/artifacts/org.glassfish.metro/wscm-project/
implementation ("org.glassfish.metro:wscm-project:2.1-b17")
'org.glassfish.metro:wscm-project:pom:2.1-b17'
<dependency org="org.glassfish.metro" name="wscm-project" rev="2.1-b17">
<artifact name="wscm-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='wscm-project', version='2.1-b17')
)
libraryDependencies += "org.glassfish.metro" % "wscm-project" % "2.1-b17"
[org.glassfish.metro/wscm-project "2.1-b17"]