I don´t plan to move from IDE very often.
Up to know it seems to me a Java limitation,not a feature.
JBUILDER probably do What I want,but its paid and probably will going
to disapear very soon
Before using Delphi I used Clip-4-win,a Program that generate windows
like programs from source,using
just a compiler and a linker.
Of Course Delphi was ten times more productive,Its hard to believe that
without a two way tool ,I´ll have
the same results.
In fact I´m choosing Java,because it runs on Linux and because its
free.
But If you have to buy a lot of Plugins ,its not free anymore.
I think Java suffers from a pioners illness,It was a revolution,but
having to threat with legacy codes,sometimes is really bad.
I´m not saying these because I want to use .NET,I really don´t.
But If SUN ,IBM and othes wants Java to beat .NET, they should know
that the time spent do develop an application is
the first point an enterprise look when choosing a language to
develop.(Java or C#),at least in Brazil .
SUN could make a kind of ROADMAP saying that in five years legacy code
that does not comply with some rules will
not be supported anymore in newer JVMS.
This could make newer thing easier to implement.
In fact I think the Delphi code to be more "navegable" and easy to
understand at a first look.
You know having to declare a method,using specific words to override a
method.
It seems that in Java ,you have to policy yourself more than you have
to do with Delphi.
I can trust in myself,but will have to policy more my co-workers.
By the way,are you using SWT or Swing?
Marcello
>I don´t plan to move from IDE very often.
>Up to know it seems to me a Java limitation,not a feature.
I agree that Sun, in their haste to release Java, failed to specify a
satisfactory windowing API let alone a satisfactory basis for a visual
GUI developer. Java 1.5 has the beginnings of a general solution to
this problem in the form of Annotations
<http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html>
>JBUILDER probably do What I want,but its paid and probably will going
>to disapear very soon
It may be going to disappear but, as I posted in response to a
previous post of yours, JBuilder Foundation Edition is free.
>Of Course Delphi was ten times more productive,Its hard to believe that
>without a two way tool ,I´ll have
>the same results.
All the IDEs I have listed at <http://profectus.com.au> are just as
"two way" as Delphi. Like Delphi they use a set of files to define the
project, form layout and procedures used in the application. The only
difference is that there are seven of them that use Java as the
underlying language instead of the single one, that you are accustomed
to, that uses Pascal as the underlying application language.
>In fact I´m choosing Java,because it runs on Linux and because its
>free.
>But If you have to buy a lot of Plugins ,its not free anymore.
You don't have to buy anything. Try NetBeans, you probably won't need
any plugins at all.
>I think Java suffers from a pioners illness,It was a revolution,but
>having to threat with legacy codes,sometimes is really bad.
I agree but I found Microsoft's solution to this problem much worse.
They decided to completely change the Visual Basic language to VB.NET
and, in the process, make millions of lines of VB code obsolete.
>But If SUN ,IBM and othes wants Java to beat .NET, they should know
>that the time spent do develop an application is
>the first point an enterprise look when choosing a language to
>develop.(Java or C#),at least in Brazil .
Microsoft have adopted the totally object oriented and virtual machine
model used in Java. If you choose a modern IDE I doubt if there is any
difference in development time.
>SUN could make a kind of ROADMAP saying that in five years legacy code
>that does not comply with some rules will
>not be supported anymore in newer JVMS.
>This could make newer thing easier to implement.
That is exactly what they do! When the compiler tells you that your
code is "deprecated" they are saying that you should change it to use
a newer API.
>In fact I think the Delphi code to be more "navegable" and easy to
>understand at a first look.
[quoted text clipped - 6 lines]
>
>By the way,are you using SWT or Swing?
Swing. I confess that when I decided to move from Visual Basic to Java
I, more or less, decided to accept Sun as my new Guru instead of
Microsoft. Sun said Swing so I swung. :)
Marcello - 24 Apr 2006 19:53 GMT
>>I agree that Sun, in their haste to release Java, failed to specify a
>>satisfactory windowing API let alone a satisfactory basis for a visual
>>GUI developer. Java 1.5 has the beginnings of a general solution to
>>this problem in the form of Annotations
>><http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html>
I would like people not to get me wrong.I´m just a Java beginner,In
fact by what I´VE
seen the last version of Java is really stronger than the older ones.
SUN is not sleeping ,neither IBM and other big players.
But software industry works like these,Invent something,wait for
another company to improve it,
copy it,invent more something.(Microsoft prefers the Copy it session
:>})
>>It may be going to disappear but, as I posted in response to a
>>previous post of yours, JBuilder Foundation Edition is free.
I prefer to stay way from Borland,They didn´t decide If they´re a
software producer,a marketing company,
or if they want to sell pizza.
>>All the IDEs I have listed at <http://profectus.com.au> are just as
>>"two way" as Delphi. Like Delphi they use a set of files to define the
>>project, form layout and procedures used in the application. The only
>>difference is that there are seven of them that use Java as the
>>underlying language instead of the single one, that you are accustomed
>>to, that uses Pascal as the underlying application language.
Nice to hear that.
>>I agree but I found Microsoft's solution to this problem much worse.
>>They decided to completely change the Visual Basic language to VB.NET
>>and, in the process, make millions of lines of VB code obsolete.
I agree 100% with you,fortunatelly I always keep myself away from
microsoft.
>>Microsoft have adopted the totally object oriented and virtual machine
>>model used in Java. If you choose a modern IDE I doubt if there is any
>>difference in development time.
I hope you´re right,As I said before I prefer to start selling Hot
dogs than
becoming a Microsoft Nut.
>>That is exactly what they do! When the compiler tells you that your
>>code is "deprecated" they are saying that you should change it to use
>>a newer API.
Fine.
>>Swing. I confess that when I decided to move from Visual Basic to Java
>>I, more or less, decided to accept Sun as my new Guru instead of
>>Microsoft. Sun said Swing so I swung. :)
Swing in Brazil have a pornografic conotation (Why did they choose this
name?)
Marcello
Marcello - 25 Apr 2006 01:18 GMT
By the way.
I don´t know Why am I caring so much about writing more code.
My Superclasses usually do so many things,that I have to write really
few lines of code in the other programs.
So I´ll probably have to "write more" just while writing "my
framework"
Marcello
Marcello - 25 Apr 2006 02:24 GMT
Hi,
I´ve just take a look at NETBEANS and MATISSE.
I´m starting to think ,I found what I want to use for the next years.
The last time i felt that was seven year ago(when I knew my wife :>}
Marcello
David Segall - 25 Apr 2006 16:15 GMT
>Swing in Brazil have a pornografic conotation
It does in Australia too! But, since you compared NetBeans to your
wife elsewhere in this thread, perhaps you agree :)
Marcello - 25 Apr 2006 16:31 GMT
In fact it was a very unhappy comparison.
I expect my wife to be with me for the next 50 years.
I think no language will have such a feature.
But the word SWING here in Brazil,means let somebody Be with your wife
as you´re with his wife.
Something I never think about and surely I will never do.
Marcello
Marcello - 25 Apr 2006 16:53 GMT
One more reason that I´ll neve understand marketing guys.
Can you image something like this?
You father in law coming to your house and see you reading a book like
these
Master SWING with the biggest specialists in the world.
He´ll probably have a heart atack and can blame SUN on this.
Marcello
> I don´t plan to move from IDE very often.
> Up to know it seems to me a Java limitation,not a feature.
> JBUILDER probably do What I want,but its paid and probably will going
> to disapear very soon
Ah, so that's why you don't use it. Well, I have to bring up JDeveloper
again, then. It's free and not going anywhere soon ... except forward ...
(Several other nice IDE's exist, ofcourse, JDeveloper just happens to
be my favourite).

Signature
jon martin solaas