Fuse ESB :: Examples :: Secure Restful Web Services

Secure Restful Web Services Example using JAX-RS Basic Authentication with Fuse ESB

License

License

GroupId

GroupId

org.fusesource.examples
ArtifactId

ArtifactId

secure-rest
Last Version

Last Version

7.1.0.fuse-047
Release Date

Release Date

Type

Type

jar
Description

Description

Fuse ESB :: Examples :: Secure Restful Web Services
Secure Restful Web Services Example using JAX-RS Basic Authentication with Fuse ESB
Project Organization

Project Organization

FuseSource

Download secure-rest

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.examples/secure-rest/ -->
<dependency>
    <groupId>org.fusesource.examples</groupId>
    <artifactId>secure-rest</artifactId>
    <version>7.1.0.fuse-047</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.examples/secure-rest/
implementation 'org.fusesource.examples:secure-rest:7.1.0.fuse-047'
// https://jarcasting.com/artifacts/org.fusesource.examples/secure-rest/
implementation ("org.fusesource.examples:secure-rest:7.1.0.fuse-047")
'org.fusesource.examples:secure-rest:jar:7.1.0.fuse-047'
<dependency org="org.fusesource.examples" name="secure-rest" rev="7.1.0.fuse-047">
  <artifact name="secure-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.examples', module='secure-rest', version='7.1.0.fuse-047')
)
libraryDependencies += "org.fusesource.examples" % "secure-rest" % "7.1.0.fuse-047"
[org.fusesource.examples/secure-rest "7.1.0.fuse-047"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-httpclient : commons-httpclient jar 3.1

provided (1)

Group / Artifact Type Version
org.apache.servicemix.specs : org.apache.servicemix.specs.jsr311-api-1.1.1 jar 1.9.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.

MVN Plugins

Description

MVN Plugins holds a handy collection of maven plugins.

Plugins

  • Maven Graph Plugin: Uses the graphviz command line tool 'dot' to generate a graphical representation of the project dependencies.
  • Maven Uberize Plugin: Provides the capability to package the artifact in an uber-jar, including its dependencies and to shade/rename/relocate the packages of some of the dependencies.
  • Maven Avro Plugin: Compiles Avro definition files see: http://hadoop.apache.org/avro/

... that's it (for now) ...

Project Links

Versions

Version
7.1.0.fuse-047