由买买提看人间百态

topics

全部话题 - 话题: javarebel
(共0页)
g*****g
发帖数: 34805
1
来自主题: Java版 - jboss hot deployment in eclipse
I use the "run jetty run" plugin, which doesn't require a complete
rebuild. There's a commercial JavaRebel JVM plugin that needs no
restart in most situations. The java hot deployment is weak, you can
make changes inside method without restart, that's it. With JavaRebel
you can add class, function, etc., it supports spring as well, so
everything is hot, and state is kept between your changes.
g*****g
发帖数: 34805
2
来自主题: Java版 - Did someone use JavaRebel?
This sounds like a life saver, exactly what Sun should ship in their JVM.
And it supports Spring reload now.
A**o
发帖数: 1550
3
来自主题: Java版 - Did someone use JavaRebel?
说说你的使用经历吧。你现在是知名人士了。//fan
t*******e
发帖数: 684
4
来自主题: Java版 - Did someone use JavaRebel?
Good stuff, way faster than auto hot redeployment. It's just not free.
b******y
发帖数: 9224
5
来自主题: Java版 - Did someone use JavaRebel?
sounds like a good idea.
Although....
Well, what I want to say is, I prefer statically loading stuff. I think
reflection and all sorts of stuff is a drawback to the performance. Same
goes to the attempt to load class files on the fly.
There got to be some performance penalty I guess. No free lunch in the world
maybe?
g*****g
发帖数: 34805
6
来自主题: Java版 - Did someone use JavaRebel?
It's just a development tool, how many times you have to redeploy restart
your J2EE server, not to mention you have to go to the web page and refill
your states. You certainly should not use it in production.

world
A**o
发帖数: 1550
7
来自主题: Java版 - Did someone use JavaRebel?
but it's not free. any similiar freeware?
g*****g
发帖数: 34805
8
来自主题: Java版 - Did someone use JavaRebel?
No, :-(, I wish Sun would buy it.
t*******e
发帖数: 684
9
来自主题: Java版 - Did someone use JavaRebel?

world
It is a development tool, not a runtime tool.
(共0页)