Easy ways to bring your Java Microservices to the Cloud
Originally published on 24 Apr 2020
Last updated on 14 May 2020

All companies are software companies, and businesses will always experience the challenge of keeping integrations between users and applications scalable, productive, fast, and of high quality. To combat this, cloud, microservices, and other modern solutions come up more and more in architectural decisions. Here is the question: Is Java prepared to deal with these diverse concepts in a corporate environment?
We think the answer is a strong yes, and to demonstrate how Jakarta EE and Eclipse MicroProfile work very well in the cloud, the Payara Platform and Platform.sh worked together on this webinar. Rudy de Busscher and Otavio Santana cover a range of topics, including:
• What does cloud and cloud-native mean.
• Best practices around cloud native and micro-services
• Payara Micro and Cloud
• High level intro and comparison of Jakarta EE and MicroProfile
• Platform.sh Introduction
• Running Payara Micro applications on Platform.sh
• Q&A
Source code: https://github.com/platformsh-examples/payara-micro
Free PDF of discussed content here: https://www.payara.fish/page/payara-platform-and-paas-with-platform-sh/
Related Posts
The Payara Monthly Catch - March 2025
Published on 31 Mar 2025
by Nastasija Trajanova
0 Comments
5 Hidden Git Tips for Java Developers
Published on 25 Mar 2025
by Luqman Saeed
0 Comments
Git, the weirdly named version control system developed by Linus Torvalds, is an amazing tool for developers, and us Java developers are no exception. While most of us are familiar with the basics like git commit, git push and git pull, Git has ...