• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

j2se 5.0 and concurrency

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

Like to have samples how to take full benefits of the new concurrency package
included in Java 5.0.

Haven't found any books related this issue neither tutorials.
Does anyone know where to get more information (other that just plain
javadocs) for concurrent programming in Java 5.0?

Cheers!
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The book Java 1.5 Tiger : A Developer's Notebook (Developer's Notebook) has about 25 pages on Threading. You can download the examples here.

Joyce
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The concurrency update for 5.0 is relatively huge. This was one of the reasons why our book was practically a total rewrite. Some stuff, like the atomic libraries, required new techniques -- in this case, understanding optimistic locking.

There is a ton of stuff that will be difficult to just learn from examples... but if you want to try, feel free to download the examples from http://examples.oreilly.com/jthreads3/.

Henry
reply
    Bookmark Topic Watch Topic
  • New Topic