2009年5月19日 星期二

Add Data with JDO ( GAE&JDO 3/7)

Modify 3 point
  • 1 Modify index html

加入如以下的欄位

<form method="get" action="add">
請輸入姓名:
<input name="aUserName" type="text">
請輸入Password:
<input name="aUserPassword" type="text">
請輸入Content:
<input name="aUserContent" type="text">
<input value="確定" type="submit">

這裡 form method="get" action="add"
  • 2 Add servlet function
在 src/jdo.cookie.example/ 下 (jdo.cookie.example( 是package name))
撰寫 java serverlet function Add.java
  • 3 Web.xml
修改 位於 war\WEB-INF\lib的 web.xml 如連結 設定servlet的位置名稱

沒有留言: