jdk/src/demo/share/README
author chegar
Sun, 17 Aug 2014 15:54:13 +0100
changeset 25859 3317bb8137f4
parent 10292 jdk/src/share/demo/README@ed7db6a12c2a
child 26756 2f8b9266922b
permissions -rw-r--r--
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10292
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     1
The source code provided with samples and demos for the JDK is meant
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     2
to illustrate the usage of a given feature or technique and has been
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     3
deliberately simplified. Additional steps required for a
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     4
production-quality application, such as security checks, input
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     5
validation, and proper error handling, might not be present in the
ed7db6a12c2a 7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff changeset
     6
sample code.