Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telos-matter/jeext
A, Spring inspired, JEE framework
https://github.com/telos-matter/jeext
framework java jee spring tools utility
Last synced: 11 days ago
JSON representation
A, Spring inspired, JEE framework
- Host: GitHub
- URL: https://github.com/telos-matter/jeext
- Owner: telos-matter
- License: mit
- Created: 2022-11-19T21:02:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T17:11:45.000Z (11 months ago)
- Last Synced: 2024-12-05T07:12:50.115Z (2 months ago)
- Topics: framework, java, jee, spring, tools, utility
- Language: Java
- Homepage:
- Size: 30.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jeext ![Abandoned](https://badgen.net/badge/DEVELOPMENT%20STATUS/abandoned/red)
JEE extension
A, Spring inspired, JEE framework / extension.
Unfortunately, this project has been abandoned. **However**, all the features I had in mind initially when I started working on it have been implemented fully, and even some more.
This JEE extension provides facilities to make developing JEE webapps **a lot** easier (with parameters validation, and objects auto-filling, ect...). Similar to what Spring provides. Although worth noting that when I started working on this project I haven't used Spring much / not at all really, yet the features that I've implemented turned out to be very similar to what Spring has.
And so:
- The project as it is right now is functional, but would **NOT** recommend **AT ALL** using it in any production environment. If you are just working on a school project where you are only allowed to use JEE though, then I would highly recommend. It is in fact what motivated me to start working on this project in the first place, because we were constrained to only use JEE and absolutly no frameworks, and so I made my own framework around JEE, thanks to [Java's reflection](https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/package-summary.html).
- The project also lacks documentation, for both some of the code/classes and a how-to use it type-of guide. So unless you're willing to dig into the code, it's not going to be very useful to/ easy for you.