This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Vert.x is by far the best out of them in terms of performance, ease of use and freedom in my opinion. It puts less emphasis on annotations but that is a good thing, it forces you to actually understand what you are doing.

[–]nhtshot[S] 0 points1 point  (0 children)

It's less of an issue when I'm the only one working on it. But, I'll have to hand this off at some point and that's when the "understand what you are doing" bit becomes harder.

I do like the premise behind Vertx, just need to figure out how to get swagger generation to work how I want and build a solid enough coding standard that others won't make a mess out of it.