Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/fj-doc-ent
Fugerit Doc Venus module adding J2EE functionalities for Servlet/JSP
https://github.com/fugerit-org/fj-doc-ent
Last synced: 13 days ago
JSON representation
Fugerit Doc Venus module adding J2EE functionalities for Servlet/JSP
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-doc-ent
- Owner: fugerit-org
- Created: 2022-11-17T14:22:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T08:55:20.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:11:48.123Z (2 months ago)
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fugerit Document Generation Framework (fj-doc) [DEPRECATED]
## Java EE extension (fj-doc-ent)
[back to fj-doc index](https://github.com/fugerit-org/fj-doc.git)
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc-ent.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-ent)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-ent&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-ent)*Deprecation* (2022-11-17):
Previously this module was part of the [Fugerit Doc Venus](https://github.com/fugerit-org/fj-doc.git) and now is formally deprecated and put in an separate repository.*Description* :
Helper for generation of [fj-doc XML format](https://www.fugerit.org/data/java/doc/xsd/doc-1-1.xsd)
though J2EE infrastructure (for example jsp).*Status* :
All basic features are implemented, but it needs refactoring.
This was the original pipeline implementation with the use of [DocServlet](src/main/java/org/fugerit/java/doc/ent/servlet/DocServlet.java)
Usage of module [fj-doc-freemarker](../fj-doc-freemarker/README.md) is recommended in most scenarios.See [CHANGELOG.md](CHANGELOG.md) for details.