License |
License |
---|---|
GroupId | GroupIdorg.mule.examples |
ArtifactId | ArtifactIdmule-example-webapp |
Last Version | Last Version3.0.0-RC2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWeb 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 |
Project Organization |
Project Organization |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api | jar | 2.5-20081211 |
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 |