配置文件 头部信息

----------------------------- hibernate.cfg.xml ------------------------------------------
<?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE hibernate-configuration PUBLIC

"-//Hibernate/Hibernate Configuration DTD 3.0//EN"

"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">



<!-- Generated by MyEclipse Hibernate Tools. -->

<hibernate-configuration>



<session-factory>

<property name="myeclipse.connection.profile">db1</property>

<property name="connection.url">

jdbc:oracle:thin:@192.168.1.210:1521:briupdb

</property>

<property name="connection.username">jd0808a</property>

<property name="connection.password">jd0808a</property>

<property name="connection.driver_class">

oracle.jdbc.driver.OracleDriver

</property>

<property name="dialect">

org.hibernate.dialect.Oracle9Dialect

</property>

<property name="show_sql">true</property>
<mapping resource="ch03/one2one/FK/dbl/Customer.java" />



</session-factory>



</hibernate-configuration>
------------------------------------ jsp -------------------------------------------
<%@ page language="java"

contentType="text/html; charset=UTF-8"

pageEncoding="UTF-8"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Insert title here</title>

</head>

<body>
</body>
</html>
------------------------------------ -------------------------------------------
------------------------------------ web.xml -------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet>
<servlet-name>first</servlet-name>
<servlet-class>ch03.HelloServlert</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>first</servlet-name>
<url-pattern>/hello</url-pattern>
</servlet-mapping>
<filter>
<filter-name>doctorfilter1</filter-name>
<filter-class>md06.doctor.Filter1</filter-class>
</filter>
<filter-mapping>
<filter-name>doctorfilter1</filter-name>
<url-pattern>/doc</url-pattern>
</filter-mapping>
<listener>
<listener-class>md06.listener.WebListener</listener-class>
</listener>

<session-config>
<session-timeout>3600</session-timeout><!-- 设置session的最大时间,单位是分,对所有的都有效 -->
</session-config>

<welcome-file-list>

<welcome-file>index.html</welcome-file>

<welcome-file>index.jsp</welcome-file>

</welcome-file-list>
</web-app>
------------------------------------ struts2 -----------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<constant name="struts.enable.DynamicMethodInvocation" value="true" />
<constant name="struts.objectFactory" value="spring"/>
<package name="myPackage" extends="struts-default">
<action></action>
</package>
</struts>
在web.xml中的配置
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher
</filter-class>
</filter>

<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter>

<filter-name>struts-cleanup</filter-name>

<filter-class>

org.apache.struts2.dispatcher.ActionContextCleanUp

</filter-class>

</filter>

<filter-mapping>

<filter-name>struts-cleanup</filter-name>

<url-pattern>/*</url-pattern>

</filter-mapping>
</web-app>
------------------------------------ spring -------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd" >
<beans>
<bean id="" class=""></bean>
</beans>
------------------------------------ DWR -------------------------------------------
导入dwr包
web.xml中
<servlet>

<servlet-name>dwr-invoker</servlet-name>

<servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>

<init-param>

<description></description>

<param-name>debug</param-name>

<param-value>true</param-value>

</init-param>

<init-param>

<param-name>crossDomainSessionSecurity</param-name>

<param-value>false</param-value>

</init-param>

<init-param>

<param-name>allowScriptTagRemoting</param-name>

<param-value>true</param-value>

</init-param>

</servlet>

<servlet-mapping>

<servlet-name>dwr-invoker</servlet-name>

<url-pattern>/dwr/*</url-pattern>

</servlet-mapping>
WEB-INF下的代码:dwr.xml
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN"

"http://www.getahead.ltd.uk/dwr/dwr10.dtd">

<dwr>

<allow>

<create creator="new" javascript="check">

<param name="class" value="com.briup.run.common.util.CheckNickName" />

</create>



</allow>

</dwr>
jsp中代码:
<script type='text/javascript' src="/RunCommunity_SH/dwr/interface/check.js"></script>
<script type="text/javascript">
function checkname(){

var text = DWRUtil.getValue("nickName");

check.checkNickname(text ,callbackCheck);

}

function callbackCheck(data){

DWRUtil.setValue("result",data);

}

</script>

<input type="text" maxLength="14" id="nickName" οnblur="checkname();" >

<div id="result"><font color="blue"></font></div>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值