Add-on Samples
Web-Services add-on
This sample demonstrates JAX-WS integration:
- Basic Web-Service,
- Username token secured Web-Service,
- Certificate secured Web-Service,
- Client usage of those Web-Services.
GitHub: https://github.com/seedstack/samples/tree/master/addons/web-services
Relevant docs: Web-Services add-on.
W20 bridge add-on
This sample demonstrates integration of the W20 framework:
- Usage of W20 JAR packaging,
- Custom W20 configuration handler,
- Basic W20 UI.
GitHub: https://github.com/seedstack/samples/tree/master/addons/w20-bridge
Relevant docs: W20 bridge add-on.
Spring bridge
This sample demonstrates the integration of Spring framework with SeedStack:
- Injection of SeedStack-managed instances in Spring beans,
- Injection of Spring beans in SeedStack-managed instances,
- Usage of SeedStack configuration values in Spring contexts,
- Usage of SeedStack datasources in Spring contexts.
GitHub: https://github.com/seedstack/samples/tree/master/addons/spring-bridge
Relevant docs: Spring bridge.
Spring Batch job
This sample demonstrates the integration of Spring framework and Spring batch with SeedStack:
- Running of Spring batch job with SeedStack.
GitHub: https://github.com/seedstack/samples/tree/master/addons/spring-batch
Relevant docs: Spring bridge, Command-line.