Showcases
Implementation examples for current IT topics
How we approach problems – as traceable code, not as a glossy case study. Each example tackles a concrete technical question and shows one possible solution, openly available on GitHub.
github.com/SCC-Informationssysteme-GmbH/demos-publicFurther reading
Official documentation for the technologies used in our showcases – useful if you're exploring them for the first time.
Languages & Frameworks
- dev.java ↗Official Java developer portal with tutorials and language reference.
- Spring Boot ↗Official documentation for the Java framework behind most of our showcases.
- Apache ODE ↗Open-source engine for executing BPEL processes, embedded in Jakarta EE applications.
AI & LLM Integration
- Spring AI ↗LLM integration, function calling and RAG for Spring Boot applications.
- LangChain4j ↗Java library for LLM applications with chat memory and tool integration.
- OpenAI API ↗Reference for the OpenAI API covering chat completions, function calling and code generation.
- Qdrant ↗Open-source vector database for semantic search and RAG.
Cloud & Platforms
- Microsoft Azure ↗Documentation on Azure services for cloud migration and operation.
- AWS ↗Documentation on Amazon Web Services for cloud migration and operation.
- Docker ↗Documentation on containers and Docker Compose for isolated, reproducible execution environments.
- Kubernetes ↗Container orchestration for deploying, scaling and operating distributed applications.
- OpenShift ↗Red Hat's enterprise Kubernetes platform with an integrated build and deployment workflow.
Automation
- n8n ↗Workflow automation with visual nodes, e.g. for approval and notification processes.
LLM Providers
- OpenAI ↗Provider of the GPT models and the API used e.g. in the spring-t23d-demo showcase for code generation.
- Anthropic ↗Provider of the Claude model family for chat, code generation and agents.
- Google DeepMind ↗Provider of Google's Gemini model family.
- Mistral AI ↗European provider of open and commercial language models.