which java?

M

mezzanine1974

i am familiar with programming Delphi. It supplies good interface and
RAD (rapid application development) facilities including objects on
the forms.
Is there any such product which completely supplies all aspects of
Java with a practical way like Delphi.
There are crazy amount of documentation in the web, but i would like
to have something similar to Delphi.
Thanks for your support.
 
B

Ben Schumeth

Is there any such product which completely supplies all aspects of
Java with a practical way like Delphi.
There are crazy amount of documentation in the web, but i would like
to have something similar to Delphi.
Thanks for your support.

Delphi is an adaptation of pascal made specially to fit the IDE. If you
want something similar, you can try Microsoft's J#, which is Java adapted
to .NET and the MS Visual IDE.

That being said, there are several IDEs for Java, the most (in)famous
probably being JBuilder - which for you will have the advantage that it's
a lot like Delphi's. Other alternatives (that I haven't tried) are
JCreator and NetBeans.

I would suggest you try just a basic editor though. Your code will be
much cleaner, and your understanding deeper.

Ben
 
I

Ian Wilson

mezzanine1974 said:
i am familiar with programming Delphi. It supplies good interface and
RAD (rapid application development) facilities including objects on
the forms.
Is there any such product which completely supplies all aspects of
Java with a practical way like Delphi.
There are crazy amount of documentation in the web, but i would like
to have something similar to Delphi.
Thanks for your support.

The obvious answer is JBuilder but I haven't looked at that recently.

I suspect Netbeans is close since it has the Matisse GUI designer/editor.

Many years ago, I programmed in Delphi. It was a very very productive tool.

For Java I use Eclipse and design my interfaces using pencil and paper
and then construct them in code using layout managers. It seemed more
work to start with but once I'd built up some experience I no longer
really missed the Delphi way of doing things, that much ...
 
?

=?iso-8859-1?q?Vicente_Ra=FAl_Plata_Fonseca_[XnT]?

The obvious answer is JBuilder but I haven't looked at that recently.

I suspect Netbeans is close since it has the Matisse GUI designer/editor.

Many years ago, I programmed in Delphi. It was a very very productive tool.

For Java I use Eclipse and design my interfaces using pencil and paper
and then construct them in code using layout managers. It seemed more
work to start with but once I'd built up some experience I no longer
really missed the Delphi way of doing things, that much ...

Althought I have never programmed in Delphi, I used Visual Studio .net
a couple of years ago and, when it comes to UI design, there's no BIG
difference between it and NetBeans.

I've also heard that JBuilder is a good choice about it, but haven't
tested it yet.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,079
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top