• 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

reflection in action - java 1.5

 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to the table of contents, Chapter 10 has a piece on reflection and Java 1.5 (in particular the annotations.) At what point in the 1.5 process was this written? In other words, how close to finalized was Java 1.5?
 
author
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne,

Section 10.1 is an overview of the 1.5 stuff. There is commentary as it relates to the previous chapters (namely, that none of the techniques become outdated in 1.5). We weren't able to give the 10.1 material the same treatment as previous chapters, because neither of us had used it professionally.

Most of the 1.5 spec was solid when we wrote 10.1, with the exception of the annotation spec (JSR 175). We stayed in touch with those folks and tried to keep it current, but we had to release before they did. The text of that subsection reminds the reader of this.

Best Regards,

Nate
 
Jeanne Boyarsky
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Most of the 1.5 spec was solid"

Good to know. Thanks Nate!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic