From b840d937829d31206a787c1c4e356a95e7914672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Gonz=C3=A1lez=20Cabrero?= Date: Wed, 20 May 2020 00:51:49 -0400 Subject: [PATCH] =?UTF-8?q?Create=20Posts=20=E2=80=9C2020-05-20-from-vert-?= =?UTF-8?q?x-to-framework-x=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2020-05-20-from-vert-x-to-framework-x.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _posts/2020-05-20-from-vert-x-to-framework-x.md diff --git a/_posts/2020-05-20-from-vert-x-to-framework-x.md b/_posts/2020-05-20-from-vert-x-to-framework-x.md new file mode 100644 index 0000000..867659a --- /dev/null +++ b/_posts/2020-05-20-from-vert-x-to-framework-x.md @@ -0,0 +1,26 @@ +--- +date: 2020-05-19 22:47:21 +layout: post +title: From Vert.x to Framework.x +subtitle: How to convert Vert.x tool-kit in your favorite Java framework +description: How to handle the dependency injection in a Java project with Vert.x +category: blog +tags: + - Java + - Vert.x + - dependency injection + - framework +author: malkomich +paginate: false +--- +Have you ever heard about Vert.x? Even if you are an experienced developer with Java, probably not. + +It is something that became weird to me when I began working with Java language. Why most of the companies goes for Spring Framework for any purpose application? + +Well, it is known the good management of objects with its dependency injection based on a bean container + + + +If you are looking for a more lightweight, modular and microservices oriented, I would definitely go for Vert.x + +Yes..I know. Vert.x is not a framework by itself, it is just a tool-kit. But, certainly, what difference a real framework from a tool-kit? The \ No newline at end of file