方槍槍的java世界

          不要因為風雨飄落就停止了你的腳步,真正的得失就在你的心中。 做喜歡做的事,不輕言放棄!

          12 整合spring3和mybatis進行web開發之Hello1Action(RequestMapping豬腳)

          Hello2Action.java

          package com.tianhe.app.pub.hello2.action;

          import org.springframework.stereotype.Controller;
          import org.springframework.web.bind.annotation.RequestMapping;

          @Controller
          //請注意類上定義RequestMapping,視圖不以/開始
          @RequestMapping("/pub/hello2")
          public class Hello2Action
          {
              @RequestMapping("/helloA")
              public String helloMethodA()
              {
                  System.out.println("hello2.helloA");
                  return "pub/hello2/helloA";
              }
             
              @RequestMapping("/helloB")
              public String helloMethodB()
              {
                  System.out.println("hello2.helloB");
                  return "pub/hello2/helloB";
              }
          }


          WEB-INF/pub/hello2/helloA.jsp
          <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
          <%@ taglib prefix="c" uri="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<html>
          <head>
          <title>天河框架案例演示</title>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
          <link type="text/css" rel="stylesheet" href="
          http://localhost:8080/jxc/skins/default/css/ngmain.css" />
          <script language=javascript src="http://localhost:8080/jxc/skins/default/js/ngcommon.js"></script>
          <script language="javascript">
          function doLogin()
          {
           document.form0.action = "<%=request.getContextPath()%>/loginAction!login.action";
           document.form0.method = "post";
           document.form0.submit();
          }
          </script>
          </head>

          <body>
          <h2>hello2.helloA</h2>

          <center>
          <div id="footer">
          <h5>幫助 | 關于我們 | 使用條款 | 開放平臺</h5>
          <a href="http://localhost:8080/jxc/welcome.jsp">f_qiangqiang@qq.com</a>
          </div>
          </center>
          </body>
          </html>


          WEB-INF/pub/hello2/helloB.jsp

          <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
          <%@ taglib prefix="c" uri="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<html>
          <head>
          <title>天河框架案例演示</title>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
          <link type="text/css" rel="stylesheet" href="
          http://localhost:8080/jxc/skins/default/css/ngmain.css" />
          <script language=javascript src="http://localhost:8080/jxc/skins/default/js/ngcommon.js"></script>
          <script language="javascript">
          function doLogin()
          {
           document.form0.action = "<%=request.getContextPath()%>/loginAction!login.action";
           document.form0.method = "post";
           document.form0.submit();
          }
          </script>
          </head>

          <body>
          <h2>hello2.helloB</h2>

          <center>
          <div id="footer">
          <h5>幫助 | 關于我們 | 使用條款 | 開放平臺</h5>
          <a href="http://localhost:8080/jxc/welcome.jsp">f_qiangqiang@qq.com</a>
          </div>
          </center>
          </body>
          </html>



          posted on 2012-07-07 15:26 做強大的自己 閱讀(451) 評論(0)  編輯  收藏 所屬分類: Spring

          主站蜘蛛池模板: 高阳县| 枣庄市| 奈曼旗| 文登市| 临泽县| 东兰县| 依兰县| 延津县| 岳西县| 平遥县| 博白县| 林口县| 余干县| 河津市| 潜江市| 武汉市| 景东| 青田县| 潞西市| 滨海县| 曲松县| 金门县| 荥经县| 瑞丽市| 隆林| 洛隆县| 大化| 兴和县| 木兰县| 祁门县| 桂林市| 四子王旗| 涞源县| 巍山| 桐城市| 盐城市| 清徐县| 潼南县| 英山县| 寿光市| 永泰县|