12189N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10139N/A Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
17185N/A The contents of this file are subject to the terms
10139N/A of the Common Development and Distribution License
11377N/A (the License). You may not use this file except in
10139N/A You can obtain a copy of the License at
18280N/A See the License for the specific language governing
10139N/A permission and limitations under the License.
10139N/A When distributing Covered Code, include this CDDL
10139N/A Header Notice in each file and include the License file
12773N/A If applicable, add the following below the CDDL Header,
12773N/A with the fields enclosed by brackets [] replaced by
12773N/A your own identifying information:
17717N/A "Portions Copyrighted [year] [name of copyright owner]"
10139N/AThe taglib directive below imports the JSTL library. If you uncomment it,
10139N/Ayou must also add the JSTL library to the project. The Add Library... action
10139N/Aon Libraries node in Projects view can be used to add the JSTL 1.1 library.
10139N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
10139N/A <title>Stock Quote Client Sample</title>
10139N/A <h1>Stock Quote Client Sample</h1>
10139N/A <form name="GetQuote" action="GetQuote" method="GET">
10139N/A Stock Symbol: <input type="text" name="symbol" value="JAVA" size="12" />
10139N/A Signature Method: <select name="sig" id="sig" size="3" >
10139N/A <option value="HMAC-SHA1" SELECTED>HMAC-SHA1</option>
10139N/A <option value="RSA-SHA1">RSA-SHA1</option>
10139N/A <option value="PLAINTEXT">PLAINTEXT</option>
10139N/A <p><input type="button" value="GetQuote" name="quote" onClick="submitForm()"/>
18119N/A <p><input type="submit" value="FAMConsole"/>