Software
Please note that those projects are not maintained on a regulary base.
jProject Business Suite
Hosted by Sourceforge
This project was founded with the aim having a reference implementations of variouse common software components at that time, like Struts, Hibernate, OpenAdapter for importing external data, Java Plugin development and much more.
There is no active development going on any longer due to the fact that the current software stack is more or less outdated.
Small enhancements like switching to maven, an Angular setup process, dockerization, support for helm charts and deployment in kubernetes stacks with ingress support are only ongoing little maintenance steps to keep it running.
The switch from the struts frontend to a JS script framework is still not scheduled yet but necessary. The entire frontend stack is deprecated.
However, it might still be useful.
News
Live Version
See it in action at https://jproject-test.java-concepts.com.
Installation
There is an docker image you can use to easaly setup the application.
https://hub.docker.com/r/jconcepts/jproject-web
docker run --name jproject -d \
-v jproject-config:/usr/local/tomcat/config \
-p 8088:8080 --restart always -t jconcepts/jproject-web
GIT
dbCopy Eclipse Plugin
Hosted by Sourceforge
This little eclipse plugin was a case study for developing plugins with the eclipse framework. There is no active development going on at this project.