avatar
d*r
2
萝卜白菜,给有所爱。

【在 D*******I 的大作中提到】
: how does this compare to Eclipse ?
avatar
c*s
3
如果要比较,可以比较的是 JBuilder9 Personal和Eclipse, 或JBuilder X(9)
Enterprise和WSAD
无论如何比较,后者优于前者。
Eclipse是纯Java开发工具(我认为是最好的),JBuilder Personal在这方面做的工作少
的可怜
JBuilder Enterprise在企业开发上确实很好,但WSAD涵盖它的所有功能,并远远抄出

【在 D*******I 的大作中提到】
: how does this compare to Eclipse ?
avatar
d*r
4
我觉得呢,jbuilder
personal是面向广大初学者的。界面做得比eclipse好。尤其是on-line documents。
毕竟borland是一直在做ide的。



【在 c*****s 的大作中提到】
: 如果要比较,可以比较的是 JBuilder9 Personal和Eclipse, 或JBuilder X(9)
: Enterprise和WSAD
: 无论如何比较,后者优于前者。
: Eclipse是纯Java开发工具(我认为是最好的),JBuilder Personal在这方面做的工作少
: 的可怜
: JBuilder Enterprise在企业开发上确实很好,但WSAD涵盖它的所有功能,并远远抄出

avatar
n*m
5

No, it is worse. Eclipse is better.



【在 d*r 的大作中提到】
: 我觉得呢,jbuilder
: personal是面向广大初学者的。界面做得比eclipse好。尤其是on-line documents。
: 毕竟borland是一直在做ide的。
:
: 少

avatar
d*r
6
just as I said, 萝卜白菜,各有所爱。
I think the gui of jbuilder is pretty and fancy.




【在 n*m 的大作中提到】
:
: No, it is worse. Eclipse is better.
: 作
: 出

avatar
n*m
7

Well, the fact is, Borland has joined Eclipse development team. IBM didn't
join JBuilder's and obversiously will not:-)
documents。



【在 d*r 的大作中提到】
: just as I said, 萝卜白菜,各有所爱。
: I think the gui of jbuilder is pretty and fancy.
:
: 工
: 抄

avatar
r*s
8
I thought Eclipse is meant for a frame work for others to develop
plugins :-) I also think it's pretty good as an IDE. But since
I've never used any IDE ......
Besides, any one tell me how multiple users can share the same copy
of Eclipse on the same machine but use personlized workspace?
Thanks!

documents。



【在 d*r 的大作中提到】
: just as I said, 萝卜白菜,各有所爱。
: I think the gui of jbuilder is pretty and fancy.
:
: 工
: 抄

avatar
r*s
9
You can also make some money by working on Eclipse.
IBM is now providing funding for those who has some idea
on new interesting plugins and need money to do the implementation.
Fire up a proposal and try your luck!

X(9)



【在 n*m 的大作中提到】
:
: Well, the fact is, Borland has joined Eclipse development team. IBM didn't
: join JBuilder's and obversiously will not:-)
: documents。
: 的
: 远

avatar
d*p
10
eclipse -data your_workspace_path
avatar
c*s
11
说道GUI,eclipse是唯一一家把SWING的实现为不同平台统统重写一遍,以获得更快的速
度的和更少的内存消耗的。这一点其他的Java IDE无人能比,只有IBM干得出来。
另外,它的年龄不见得比JBuilder要小,这东西最早来自visualage,后来拿出一块和买
来的一个产品包装了一把开放出来。
Eclipse的扩展性还可以从另一件事看出来,Rational在设计XDE时以Eclipse为基础,几
个月前我收到过另一个想做Java IDE的公司的民意测试,调查什么功能是用户最需要的,
也在做一个基于eclipse的IDE。
最后,我可以找出一打Eclipse可以做的事情JBuilder不能作,但很难找出Jbuilder能作e
clipse不能做的。

documents。



【在 d*r 的大作中提到】
: just as I said, 萝卜白菜,各有所爱。
: I think the gui of jbuilder is pretty and fancy.
:
: 工
: 抄

avatar
d*r
12
There is one thing that I cannot figure out in Eclipse.
How to use IntelliSence in eclipse IDE. That is when I put the mouse point
over a method's name, the IDE should pop-up a tip/context about the method's
comments document. Also, when you writer a method, it provides the method's
signature with the parameters' names rather than something like arg0 in
eclipse.
It is supported by at least MS Visual studio and Jbuilder.
I tried several times to put th java api documents in different directories.

【在 c*****s 的大作中提到】
: 说道GUI,eclipse是唯一一家把SWING的实现为不同平台统统重写一遍,以获得更快的速
: 度的和更少的内存消耗的。这一点其他的Java IDE无人能比,只有IBM干得出来。
: 另外,它的年龄不见得比JBuilder要小,这东西最早来自visualage,后来拿出一块和买
: 来的一个产品包装了一把开放出来。
: Eclipse的扩展性还可以从另一件事看出来,Rational在设计XDE时以Eclipse为基础,几
: 个月前我收到过另一个想做Java IDE的公司的民意测试,调查什么功能是用户最需要的,
: 也在做一个基于eclipse的IDE。
: 最后,我可以找出一打Eclipse可以做的事情JBuilder不能作,但很难找出Jbuilder能作e
: clipse不能做的。
:

avatar
n*m
13
I don't like to use mouse during coding. I usually use keyboard.
You can put your cursor behand a variable, press Ctrl+Space, you will have a
popup window with all signatures. Move your cursor to a signature and wait a
while (half second or so, and you can set it) , the JavaDoc info will be
popped up near to the signature pop-up.








【在 d*r 的大作中提到】
: There is one thing that I cannot figure out in Eclipse.
: How to use IntelliSence in eclipse IDE. That is when I put the mouse point
: over a method's name, the IDE should pop-up a tip/context about the method's
: comments document. Also, when you writer a method, it provides the method's
: signature with the parameters' names rather than something like arg0 in
: eclipse.
: It is supported by at least MS Visual studio and Jbuilder.
: I tried several times to put th java api documents in different directories.

avatar
n*m
14


Eclipse is not "Yet another implemetation of SWING". Actually, the SWT library
is a totally different GUI component than SWING.
I once tested Chinese Yong Zhong office. It is written in Java, and, I
believe, it has its own GUI component model too.

SWT/Eclipse is a brand new code base. The project luanched 2 years ago.

,
作e
Though I believe Eclipse is better than Jbuilder, JBuilder's GUI builder is
definitely much better than any Eclipse based GUI builder.
X(9)



【在 c*****s 的大作中提到】
: 说道GUI,eclipse是唯一一家把SWING的实现为不同平台统统重写一遍,以获得更快的速
: 度的和更少的内存消耗的。这一点其他的Java IDE无人能比,只有IBM干得出来。
: 另外,它的年龄不见得比JBuilder要小,这东西最早来自visualage,后来拿出一块和买
: 来的一个产品包装了一把开放出来。
: Eclipse的扩展性还可以从另一件事看出来,Rational在设计XDE时以Eclipse为基础,几
: 个月前我收到过另一个想做Java IDE的公司的民意测试,调查什么功能是用户最需要的,
: 也在做一个基于eclipse的IDE。
: 最后,我可以找出一打Eclipse可以做的事情JBuilder不能作,但很难找出Jbuilder能作e
: clipse不能做的。
:

avatar
f*h
15

我的eclipse 就是这样的。你要把java doc的path 设好

【在 d*r 的大作中提到】
: There is one thing that I cannot figure out in Eclipse.
: How to use IntelliSence in eclipse IDE. That is when I put the mouse point
: over a method's name, the IDE should pop-up a tip/context about the method's
: comments document. Also, when you writer a method, it provides the method's
: signature with the parameters' names rather than something like arg0 in
: eclipse.
: It is supported by at least MS Visual studio and Jbuilder.
: I tried several times to put th java api documents in different directories.

avatar
p*p
16
我以前一直用JB,现在研究生别人都用ECLIPSE,所以正在改。
我主要要作JSP,STRUTS这些东西,感觉JB都集成好了,ECLIPSE
还要自己到处找PLUGIN,确实比较麻烦,而且似乎没有一个能集成
所有功能,要联合使用。
JB感觉里面的教程和文档非常好,基本上什么都有,看一遍就可以
入门了自己编点东西了。ECLIPSE这方面还没怎么尝试过,请问谁
能指导下如何充分配置使用它的文档功能。
另外就是我要作一个JSP+STRUTS的WEB APPLICATION,请问哪个茶硷
最好?推荐的MY ECLIPSE是要钱的,哪位先进有......
PS 大家都在用ECLIPSE哪个版本,M8

【在 D*******I 的大作中提到】
: how does this compare to Eclipse ?
avatar
c*t
17
I like Eclipse very much. If you write a not so small Java project,
refactoring/reference searching is vital. This reason plus the fact
that it is free, makes it hard to be beat.
JB seems to be very hard to configure properly, and it is not free
(the free version is old and slow w/ poor GUI).
The best Java IDE is IntelliJ IDEA, current version is 4.0. If you
have used it, you will see why it is the best. It is better than
Eclipse in every single area, but unfortunately it is very costly
as w

【在 p***p 的大作中提到】
: 我以前一直用JB,现在研究生别人都用ECLIPSE,所以正在改。
: 我主要要作JSP,STRUTS这些东西,感觉JB都集成好了,ECLIPSE
: 还要自己到处找PLUGIN,确实比较麻烦,而且似乎没有一个能集成
: 所有功能,要联合使用。
: JB感觉里面的教程和文档非常好,基本上什么都有,看一遍就可以
: 入门了自己编点东西了。ECLIPSE这方面还没怎么尝试过,请问谁
: 能指导下如何充分配置使用它的文档功能。
: 另外就是我要作一个JSP+STRUTS的WEB APPLICATION,请问哪个茶硷
: 最好?推荐的MY ECLIPSE是要钱的,哪位先进有......
: PS 大家都在用ECLIPSE哪个版本,M8

avatar
a*a
18

WSAD. It is a commercial software. So is JB.

【在 p***p 的大作中提到】
: 我以前一直用JB,现在研究生别人都用ECLIPSE,所以正在改。
: 我主要要作JSP,STRUTS这些东西,感觉JB都集成好了,ECLIPSE
: 还要自己到处找PLUGIN,确实比较麻烦,而且似乎没有一个能集成
: 所有功能,要联合使用。
: JB感觉里面的教程和文档非常好,基本上什么都有,看一遍就可以
: 入门了自己编点东西了。ECLIPSE这方面还没怎么尝试过,请问谁
: 能指导下如何充分配置使用它的文档功能。
: 另外就是我要作一个JSP+STRUTS的WEB APPLICATION,请问哪个茶硷
: 最好?推荐的MY ECLIPSE是要钱的,哪位先进有......
: PS 大家都在用ECLIPSE哪个版本,M8

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。