Tools and case studies from 20+ years of development – openly accessible, without support commitment.
A reference application developed to test various Java technologies in practice. Project management, time tracking, mileage log and invoicing – deployable as a Docker container. Started in 2003, continuously evolved, today running on Spring Boot 3.x with a modern CI pipeline on SourceForge.
DE: Als Referenzanwendung entwickelt, um verschiedene Java-Technologien praxisnah zu erproben. Projektverwaltung, Zeitabrechnung, Fahrtenbuch und Rechnungsstellung – als Docker-Container deploybar.
# Quick start via Docker Hub
docker pull jconcepts/jproject-web
docker run -d -p 8080:8080 jconcepts/jproject-web
# Or build from source (SourceForge)
git clone https://git.code.sf.net/p/jsuite/git jproject
cd jproject
# Run with Docker Compose (includes PostgreSQL)
docker compose up -d
# Open in browser
http://localhost:8080 Eclipse plugin for copying tables across different databases – MySQL to PostgreSQL, Informix to MySQL and more. Over 9,000 downloads by 2006. Discontinued; source code archived on SourceForge.
DE: Eclipse-Plugin zum Kopieren von Tabellen über Datenbankgrenzen hinweg. Über 9.000 Downloads bis 2006. Eingestellt, Quellcode auf SourceForge archiviert.
# Download the latest release from SourceForge
https://sourceforge.net/projects/dbcopy/files/
# Install via Eclipse Update Site (archived):
Help → Install New Software → Add
URL: https://sourceforge.net/projects/dbcopy/
# Or manually: unzip to Eclipse dropins/ folder
# Restart Eclipse, find dbCopy in Window → Views