Comments on: Micronaut Tutorial: Server Application https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 04 Dec 2020 12:57:14 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: alexburchak https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/#comment-670 Tue, 23 Apr 2019 12:17:18 +0000 https://piotrminkowski.wordpress.com/?p=7115#comment-670 In reply to Piotr Mińkowski.

Thanks for reply.
No, I meant if Micronaut offers functionality which Spring Cloud provides.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/#comment-669 Tue, 23 Apr 2019 08:56:17 +0000 https://piotrminkowski.wordpress.com/?p=7115#comment-669 In reply to alexburchak.

Hi. Thanks – fixed 🙂
Well, it has some advantages, of course Spring has also some advantages over Micronaut 🙂 Micronaut is a framework designed especially for building microservices. It is smaller, has better performance (RAM, throuhput – netty). Micronaut introduced some new features in comparison to Spring, for example @ThreadLocal beans (https://piotrminkowski.wordpress.com/2019/04/15/micronaut-tutorial-beans-and-scopes/). But generally there are the details. Spring is still the leader.
Spring cloud – you mean use Spring Cloud together with Micronaut? This a little bit different philosophy, so I would not be sure to use them together. Of course, you can Micronaut with Spring beans, technically it is not a problem https://docs.micronaut.io/latest/guide/index.html#springBeans.

]]>
By: alexburchak https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/#comment-668 Tue, 23 Apr 2019 08:13:39 +0000 https://piotrminkowski.wordpress.com/?p=7115#comment-668 Good article.
Should be
“… you should NOT have any problems with building a simple…”
But I am wondering does Micronaut has any advantages over Spring considering in use it looks almost the same as the latter, for a simple app? What about Spring Cloud alternatives if one wants to use it?

]]>