TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vert.x: A tool-kit for building reactive applications on the JVM

64 pointsby cfontesover 9 years ago

5 comments

mmastracover 9 years ago
I built a fairly complex app in vert.x a few years back. If you don&#x27;t start with a promises library off the bat, you end up in a callback hell not unlike node.js.<p>You also realize very quickly how synchronous many of the Java libraries for things like databases, redis, etc are. The ecosystem just isn&#x27;t built to work like that, but that&#x27;s not the fault of the vert.x guys.
评论 #10473816 未加载
评论 #10473368 未加载
评论 #10473158 未加载
评论 #10473123 未加载
fredliuover 9 years ago
Vert.x indeed looks pretty cool. But I found it a little bit weird that they used the term &quot;reactive&quot; in the title, but I&#x27;m not sure what the &quot;reactive&quot; is referring to: maybe Reactive Extensions, or at least RxJava? which should be perfect with vert.x to solve the callback hell problem. Or they just use it as a generic term for async technology used in vert.x&#x2F;node.js&#x2F;tornado etc?
评论 #10473443 未加载
评论 #10474381 未加载
vorgover 9 years ago
&gt; Polyglot. You can use Vert.x with multiple languages. Vert.x doesn&#x27;t preach about what language is best<p>Gradle should learn this lesson and also offer multiple languages for its build scripts, and more people might adopt it.
randomThoughts9over 9 years ago
How is the ceylon integration going? I&#x27;ve been waiting for that before diving into vert.x 3.
hhimanshuover 9 years ago
I enjoy working with Akka to build reactive applications. Clean, Readable, Testable