Last Version

Blade :: Web App 4.21.0

The Backbase Local Application Development Environment (Blade) is a convenience plugin to run WAR files in an embedded Tomcat container. It's specifically tailored to run multiple web applications in a single Tomcat where the startup order is important. All dependencies of type WAR are automatically deployed inside Tomcat. The artifactId of each dependency is used as context path.

License

License

Categories

Categories

Blade User Interface Web Frameworks
GroupId

GroupId

com.backbase.oss
ArtifactId

ArtifactId

blade-webapp
Version

Version

4.21.0
Type

Type

war
Description

Description

Blade :: Web App
The Backbase Local Application Development Environment (Blade) is a convenience plugin to run WAR files in an embedded Tomcat container. It's specifically tailored to run multiple web applications in a single Tomcat where the startup order is important. All dependencies of type WAR are automatically deployed inside Tomcat. The artifactId of each dependency is used as context path.
Source Code Management

Source Code Management

https://github.com/Backbase/blade/tree/master/blade-webapp

Download blade-webapp 4.21.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.10.3
com.backbase.oss : blade-common jar 4.21.0
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-simple jar 1.7.30

provided (3)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core jar 9.0.33
org.apache.tomcat.embed : tomcat-embed-jasper jar 9.0.33
javax.websocket : javax.websocket-api jar 1.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2
org.mockito : mockito-junit-jupiter jar 3.2.4
org.springframework : spring-web jar 4.3.9.RELEASE

Project Modules

There are no modules declared in this project.