Last Version

Web App Example 3.0.0-RC2

Is a webapp that provides an interface to some of the examples here such as the LoanBroker, Hello World and Echo examples. It also provides examples of accessing Mule using REST style service calls and is itself an example of how to embed Mule in a webapp.

License

License

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-webapp
Version

Version

3.0.0-RC2
Type

Type

war
Description

Description

Web App Example
Is a webapp that provides an interface to some of the examples here such as the LoanBroker, Hello World and Echo examples. It also provides examples of accessing Mule using REST style service calls and is itself an example of how to embed Mule in a webapp.
Project URL

Project URL

http://www.mulesoft.org/mule-example-webapp
Project Organization

Project Organization

MuleSoft, Inc.

Download mule-example-webapp 3.0.0-RC2


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-webapp/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-webapp</artifactId>
    <version>3.0.0-RC2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-webapp/
implementation 'org.mule.examples:mule-example-webapp:3.0.0-RC2'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-webapp/
implementation ("org.mule.examples:mule-example-webapp:3.0.0-RC2")
'org.mule.examples:mule-example-webapp:war:3.0.0-RC2'
<dependency org="org.mule.examples" name="mule-example-webapp" rev="3.0.0-RC2">
  <artifact name="mule-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-webapp', version='3.0.0-RC2')
)
libraryDependencies += "org.mule.examples" % "mule-example-webapp" % "3.0.0-RC2"
[org.mule.examples/mule-example-webapp "3.0.0-RC2"]

Dependencies

compile (10)

Group / Artifact Type Version
org.mule.examples : mule-example-echo jar 3.0.0-RC2
org.mule.examples : mule-example-hello jar 3.0.0-RC2
org.mule.examples : mule-example-stockquote jar 3.0.0-RC2
org.mule.examples : mule-example-loanbroker-esn jar 3.0.0-RC2
org.mule.modules : mule-module-spring-config jar 3.0.0-RC2
org.mule.modules : mule-module-builders jar 3.0.0-RC2
org.mule.modules : mule-module-management jar 3.0.0-RC2
org.mule.transports : mule-transport-http jar 3.0.0-RC2
org.mule.transports : mule-transport-servlet jar 3.0.0-RC2
org.mule.transports : mule-transport-file jar 3.0.0-RC2

provided (1)

Group / Artifact Type Version
org.mortbay.jetty : servlet-api jar 2.5-20081211

test (3)

Group / Artifact Type Version
org.mule.tests : mule-tests-functional jar 3.0.0-RC2
org.mortbay.jetty : jetty jar 6.1.22
mockobjects : mockobjects-core jar 0.09

Project Modules

There are no modules declared in this project.