![]() |
#2
jfei2011-09-09 16:30
|
web.xml在哪呢
servlet怎样配置呢
struts2的struts.xml配置
spring的applicationContext.xml配置
hibernate的hibernate.cfg.xml配置
是不是由xml控制的
下列代码对不
<?xml person
--//http://www.
<person>
<property name="age" value="21"/>
<property name="name" value="jfei"/>
<property name="sex" value="famele"/>
<property name="address" value="河南郑州"/>
<property name="job" value="seoer"/>
<include file="www/hntuotong/jfei.xml"/>
</person>
<!-- 以上代码代表什么意思呢 -->