论坛首页 Java企业应用论坛

Spring3MVC+MyBatis+ExtJs3整合开发系列之三:人员管理模块

浏览 16438 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (1) :: 隐藏帖 (1)
作者 正文
   发表时间:2011-08-14  
求分页!!!
0 请登录后投票
   发表时间:2011-08-14  
浏览器兼容存在问题,我google和ie7都打不开页面
0 请登录后投票
   发表时间:2011-08-15  
太好了。最近正好也在研究Ext,谢谢了!
0 请登录后投票
   发表时间:2011-08-20  
楼主请问tomcat 这么部署你的项目!
0 请登录后投票
   发表时间:2011-08-24  
在哪里下载源码啊
0 请登录后投票
   发表时间:2011-08-24  
lckking 写道
在哪里下载源码啊

请看开发系列的第4篇
0 请登录后投票
   发表时间:2011-08-24   最后修改:2011-08-24
SpringLin 写道
楼主请问tomcat 这么部署你的项目!

在tomcat的server.xml配置,例如:
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">

        <!-- SingleSignOn valve, share authentication between web applications
             Documentation at: /docs/config/valve.html -->
        <!--
        <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
        -->

        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html
             Note: The pattern used is equivalent to using pattern="common" -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"  
               prefix="localhost_access_log." suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b" resolveHosts="false"/>
       <Context path="/s3" reloadable="false" docBase="E:\KimHo\Spring3MyBatis" workDir="E:\KimHo\Spring3MyBatis\work" /> 

      </Host>
0 请登录后投票
   发表时间:2011-08-31  
下下来,学习学习,在选择struts2的时候听到springMVC的好出,看看
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics