-
Maria Lucia Barron-Estrada and Ryan Stansifer,
'A Comparison of Generics in Java and C#',
http://www.cs.fit.edu/~mbarron/papers/ACM03.pdf
-
Joshua Bloch,
'Effective Java',
Addison Wesley, 2001,
0-201-31105-8.
-
Joshua Bloch,
'New Language Features for Ease of Development in the Java 2 Platform, Standard Edition 1.5: A Conversation with Joshua Bloch',
http://java.sun.com/features/2003/05/bloch_qa.html
-
Joshua Bloch and Neal Gafter,
'Forthcoming Java Programming Language Features',
http://www.cse.ogi.edu/class/cse529/slides/Tiger%20lang%20sldies%201_up.pdf
-
Gilad Bracha,
'Generics in the Java Programming Language',
http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf
-
Barry Cornelius,
'Understanding Java',
Addison Wesley, 2001,
0-201-71107-9.
-
Barry Cornelius,
'A Taste of C#',
http://www.barrycornelius.com/papers/a.taste.of.csharp/
-
Barry Cornelius,
'Comparing .NET with Java',
http://www.barrycornelius.com/papers/comparing.dotnet.with.java/
-
Barry Cornelius,
'Web Services using Axis',
http://www.barrycornelius.com/papers/web.services.using.axis/
-
Barry Cornelius,
'Web Services using .NET',
http://www.barrycornelius.com/papers/web.services.using.dotnet/
-
Bruce Eckel,
'Generics Aren't',
http://mindview.net/WebLog/log-0050
-
Bruce Eckel,
'Latent Typing',
http://mindview.net/WebLog/log-0051
-
Bruce Eckel,
'Java Issues & Directions',
http://mindview.net/WebLog/log-0055
-
Bruce Haddon,
'The Java Tiger Release',
http://www.cs.colorado.edu/events/colloquia/docs/tiger.pdf
-
Benedict Heal,
'Taming the Tiger',
http://noops.prismtechnologies.com/talks/52/Event_075.ppt
-
Anders Hejlsberg,
'Generics in C#, Java, and C++',
http://www.artima.com/intv/genericsP.html
-
JSR 181,
'Web Services Metadata for the Java Platform',
http://jcp.org/en/jsr/detail?id=181
-
Jeff Langr,
'Typesafe Enum: Using enum in J2SE 1.5 (Tiger)',
http://www.langrsoft.com/articles/enum.html
-
John Lewis and William Loftus,
'Java Software Solutions: Foundations of Program Design (3rd edition)',
Addison Wesley, 2003,
0-201-78129-8.
-
John Lewis and William Loftus,
'Java Software Solutions: Foundations of Program Design (4th edition)',
Addison Wesley, 2004,
0-321-26979-9.
-
Brett McLaughlin and David Flanagan,
'Java 1.5 Tiger: A Developer's Notebook',
O'Reilly, 2004,
0-596-00738-8.
-
Microsoft,
'Web Services Description Language (WSDL) Explained',
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/wsdlexplained.asp
-
Matt Quail,
'Groking Enum (aka Enum<E extends Enum<E>>)',
http://madbean.com/blog/2004/3/
-
Robert Stroud,
'The Evolution of Java',
http://www.ics.ltsn.ac.uk/events/jicc8/JICCstroud JDK1.5.pdf
-
Sun Microsystems,
'Java 2 SDK, Standard Edition, Version 1.5.0 Summary of New Features and Enhancements',
http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html
-
Sun Microsystems,
'[Changes to the] Java Programming Language',
http://java.sun.com/j2se/1.5.0/docs/guide/language/
-
Sun Microsystems,
'Getting Started with the Annotation Processing Tool (apt)',
http://java.sun.com/j2se/1.5.0/docs/guide/apt/GettingStarted.html
-
Sun Microsystems,
'A Typesafe Enum Facility for the Java Programming Language',
http://www.jcp.org/aboutJava/communityprocess/jsr/tiger/enum.html
-
Sun Microsystems,
'Enums',
http://java.sun.com/j2se/1.5.0/docs/guide/language/enums.html
-
Sun Microsystems,
'API documentation for the Enum class',
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Enum.html
-
Sun Microsystems,
'API documentation for the Formatter class',
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html
-
Sun Microsystems,
'API documentation for the Scanner class',
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html
-
JSR 14,
'Add Generic Types to the Java Programming Language',
http://jcp.org/en/jsr/detail?id=14
-
JSR 250,
'Common Annotations for the Java Platform',
http://jcp.org/en/jsr/detail?id=250