Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15918 > unrolled thread

Updating code from jdk1.2 to recent jdk SE 1.6

Started bySanny <softtanks22@hotmail.com>
First post2012-07-10 10:07 -0700
Last post2012-07-11 15:15 -0700
Articles 2 on this page of 22 — 10 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Updating code from jdk1.2 to recent jdk SE 1.6 Sanny <softtanks22@hotmail.com> - 2012-07-10 10:07 -0700
    Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-10 11:26 -0700
      Re: Updating code from jdk1.2 to recent jdk SE 1.6 Luuk <luuk@invalid.lan> - 2012-07-10 20:32 +0200
        Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-10 11:56 -0700
          Re: Updating code from jdk1.2 to recent jdk SE 1.6 Luuk <luuk@invalid.lan> - 2012-07-10 21:05 +0200
            Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-10 12:56 -0700
            Re: Updating code from jdk1.2 to recent jdk SE 1.6 Roedy Green <see_website@mindprod.com.invalid> - 2012-07-11 15:19 -0700
              Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-11 15:50 -0700
                Re: Updating code from jdk1.2 to recent jdk SE 1.6 Gene Wirchenko <genew@ocis.net> - 2012-07-11 16:41 -0700
                  Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-11 17:03 -0700
              Re: Updating code from jdk1.2 to recent jdk SE 1.6 Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-07-12 00:51 +0200
          Re: Updating code from jdk1.2 to recent jdk SE 1.6 Arne Vajhøj <arne@vajhoej.dk> - 2012-07-11 23:13 -0400
      Re: Updating code from jdk1.2 to recent jdk SE 1.6 Sanny <softtanks22@hotmail.com> - 2012-07-11 00:27 -0700
        Re: Updating code from jdk1.2 to recent jdk SE 1.6 Silvio Bierman <silvio@moc.com> - 2012-07-11 13:12 +0200
        Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-11 14:02 -0700
          Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lars Enderin <lars.enderin@telia.com> - 2012-07-12 00:06 +0200
            OT Google Groups formatting.  Was Re: Updating code from jdk1.2 to recent jdk SE 1.6 markspace <-@.> - 2012-07-11 15:16 -0700
              Re: OT Google Groups formatting.  Was Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lars Enderin <lars.enderin@telia.com> - 2012-07-12 11:00 +0200
                Re: OT Google Groups formatting.  Was Re: Updating code from jdk1.2 to recent jdk SE 1.6 markspace <-@.> - 2012-07-12 10:36 -0700
          Re: Updating code from jdk1.2 to recent jdk SE 1.6 Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-07-12 00:54 +0200
            Re: Updating code from jdk1.2 to recent jdk SE 1.6 Lew <lewbloch@gmail.com> - 2012-07-11 16:25 -0700
    Re: Updating code from jdk1.2 to recent jdk SE 1.6 Roedy Green <see_website@mindprod.com.invalid> - 2012-07-11 15:15 -0700

Page 2 of 2 — ← Prev page 1 [2]


#15962

FromLew <lewbloch@gmail.com>
Date2012-07-11 16:25 -0700
Message-ID<9922ca7f-dbc7-4ee3-8e38-953d177be077@googlegroups.com>
In reply to#15958
Daniele Futtorovic wrote:
>  Lew allegedly wrote:
> &gt; Sanny wrote:
> &gt;&gt; But comma separated String you just have to send one string and each Value is separated in the String using &amp;quot;separator comma&amp;quot;.
> &gt; 
> &gt; -Antipattern-. Reason for sacking.

I never said "Reason for sacking". Please do not misquote me.

> FTFY.

-- 
Lew

[toc] | [prev] | [next] | [standalone]


#15948

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-07-11 15:15 -0700
Message-ID<tjurv75m12mn3f4q9mrb0edeia43gjg78u@4ax.com>
In reply to#15918
On Tue, 10 Jul 2012 10:07:26 -0700 (PDT), Sanny
<softtanks22@hotmail.com> wrote, quoted or indirectly quoted someone
who said :

>Well I had a program/ Applet in Java 1.2 I want to migrate the code to Java 1.6
>
>Will I see any benefit with the migration?

Generics have a wonderful way of flushing out bugs you might have
missed.

Ditto assertions.

Enums often let you organise code in a very easy-to-maintain way.

Swing looks a lot sexier than AWT.

see http://mindprod.com/jgloss/swing.html for notes on converting from
AWT to Swing.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Mathematicians and computer scientists are far more interested 
in impressing you than informing you. If this were not
so, the tutorials on building a robots.txt file, for example,
would consist primarily of an annotated example. What you get 
instead are nothing but inscrutable adstract fragments in some 
obscure dialect of BNF.

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.java.programmer


csiph-web