Java Reference
In-Depth Information
keyword search for existing accounts in Bigtable. Users can also choose to create a
new account for sales opportunities.
Figure 4-1. The default welcome web page
Listing 4-1. The code for index.html
<html>
<head>
<title>Google App Engine Servlet Example with Bigtable</title>
<link rel="stylesheet" type="text/css"
href="/stylesheets/styles.css"/>
</head>
<body>
<span class="title">Google App Engine Servlet Example with
Bigtable</span>
<p>Before creating a new Opportunity, ensure that the Account does
not already exist. You can also <a
href="telesales?action=accountCreate"/>create a new account</a>.</p>
<p/>
<form method="post" action="telesales">
Search WWH ::




Custom Search