Bootstrap - Sample - War

Bootstrap for applications

License

License

GroupId

GroupId

fr.norad.bootstrap
ArtifactId

ArtifactId

bootstrap-sample-war
Last Version

Last Version

1.1-jdk6
Release Date

Release Date

Type

Type

war
Description

Description

Bootstrap - Sample - War
Bootstrap for applications
Project Organization

Project Organization

n0rad

Download bootstrap-sample-war

How to add to project

<!-- https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/ -->
<dependency>
    <groupId>fr.norad.bootstrap</groupId>
    <artifactId>bootstrap-sample-war</artifactId>
    <version>1.1-jdk6</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/
implementation 'fr.norad.bootstrap:bootstrap-sample-war:1.1-jdk6'
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap-sample-war/
implementation ("fr.norad.bootstrap:bootstrap-sample-war:1.1-jdk6")
'fr.norad.bootstrap:bootstrap-sample-war:war:1.1-jdk6'
<dependency org="fr.norad.bootstrap" name="bootstrap-sample-war" rev="1.1-jdk6">
  <artifact name="bootstrap-sample-war" type="war" />
</dependency>
@Grapes(
@Grab(group='fr.norad.bootstrap', module='bootstrap-sample-war', version='1.1-jdk6')
)
libraryDependencies += "fr.norad.bootstrap" % "bootstrap-sample-war" % "1.1-jdk6"
[fr.norad.bootstrap/bootstrap-sample-war "1.1-jdk6"]

Dependencies

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
org.xerial.snappy : snappy-java jar 1.0.4.1

Project Modules

There are no modules declared in this project.

Jar classloader that allow you to load jar packed in jar.

With it, you can deliver your application in a single jar or war file.

features :

  • can load jar in jar in jar ...
  • can load jar in war ...
  • support native lib loading
  • allow runnable war from container or from cli with only one war file
  • maven sample configuration (2 plugin to configure)
  • define your real main class with a simple manifest entry
  • configurable path scanned to exclude some jar

Associated with jetty, you can produce a single war, able to be deployed in a container or run from the command line. See the samples for more information.

Versions

Version
1.1-jdk6