Weblith

Java web application powered by Quarkus

License

License

Categories

Categories

Net
GroupId

GroupId

net.zileo
ArtifactId

ArtifactId

weblith
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Weblith
Java web application powered by Quarkus
Project URL

Project URL

https://github.com/zileo-net/weblith
Project Organization

Project Organization

Zileo
Source Code Management

Source Code Management

https://github.com/zileo-net/weblith

Download weblith

Filename Size
weblith-0.1.0.pom 6 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

  • core
  • deployment
  • freemarker
  • freemarker-deployment
  • fomantic-ui
  • fomantic-ui-deployment
  • webtest
  • archetype

Java Build

Weblith.io

Quarkus-powered Java Web Application Framework

Current version : 0.1.0. A preview release made for the Quarkus Hackathon. You can use it as a showcase of what Weblith could be, but at this time is still too experimental to start a production target project.

Quarkus Hackathon category winner !! Follow us on twitter for more updates about this projet.

How to use it

A Maven archetype exists, so that you can easily bootstrap a Weblith showcase application. Run this method :

mvn archetype:generate                      \
  -DarchetypeGroupId=net.zileo              \
  -DarchetypeArtifactId=weblith-archetype   \
  -DarchetypeVersion=0.1.0                  \
  -Dversion=1.0.0-SNAPSHOT                  \
  -DgroupId=org.acme                        \
  -DartifactId=my-weblith

Then you should be able to cd my-weblith and run mvn compile quarkus:dev.

Roadmap

The current status of the project is a Preview Release. Several existing code parts of the original Weblith project must still be migrated.

  1. Extensive documentation : Each Weblith concept should be documented appart with more details and configuration properties.
  2. UI components documentation : The goal is to analyze the relavance of Storybook - allowing serverside components since last version - for showcasing all Weblith UI components.
  3. Router : In the original project, there is a central Router allowing for example reverse routing in templates.
  4. Multitenancy : domain management + dynamic tenant configuration
  5. Unit tests : a lot of unit tests must still be reused
net.zileo

Zileo.net

Custom cloud applications provider

Versions

Version
0.1.0