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


Groups > comp.lang.java.gui > #1215 > unrolled thread

Java 1.4.2 Vs 1.5 Vs 1.6

Started by"James Kimble" <james.kimble@THRWHITE.remove-dii-this>
First post2011-04-27 15:32 +0000
Last post2011-04-27 15:32 +0000
Articles 4 — 3 participants

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


Contents

  Java 1.4.2 Vs 1.5 Vs 1.6 "James Kimble" <james.kimble@THRWHITE.remove-dii-this> - 2011-04-27 15:32 +0000
    Re: Java 1.4.2 Vs 1.5 Vs "Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this> - 2011-04-27 15:32 +0000
      Re: Java 1.4.2 Vs 1.5 Vs "John W. Kennedy" <john.w..kennedy@THRWHITE.remove-dii-this> - 2011-04-27 15:32 +0000
        Re: Java 1.4.2 Vs 1.5 Vs "James Kimble" <james.kimble@THRWHITE.remove-dii-this> - 2011-04-27 15:32 +0000

#1215 — Java 1.4.2 Vs 1.5 Vs 1.6

From"James Kimble" <james.kimble@THRWHITE.remove-dii-this>
Date2011-04-27 15:32 +0000
SubjectJava 1.4.2 Vs 1.5 Vs 1.6
Message-ID<1174242514.560332.306600@l75g2000hse.googlegroups.com>
  To: comp.lang.java.gui
I'm sure this question has been posted but I've not found any
definitive answer.

I maintain a product line that consists of a dedicated Linux system
running Java to provide a GUI interface as a control system for
underlying hardware. I've been working to move to jdk 1.5 (not hard
but I'm busy) and now this new DST thing which is not covered by the
version I've been porting to (1.5.0-b64) makes me want to rething
about going to the latest 1.6. It seems every version change had
problems in the beginning and I didn't even try 1.6 because of that.
Now I'm thinking about it again.

Can anyone give me a level of comfort about just going to the latest
jdk and jre? Is there an advantage to going to the latest 1.6 versus
the last 1.5? The liability of 1.6 is, of course, it's not as tested
as the previous releases but, as java has matured, I think that some
of that may be pretty minimal. I don't have enough data to judge.

Can I get opinions? Any input is greatly appreciated.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#1217 — Re: Java 1.4.2 Vs 1.5 Vs

From"Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this>
Date2011-04-27 15:32 +0000
SubjectRe: Java 1.4.2 Vs 1.5 Vs
Message-ID<6ljLh.50729$_w.38075@newsfe13.lga>
In reply to#1215
  To: comp.lang.java.gui
James Kimble wrote:
> I'm sure this question has been posted but I've not found any
> definitive answer.
> 
> I maintain a product line that consists of a dedicated Linux system
> running Java to provide a GUI interface as a control system for
> underlying hardware. I've been working to move to jdk 1.5 (not hard
> but I'm busy) and now this new DST thing which is not covered by the
> version I've been porting to (1.5.0-b64) makes me want to rething
> about going to the latest 1.6. It seems every version change had
> problems in the beginning and I didn't even try 1.6 because of that.
> Now I'm thinking about it again.
> 
> Can anyone give me a level of comfort about just going to the latest
> jdk and jre? Is there an advantage to going to the latest 1.6 versus
> the last 1.5? The liability of 1.6 is, of course, it's not as tested
> as the previous releases but, as java has matured, I think that some
> of that may be pretty minimal. I don't have enough data to judge.
> 
> Can I get opinions? Any input is greatly appreciated.
> 

Every now and then people find obscure bugs and if it is in your code 
that is a PITA.  I wouldn't waste my time updating from 1.4 to 1.5 when 
1.6 is already here.  I've been using 1.6 since last summer and have not 
run into any bugs.  That doesn't mean that there aren't any just that my 
code hasn't found any.  I certainly wouldn't use a version of 1.5 that 
isn't the latest subversion, 1.5.0_11 as of today.

I tell all of my clients that updates and bug fixes are contingent upon 
them having the latest JRE installed.

-- 

Knute Johnson
email s/nospam/knute/

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

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


#1221 — Re: Java 1.4.2 Vs 1.5 Vs

From"John W. Kennedy" <john.w..kennedy@THRWHITE.remove-dii-this>
Date2011-04-27 15:32 +0000
SubjectRe: Java 1.4.2 Vs 1.5 Vs
Message-ID<5PmLh.43$Bx.19@newsfe12.lga>
In reply to#1217
  To: comp.lang.java.gui
Knute Johnson wrote:
>> Can I get opinions? Any input is greatly appreciated.

The only problem I've had with 1.6 is also in current levels of 1.5, a 
bug involving
    pushbuttons
    containing images
    within a toolbar
    in the Windows XP look and feel.



-- 
John W. Kennedy
"The poor have sometimes objected to being governed badly; the rich have 
always objected to being governed at all."
   -- G. K. Chesterton.  "The Man Who Was Thursday"
* TagZilla 0.066 * http://tagzilla.mozdev.org

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

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


#1226 — Re: Java 1.4.2 Vs 1.5 Vs

From"James Kimble" <james.kimble@THRWHITE.remove-dii-this>
Date2011-04-27 15:32 +0000
SubjectRe: Java 1.4.2 Vs 1.5 Vs
Message-ID<1174307028.913336.199260@e65g2000hsc.googlegroups.com>
In reply to#1221
  To: comp.lang.java.gui
On Mar 19, 2:45 am, "John W. Kennedy" <jwke...@attglobal.net> wrote:
> Knute Johnson wrote:
> >> Can I get opinions? Any input is greatly appreciated.
>
> The only problem I've had with 1.6 is also in current levels of 1.5, a
> bug involving
>     pushbuttons
>     containing images
>     within a toolbar
>     in the Windows XP look and feel.
>
> --
> John W. Kennedy
> "The poor have sometimes objected to being governed badly; the rich have
> always objected to being governed at all."
>    -- G. K. Chesterton.  "The Man Who Was Thursday"
> * TagZilla 0.066 *http://tagzilla.mozdev.org


Thanks! It definately sounds like 1.6 is the way to go.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


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


csiph-web