-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Spring Boot
Neuerungen in Spring 6 und Spring Boot 3
Anfang September wurde auf der SpringOne bekannt gegeben, dass eine neue Version von Spring – Spring 6 – in Planung ist. Die Änderungen sollen Spring insbesondere zukunftssicher machen. Erste Details und eine Roadmap folgen nun:
Deployment einer Spring Boot Anwendung mit AWS Elastic Beanstalk
AWS Elastic Beanstalk ist eine PaaS (Platform as a Service), mit der benutzerfreundlich Webanwendungen und Services bereitgestellt werden können, ohne die Infrastruktur dahinter zu kennen. Der Entwickler lädt unkompliziert die Anwendung hoch und Elastic Beanstalk erstellt eine entsprechende Umgebung, indem … Continue reading
Deployment einer Spring Boot Anwendung in der AWS Cloud mit EC2 & S3
Wenn man nach Spring und Cloud sucht, fällt einem schnell auf, dass diese Kombination kein Wunsch ambitionierter Entwickler mehr ist, sondern schon längst in Spring integriert wurde. Spring Cloud stellt Entwicklern Werkzeuge zur Verfügung, mit denen das Aufsetzen und Verwalten … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged amazon web services, AWS, Spring Boot, spring cloud
Leave a comment
Spring Boot mit Kotlin
Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can ‘just run’. Kotlin wurde so konzipiert, dass es gut mit dem Java-Ökosystem zusammenspielt, und es scheint mir, dass es die gleiche pragmatische und innovative Denkweise teilt … Continue reading
Re-deploy your containerized Java application on Azure
In my previous post a while ago I showed you how to deploy your dockerized Java application on Azure. It was a step-by-step introduction switching from browser to IDE, to command line (Docker CLI or Azure CLI), to the Azure … Continue reading
How to run a containerized Java application in the cloud on Microsoft Azure
My intention for this blog post was to see how fast could I, with basically zero practical cloud experience, deploy a Java application in just that. For this purpose I decided to go for the Azure Cloud Services. Additionally, I … Continue reading
What is new in Spring Boot 2.2?
“First do it, then do it right, then do it better.“ (Addy Osmani) Spring Boot 2.2 has recently been released and comes out with a range of new features. Among the dependency upgrades for quite a large number of Spring … Continue reading