Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Advocacy > Java Evolution
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 12 of 11 Topic 2329 of 2410
Post > Topic >>

Java Evolution

by Roedy Green <see_website@[EMAIL PROTECTED] > Nov 24, 2007 at 08:52 AM

Think about how Java is different from its  predecessors:

1. multi-platform without any source or object code change.

2. comes with a large number of libraries. You have to write less code
of your own, but the penalty is you include lots of code you don't
use,, which is not filtered out.  Jet to some extent can prune out
code you don't use.

3. rigid specification of what a given program will do.  Sizes of all
primitives are nailed down. Results of all operators are nailed.
Logical bit representations are nailed down.

4. multi-threaded out the box. No special platform-specific library
needed.

5. easier to find errors at compile time.  Strong type checking.

6. easier to find errors at run time.  Mandatory bounds checks, null
pointer, initialisation etc.

7. standardised documentation.


-----------------------------------------------------------------------------
Presuming these trends continue, where should Java go next?

1. add design by contract to help find bugs sooner and more formally
specify what a method is expected to do.

2. 2D display of expressions to mimic traditional mathematical
notation.

3. more use of idiomatic syntax like for:each so that you can tell at
a glance if you have common pattern or something weird going on.

4. system for automatic lazy install and update of any libraries or
application code. It is no longer the programmer's problem to manage
manually. Call this Java Web Start Greased.

5. use of SCIDs. See http://mindprod.com/project/scid.html

6. add ability to declare units of measure to primitives. This gives
you dimension checking and automatic unit conversion.

7. standard sup****t for a complex type. x + iy

8. formal bounds declaration on variables and parameters.

9. Style sheet layouts that can layout and label a given set of fields
in a pleasing way given certain about of screen real estate.  You
specify the relation****ps between fields logically, not in terms of
rows, column, or positions.  Labels disappear or appear as real estate
shrinks or grows.  The idea is to get rid of so much fiddly layout
code.  You should be able to display and edit aesthetically given just
the information in a SQL database and metadata.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 




 11 Posts in Topic:
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 

Post A Reply:
  Go here to Signup
Java Evolution - Java Advocacy
Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Advocacy > Java Evolution
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 12 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 34 of 11 Topic 2329 of 2410
Post > Topic >>

Java Evolution

by Roedy Green <see_website@[EMAIL PROTECTED] > Nov 24, 2007 at 08:52 AM

Think about how Java is different from its  predecessors:

1. multi-platform without any source or object code change.

2. comes with a large number of libraries. You have to write less code
of your own, but the penalty is you include lots of code you don't
use,, which is not filtered out.  Jet to some extent can prune out
code you don't use.

3. rigid specification of what a given program will do.  Sizes of all
primitives are nailed down. Results of all operators are nailed.
Logical bit representations are nailed down.

4. multi-threaded out the box. No special platform-specific library
needed.

5. easier to find errors at compile time.  Strong type checking.

6. easier to find errors at run time.  Mandatory bounds checks, null
pointer, initialisation etc.

7. standardised documentation.


-----------------------------------------------------------------------------
Presuming these trends continue, where should Java go next?

1. add design by contract to help find bugs sooner and more formally
specify what a method is expected to do.

2. 2D display of expressions to mimic traditional mathematical
notation.

3. more use of idiomatic syntax like for:each so that you can tell at
a glance if you have common pattern or something weird going on.

4. system for automatic lazy install and update of any libraries or
application code. It is no longer the programmer's problem to manage
manually. Call this Java Web Start Greased.

5. use of SCIDs. See http://mindprod.com/project/scid.html

6. add ability to declare units of measure to primitives. This gives
you dimension checking and automatic unit conversion.

7. standard sup****t for a complex type. x + iy

8. formal bounds declaration on variables and parameters.

9. Style sheet layouts that can layout and label a given set of fields
in a pleasing way given certain about of screen real estate.  You
specify the relation****ps between fields logically, not in terms of
rows, column, or positions.  Labels disappear or appear as real estate
shrinks or grows.  The idea is to get rid of so much fiddly layout
code.  You should be able to display and edit aesthetically given just
the information in a SQL database and metadata.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 




 11 Posts in Topic:
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 

Post A Reply:
  Go here to Signup
Java Evolution - Java Advocacy
Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Advocacy > Java Evolution
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 12 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 34 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 56 of 11 Topic 2329 of 2410
Post > Topic >>

Java Evolution

by Roedy Green <see_website@[EMAIL PROTECTED] > Nov 24, 2007 at 08:52 AM

Think about how Java is different from its  predecessors:

1. multi-platform without any source or object code change.

2. comes with a large number of libraries. You have to write less code
of your own, but the penalty is you include lots of code you don't
use,, which is not filtered out.  Jet to some extent can prune out
code you don't use.

3. rigid specification of what a given program will do.  Sizes of all
primitives are nailed down. Results of all operators are nailed.
Logical bit representations are nailed down.

4. multi-threaded out the box. No special platform-specific library
needed.

5. easier to find errors at compile time.  Strong type checking.

6. easier to find errors at run time.  Mandatory bounds checks, null
pointer, initialisation etc.

7. standardised documentation.


-----------------------------------------------------------------------------
Presuming these trends continue, where should Java go next?

1. add design by contract to help find bugs sooner and more formally
specify what a method is expected to do.

2. 2D display of expressions to mimic traditional mathematical
notation.

3. more use of idiomatic syntax like for:each so that you can tell at
a glance if you have common pattern or something weird going on.

4. system for automatic lazy install and update of any libraries or
application code. It is no longer the programmer's problem to manage
manually. Call this Java Web Start Greased.

5. use of SCIDs. See http://mindprod.com/project/scid.html

6. add ability to declare units of measure to primitives. This gives
you dimension checking and automatic unit conversion.

7. standard sup****t for a complex type. x + iy

8. formal bounds declaration on variables and parameters.

9. Style sheet layouts that can layout and label a given set of fields
in a pleasing way given certain about of screen real estate.  You
specify the relation****ps between fields logically, not in terms of
rows, column, or positions.  Labels disappear or appear as real estate
shrinks or grows.  The idea is to get rid of so much fiddly layout
code.  You should be able to display and edit aesthetically given just
the information in a SQL database and metadata.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 




 11 Posts in Topic:
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 

Post A Reply:
  Go here to Signup
Java Evolution - Java Advocacy
Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Advocacy > Java Evolution
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 12 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 34 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 56 of 11 Topic 2329 of 2410
Post > Topic >>
<< Topic < Post Post 78 of 11 Topic 2329 of 2410
Post > Topic >>

Java Evolution

by Roedy Green <see_website@[EMAIL PROTECTED] > Nov 24, 2007 at 08:52 AM

Think about how Java is different from its  predecessors:

1. multi-platform without any source or object code change.

2. comes with a large number of libraries. You have to write less code
of your own, but the penalty is you include lots of code you don't
use,, which is not filtered out.  Jet to some extent can prune out
code you don't use.

3. rigid specification of what a given program will do.  Sizes of all
primitives are nailed down. Results of all operators are nailed.
Logical bit representations are nailed down.

4. multi-threaded out the box. No special platform-specific library
needed.

5. easier to find errors at compile time.  Strong type checking.

6. easier to find errors at run time.  Mandatory bounds checks, null
pointer, initialisation etc.

7. standardised documentation.


-----------------------------------------------------------------------------
Presuming these trends continue, where should Java go next?

1. add design by contract to help find bugs sooner and more formally
specify what a method is expected to do.

2. 2D display of expressions to mimic traditional mathematical
notation.

3. more use of idiomatic syntax like for:each so that you can tell at
a glance if you have common pattern or something weird going on.

4. system for automatic lazy install and update of any libraries or
application code. It is no longer the programmer's problem to manage
manually. Call this Java Web Start Greased.

5. use of SCIDs. See http://mindprod.com/project/scid.html

6. add ability to declare units of measure to primitives. This gives
you dimension checking and automatic unit conversion.

7. standard sup****t for a complex type. x + iy

8. formal bounds declaration on variables and parameters.

9. Style sheet layouts that can layout and label a given set of fields
in a pleasing way given certain about of screen real estate.  You
specify the relation****ps between fields logically, not in terms of
rows, column, or positions.  Labels disappear or appear as real estate
shrinks or grows.  The idea is to get rid of so much fiddly layout
code.  You should be able to display and edit aesthetically given just
the information in a SQL database and metadata.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 




 11 Posts in Topic:
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 
Java Evolution
Roedy Green <see_websi  2007-11-24 08:52:50 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
Roedy Green <see_websi  2007-11-24 09:45:00 
Re: Java Evolution
"Jeroen Wenting"  2007-11-27 13:04:23 
Re: Java Evolution
"Arthuro Toscano&quo  2007-11-26 08:36:28 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-02 16:45:02 
Re: Java Evolution
"Ravion" <ra  2007-12-07 23:03:01 
Re: Java Evolution
Lion-O <nosp@[EMAIL PR  2007-12-07 16:43:49 
Re: Java Evolution
Roedy Green <see_websi  2007-12-12 17:00:30 
Re: Java Evolution
The Ghost In The Machine   2007-12-12 11:56:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Jul 9 6:22:32 CDT 2008.