https://github.com/atbashee/jessie
Java EE Starter (+ Jakarta EE, MicroProfile)
https://github.com/atbashee/jessie
Last synced: about 1 month ago
JSON representation
Java EE Starter (+ Jakarta EE, MicroProfile)
- Host: GitHub
- URL: https://github.com/atbashee/jessie
- Owner: atbashEE
- License: apache-2.0
- Created: 2018-03-20T20:05:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T11:50:39.000Z (over 7 years ago)
- Last Synced: 2025-12-26T11:47:49.820Z (5 months ago)
- Language: Java
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
Jessie
========
Creates a Maven skeleton application based on the options you specify.
Motivation
======
I need to create a lot of Maven test projects for trying out the features for the different Atbash projects.
I do this by copy and pasting a few files from other projects but I imagined it could be done easier and better by generating it.
Why not Maven artefacts?
You don't have the possibility to specify the options you want. And creating an archetype for all possible combinations would become impossible.
Why not existing alternatives like _generjee_ or _factorEE_?
They are no longer active or have the wrong focus (code generation). And what about features that I need like support for the Atbash projects.
Why not JBoss Forge?
Well that one was considered as a valid option. You can write your own plugins which would solve my requirements. But then you are using a large platform for just having the Command Line and template features.
So in the end, I decided to write my own version and practice my skills around templating, CDI 2 (Java SE), Java FX, etc ..
Release Notes
====
This is a 0.1 version just to try out the different concepts.