Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Black 04
Black 04

Wiki Markup
\[Black 042004\] Paul E. Black and Paul J. Tanenbaum, "partial order", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 17 December 2004. (accessed TODAY) Available from: http://www.itl.nist.gov/div897/sqg/dads/HTML/partialorder.html

Anchor
Black 06
Black 06

Wiki Markup
\[Black 062006\] Paul E. Black and Paul J. Tanenbaum, "total order", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 30 March 2006. (accessed TODAY) Available from: http://www.itl.nist.gov/div897/sqg/dads/HTML/totalorder.html

...

Anchor
Bloch 07
Bloch 07

Wiki Markup
\[Bloch 072007\] [Effective Java™ Reloaded: This Time It's (not) for Real|http://developers.sun.com/learning/javaoneonline/2007/pdf/TS-2689.pdf], by Joshua Bloch. JavaOne Conference. (2007)
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="6158de990db57e04-2a4fc510-45e84ff7-8427bf26-61d0e2b9813a82b577c7e5d1"><ac:parameter ac:name="">Bloch 08</ac:parameter></ac:structured-macro>

...

Anchor
Chan 99
Chan 99

Wiki Markup
\[Chan 991999\] The Java Class Libraries: Supplement for the Java 2 Platform, v1.2, second edition, Volume 1, by Patrick Chan, Rosanna Lee, Douglas Kramer. Prentice Hall. (1999)

...

Anchor
Daconta 00
Daconta 00

Wiki Markup
\[Daconta 002000\] [When Runtime.exec() won't|http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html], by Michael C. Daconta, JavaWorld.com.  (2000)

...

Anchor
Enterprise 03
Enterprise 03

Wiki Markup
\[Enterprise 032003\] Java Enterprise Best Practices, by the O'Reilly Java Authors. O'Reilly. (2003)

...

Wiki Markup
\[Goetz 2004b\] [Java theory and practice: The exceptions debate: To check, or not to check?|http://www.ibm.com/developerworks/library/j-jtp05254.html], by Brian Goetz, Principal Consultant, Quiotix. IBM developerWorks (Java technology). (2004)

Anchor
Goetz 04c
Goetz 04c

Wiki Markup
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="9ea7189a-6a0d-4382-8066-fbc8e91c6d89"><ac:parameter ac:name="">Goetz 2004c</ac:parameter></ac:structured-macro>
\[Goetz 2004c\] [Java theory and practice: Going atomic|http://www.ibm.com/developerworks/java/library/j-jtp11234/], by Brian Goetz, Principal Consultant, Quiotix. IBM developerWorks (Java technology). (2004)

...

Anchor
Grosso 01
Grosso 01

Wiki Markup
\[Grosso 012001\] [Java RMI|http://oreilly.com/catalog/javarmi/chapter/ch10.html], by William Grosso. O'Reilly. (2001)

...

Anchor
Haack 06
Haack 06

Wiki Markup
\[Haack 062006\] [Immutable Objects in Java|https://pms.cs.ru.nl/iris-diglib/src/getContent.php?id=2006-Haack-ObjectsImmutable], by Christian Haack, Erik Poll, Jan Schafer and Aleksy Schubert. (2006)

...

Anchor
Hunt 98
Hunt 98

Wiki Markup
\[Hunt 981998\] Java's reliability: an analysis of software defects in Java, by J. Hunt and F. Long. Software IEE Proceedings. (1998)

Anchor
J2SE 00
J2SE 00

Wiki Markup
\[J2SE 002000\] JavaTM 2 SDK, Standard Edition Documentation, Sun Microsystems, Inc. [J2SE Documentation version 1.3|http://java.sun.com/j2se/1.3/docs/guide/], Sun Microsystems, Inc. (2000)

...

Anchor
Java2NS 99
Java2NS 99

Wiki Markup
\[Java2NS 991999\] Java 2 Network Security, by Marco Pistoia, Duane F. Reller, Deepak Gupta, Milind Nagnur, Ashok K. Ramani. IBM Corporation. (1999)

...

Anchor
JavaThreads 99
JavaThreads 99

Wiki Markup
\[JavaThreads 991999\] Java Threads (2nd Edition) by, Scott Oaks and Henry Wong. O'REILLY. (1999)

...

Anchor
Low 97
Low 97

Wiki Markup
\[Low 971997\] [Protecting Java Code via Obfuscation|http://www.cs.arizona.edu/~collberg/Research/Students/DouglasLow/obfuscation.html], by Douglas Low. (1997)

...

Anchor
Mak 02
Mak 02

Wiki Markup
\[Mak 022002\] Java Number Cruncher, The Java Programmer's Guide to Numerical Computing, by Ronald Mak. Prentice Hall. (2002)

...

Anchor
Manson 06
Manson 06

Wiki Markup
\[Manson 062006\] [The Java™ Memory Model: the building block of concurrency|http://developers.sun.com/learning/javaoneonline/2006/coreplatform/TS-1630.pdf], by Jeremy Manson and William Pugh, JavaOne Conference. (2006)

...

Anchor
Mocha 07
Mocha 07

Wiki Markup
\[Mocha 072007\] [Mocha, the Java Decompiler|http://www.brouhaha.com/~eric/software/mocha/] (2007)

...

Anchor
MSDN 09
MSDN 09

Wiki Markup
\[MSDN 092009\] [Using SQL Escape Sequences|http://msdn.microsoft.com/en-us/library/ms378045(SQL.90).aspx], Microsoft Corporation. (2009)

...

Anchor
Netzer 92
Netzer 92

Wiki Markup
\[Netzer 921992\] [What Are Race Conditions? Some Issues and Formalization|http://portal.acm.org/citation.cfm?id=130616.130623], by ROBERT H. B. NETZER and BARTON P. MILLER, University of Wisconsin — Madison. (1992)

...

Anchor
Nolan 04
Nolan 04

Wiki Markup
\[Nolan 042004\] Decompiling Java, by Godfrey Nolan, [Apress|http://www.apress.com/]. (2004)

...

Anchor
Philion 03
Philion 03

Wiki Markup
\[Philion 032003\] [Beware the dangers of generic Exceptions|http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-generics.html?page=2#sidebar1], by Paul Philion, JavaWorld.com. (2003)

...

Anchor
Roubtsov 03b
Roubtsov 03b

Wiki Markup
\[Roubtsov 03b2003b\] [Into the mist of serialization myths|http://www.javaworld.com/javaworld/javaqa/2003-06/02-qa-0627-mythser.html?page=1], by Vladimir Roubtsov, JavaWorld.com.  (2003)

...

Anchor
SecArch 06
SecArch 06

Wiki Markup
\[SecArch 062006\] [Java 2 Platform Security Architecture|http://java.sun.com/javase/6/docs/technotes/guides/security/spec/security-spec.doc.html], Sun Microsystems, Inc. (2006)

...

Wiki Markup
\[Steuck 2002\] [XXE (Xml eXternal Entity) attack|http://www.securityfocus.com/archive/1/297714], by Gregory Steuck (www.securityfocus.com). (2002)
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="36bc396386b6963d-7142af58-4bc44e75-9adbbed5-89d9184e8a5fe98fb2a34e16"><ac:parameter ac:name="">SDN 08</ac:parameter></ac:structured-macro>

...

Anchor
Sun 08
Sun 08

Wiki Markup
\[Sun 082008\] [Java™  Plug-in and Applet Architecture|http://java.sun.com/javase/6/docs/technotes/guides/jweb/applet/applet_execution.html], Sun Microsystems, Inc. (2008)

...

Wiki Markup
\[Sutherland 2010\] [Composable thread coloring|http://portal.acm.org/citation.cfm?doid=1693453.1693485], by Dean F. Sutherland and William L. Scherlis. Principles and Practice of Parallel Programming, Proceedings of the 15th ACM SIGPLAN symposium on Principles and practice of parallel programming. (2010)

Anchor
Tanenbaum 03
Tanenbaum 03

Wiki Markup
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="fc76f023-e907-477a-958f-c5a79a88a3e5"><ac:parameter ac:name=""> Tanenbaum 03</ac:parameter></ac:structured-macro>
\[Tanenbaum 032003\] Andrew S. Tanenbaum, Maarten Van Steen. [Distributed Systems: Principles and Paradigms, 2/E|http://www.pearsonhighered.com/educator/academic/product/0,,0132392275,00%2ben-USS_01DBC.html]. March, 2003. ISBN-10: 0132392275.

...

Wiki Markup
\[Techtalk 2007\] [The PhantomReference Menace. Attack of the Clone. Revenge of the Shift.|http://developers.sun.com/learning/javaoneonline/2007/pdf/TS-2707.pdf], by Josh Bloch and William Pugh, JavaOne Conference. (2007)

Anchor
Tomcat 09
Tomcat 09

Wiki Markup
\[Tomcat 2009\] Tomcat documentation, [Changelog|http://tomcat.apache.org/tomcat-6.0-doc/changelog.html] and [Security fixes|http://tomcat.apache.org/security-6.html], the Apache Software Foundation. (2009)

...

Anchor
Zukowski 04
Zukowski 04

Wiki Markup
\[Zukowski 042004\] [Java Developer Connection Tech Tips "Creating Custom Security Permissions"|http://java.sun.com/developer/JDCTechTips/2004/tt0518.html#2], John Zukowski, May 18, 2004. (2004)

...