boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 最近node.js real time web 很火
相关主题
JDK7
JDK8要出来了?
Twitter Search is Now 3x Faster using Java server
Java NIO 问题求教
What's new in Java 6?
基于JVM的脚本语言
Java的主要就业领域有哪些?
Help on file locking
多线程真头疼,但也挺有趣
Java's performance myth
相关话题的讨论汇总
话题: java话题: fire话题: web话题: netty话题: opa
进入Java版参与讨论
1 (共1页)
c*****e
发帖数: 3226
1
为何java 没什么动静?
g*****g
发帖数: 34805
2
Because it's still a hype, js doesn't have adequate libraries on server side
to deal with enterprise applications. It needs a few years before it can
make serious noise.
Asynchronous is nothing new in java world. You have netty doing that for a
long time. vertx.io is modeled after node.js.

【在 c*****e 的大作中提到】
: 为何java 没什么动静?
d****i
发帖数: 4809
3
Node和Java的framework可以实现无缝连接吗? 好像看到JDK8要强化对JS的支持,据说
就是为了支持Node。

side

【在 g*****g 的大作中提到】
: Because it's still a hype, js doesn't have adequate libraries on server side
: to deal with enterprise applications. It needs a few years before it can
: make serious noise.
: Asynchronous is nothing new in java world. You have netty doing that for a
: long time. vertx.io is modeled after node.js.

g*****g
发帖数: 34805
4
Rhino has been part of JDK since Java 6. It's no surprising JVM tries to
improve support of dynamic languages on JVM. But I don't see Node being the
reason.

【在 d****i 的大作中提到】
: Node和Java的framework可以实现无缝连接吗? 好像看到JDK8要强化对JS的支持,据说
: 就是为了支持Node。
:
: side

t***a
发帖数: 416
5
对,目前node.js还是依赖v8的,要是能整到rhino上。。。那js就跟当年jruby一样了,
不知道有没有人在搞。。。

the

【在 g*****g 的大作中提到】
: Rhino has been part of JDK since Java 6. It's no surprising JVM tries to
: improve support of dynamic languages on JVM. But I don't see Node being the
: reason.

c*****e
发帖数: 3226
6
server libraries 也慢慢在pickup ,开源的如雨后春笋。
netty 和这个 web realtime 毫无联系,netty 就是个tcp/ip socket lib. 感觉java
community
有点t停滞了,没赶上最新的潮流。

side

【在 g*****g 的大作中提到】
: Because it's still a hype, js doesn't have adequate libraries on server side
: to deal with enterprise applications. It needs a few years before it can
: make serious noise.
: Asynchronous is nothing new in java world. You have netty doing that for a
: long time. vertx.io is modeled after node.js.

g*****g
发帖数: 34805
7
我说了,vertx.io跟node.js是一样的。整个java community比较成熟,一般不爱吃螃
蟹是真的。
现在node.js的应用范围并不广泛。

java

【在 c*****e 的大作中提到】
: server libraries 也慢慢在pickup ,开源的如雨后春笋。
: netty 和这个 web realtime 毫无联系,netty 就是个tcp/ip socket lib. 感觉java
: community
: 有点t停滞了,没赶上最新的潮流。
:
: side

c*****e
发帖数: 3226
8
刚才看了一下vertx.io , http://vertx.io/js_web_tutorial.html, 这也叫 real time web?
建议你看看meteor or derby.

【在 g*****g 的大作中提到】
: 我说了,vertx.io跟node.js是一样的。整个java community比较成熟,一般不爱吃螃
: 蟹是真的。
: 现在node.js的应用范围并不广泛。
:
: java

x****d
发帖数: 1766
9
first, java has NIO, would beat node.js to death if they want.
second, have a look at opa, if you like node.js. if the market is there,
somebody in Java community can easily do something similar to opa, then use
node.js.
So, node.js is picking up, but on fire? have a look at how much martket
share java has, and redefine "on fire". If node.js is fire, must be ligher's
fire, and java is neclear fire. LOL.
1 (共1页)
进入Java版参与讨论
相关主题
Java's performance myth
xp 是不是不支持jave 阿?
Stupid IBM JDK
JDK Source?
Stupid IBM JVM: operator precedence
java在美国到底怎样?
Java on AIX
如何改变JDK 的语言设置
help:tomcat5 on FC4
swing 在 mac intel 下的bug怎么修正?
相关话题的讨论汇总
话题: java话题: fire话题: web话题: netty话题: opa