«^»
14 References

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