由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请问java的ide
相关主题
调查:最好的Java IDEJavaBean variable name standard
请问用什么java developer? 在哪里下载?Eclipse vs. Jbuilder X ?
eclipse 气死我了!Sun公司最近有啥突飞猛进不?
Java5 compatibility issue[转帖]如何才算掌握Java(J2SE篇)
any tools for ...which IDE for GUI ?
IntelliJ Open Sourced - How is it?COOL JAVA IDE
FT. JBuilder9出来了?Which IDE is good in Linux?
Complaint about Java class packageJava IDE 选择?
相关话题的讨论汇总
话题: ide话题: swt话题: what话题: swing话题: intellij
进入Java版参与讨论
1 (共1页)
s****e
发帖数: 113
1
我想用ide开发,希望能有两个功能
1。能够单步执行,方便调试
2。能够自动进行格式调整,就像vc一样,用alt+f8就能对选定的文本进行格式调整
因为以前都是用jdk,所以不知道哪些ide能作到。谢谢指点
g*****n
发帖数: 37
2
Microsoft's visual studio
IBM's visual age
Symantec's visual cafe
Sun's sun one studio (community edition 4.1 is free, which is what I use now)

【在 s****e 的大作中提到】
: 我想用ide开发,希望能有两个功能
: 1。能够单步执行,方便调试
: 2。能够自动进行格式调整,就像vc一样,用alt+f8就能对选定的文本进行格式调整
: 因为以前都是用jdk,所以不知道哪些ide能作到。谢谢指点

s****e
发帖数: 113
3
非常感谢
另外请问,是不是jbuilder没法做到?

【在 g*****n 的大作中提到】
: Microsoft's visual studio
: IBM's visual age
: Symantec's visual cafe
: Sun's sun one studio (community edition 4.1 is free, which is what I use now)

m******t
发帖数: 2416
4

Any decent IDE should at least have these two features - almost
by the definition of "IDE" itself.

【在 s****e 的大作中提到】
: 非常感谢
: 另外请问,是不是jbuilder没法做到?

F*****l
发帖数: 7
5
JBuilder is much more powerful than you expect.

【在 s****e 的大作中提到】
: 非常感谢
: 另外请问,是不是jbuilder没法做到?

g*****g
发帖数: 34805
6
And much more clumsy than you would expect.

【在 F*****l 的大作中提到】
: JBuilder is much more powerful than you expect.
n*****k
发帖数: 123
7

Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am
using right now. I am not saying JBuilder is fast, but with a powerful
machine, it will do you jod quite good.
Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features.
A very powerful Refactoring tool. Not bad at all.
The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET
Window form. But right now it is not as powerful as otheres.
Just wonder if Sun will ever include SWT into th

【在 g*****g 的大作中提到】
: And much more clumsy than you would expect.
w******t
发帖数: 1422
8

my co-worker call it "visual crappy"
now)

【在 g*****n 的大作中提到】
: Microsoft's visual studio
: IBM's visual age
: Symantec's visual cafe
: Sun's sun one studio (community edition 4.1 is free, which is what I use now)

e***g
发帖数: 158
9

hell no.

【在 n*****k 的大作中提到】
:
: Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am
: using right now. I am not saying JBuilder is fast, but with a powerful
: machine, it will do you jod quite good.
: Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features.
: A very powerful Refactoring tool. Not bad at all.
: The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET
: Window form. But right now it is not as powerful as otheres.
: Just wonder if Sun will ever include SWT into th

g*****n
发帖数: 37
10
What is refactoring tool?
what is SWT?

【在 n*****k 的大作中提到】
:
: Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am
: using right now. I am not saying JBuilder is fast, but with a powerful
: machine, it will do you jod quite good.
: Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features.
: A very powerful Refactoring tool. Not bad at all.
: The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET
: Window form. But right now it is not as powerful as otheres.
: Just wonder if Sun will ever include SWT into th

w********c
发帖数: 2632
11
What does IntelliJ have? In eclipse, refactor only covers rename and move.
SWT is the Standard Widget Toolkit, the native widget library IBM acquired
from OTI.

features.

【在 g*****n 的大作中提到】
: What is refactoring tool?
: what is SWT?

g*****n
发帖数: 37
12
Is SWT more advanced than swing? Or SWT is built on swing?
What is rectoring used for? Thanks.

【在 w********c 的大作中提到】
: What does IntelliJ have? In eclipse, refactor only covers rename and move.
: SWT is the Standard Widget Toolkit, the native widget library IBM acquired
: from OTI.
:
: features.

n*****k
发帖数: 123
13

At least at the basis of performance I think SWT is way better than swing.
Swing is the desktop killer for java right now. however, the bad thing is you
will have to remember manually destroy the object you created.

【在 g*****n 的大作中提到】
: Is SWT more advanced than swing? Or SWT is built on swing?
: What is rectoring used for? Thanks.

m******t
发帖数: 2416
14

I don't use Eclipse as my daily ide, but SWT is impressive indeed.

【在 n*****k 的大作中提到】
:
: At least at the basis of performance I think SWT is way better than swing.
: Swing is the desktop killer for java right now. however, the bad thing is you
: will have to remember manually destroy the object you created.

1 (共1页)
进入Java版参与讨论
相关主题
Java IDE 选择?any tools for ...
what's the most popular Java IDEIntelliJ Open Sourced - How is it?
[请教]有关JAVA IDE的问题FT. JBuilder9出来了?
EJB bookComplaint about Java class package
调查:最好的Java IDEJavaBean variable name standard
请问用什么java developer? 在哪里下载?Eclipse vs. Jbuilder X ?
eclipse 气死我了!Sun公司最近有啥突飞猛进不?
Java5 compatibility issue[转帖]如何才算掌握Java(J2SE篇)
相关话题的讨论汇总
话题: ide话题: swt话题: what话题: swing话题: intellij