src/demo/share/README
changeset 47216 71c04702a3d5
parent 44744 333a815987e2
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 The source code provided with demos for the JDK is meant
       
     2 to illustrate the usage of a given feature or technique and has been
       
     3 deliberately simplified. Additional steps required for a
       
     4 production-quality application, such as security checks, input
       
     5 validation, and proper error handling, might not be present in the
       
     6 sample code.
       
     7 
       
     8 In some cases, the default security settings may block an execution
       
     9 of demo applets in a browser. To adjust the security settings, please
       
    10 refer to the following resource:
       
    11 
       
    12 http://java.com/en/download/help/java_blocked.xml
       
    13 
       
    14 Some demo applets need to be accessed through the HTTP or HTTPS
       
    15 protocols to enable access to the required resources.