Bootstrap

Bootstrap for applications

License

License

GroupId

GroupId

fr.norad.bootstrap
ArtifactId

ArtifactId

bootstrap
Last Version

Last Version

1.1-jdk6
Release Date

Release Date

Type

Type

pom
Description

Description

Bootstrap
Bootstrap for applications
Project URL

Project URL

https://github.com/n0rad/bootstrap
Project Organization

Project Organization

n0rad
Source Code Management

Source Code Management

http://github.com/n0rad/bootstrap

Download bootstrap

Filename Size
bootstrap-1.1-jdk6.pom 2 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • component/java
  • sample/jar-sample
  • sample/war-cli-sample
  • sample/war-sample

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
1.1