Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions _posts/2020-05-20-from-vert-x-to-framework-x.md
Original file line number Diff line number Diff line change
@@ -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