Posts tagged "spring"
5 articles covering spring — browse the collection below.
Using Spring Boot On AWS Lambda: Clever or Dumb?
Should you run Spring Boot on AWS Lambda? Detailed analysis of advantages, disadvantages, cold start impact, and GraalVM alternatives for Java serverless functions.
Use Jersey and Spring in AWS Lambda
Integrate Jersey and Spring Framework in AWS Lambda using aws-serverless-java-container. Complete guide with code examples for building REST APIs on Lambda with Java.
Deploy a Multi-Module Maven Project to Heroku
Deploy multi-module Maven projects to Heroku with Spring Boot. Use config variables and Procfile to manage multiple microservices from a single repository.
Using AngularJS and Spring together
Build web apps with AngularJS and Spring Boot. Complete tutorial from Spring Initializr setup to AngularJS routing with single page application architecture.
Add Spring to JavaFX
Integrate Spring Framework with JavaFX for dependency injection in FXML controllers. Learn the SpringFxmlLoader pattern to combine Spring beans with JavaFX components.