注册 登录
编程论坛 J2EE论坛

xml位置在哪呢

jfei 发布于 2011-09-08 14:45, 467 次点击
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>
<!-- 以上代码代表什么意思呢  -->
3 回复
#2
jfei2011-09-09 16:30
是不是定义xml属性啊
#3
lucky5635912011-09-10 07:53
和html差不多理解
#4
编程的乐趣2011-09-11 12:08
呵呵
1