<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>四季如風 &#187; Struts</title>
	<atom:link href="http://www.hjide.com/tag/struts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hjide.com</link>
	<description>每一天我們都在進步</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Struts 中批量封装对象</title>
		<link>http://www.hjide.com/article/227.htm</link>
		<comments>http://www.hjide.com/article/227.htm#comments</comments>
		<pubDate>Sun, 03 Jun 2007 15:15:12 +0000</pubDate>
		<dc:creator>Jock</dc:creator>
				<category><![CDATA[Struts]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[示例]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=227</guid>
		<description><![CDATA[首先创建代表产品的类cn.org.jock.Product，代码如下：package cn.org.jock; import java.sql.Date; public class Product { private String name; private double price; private Date dateOfProduction; public Date getDateOfProduction() { return dateOfProduction; } public void setDateOfProduction(Date dateOfProduction) { this .dateOfProduction = dateOfProduction; } public String getName() { return name; } public void setName(String name) { this .name = name; } public double getPrice() { [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/227.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>struts2.0.6+spring2.0.3+hibernane3</title>
		<link>http://www.hjide.com/article/217.htm</link>
		<comments>http://www.hjide.com/article/217.htm#comments</comments>
		<pubDate>Thu, 29 Mar 2007 16:37:36 +0000</pubDate>
		<dc:creator>Jock</dc:creator>
				<category><![CDATA[Struts]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=217</guid>
		<description><![CDATA[一、struts2。跟webwork配置基本一致，主要是struts2.properties和struts.xml 2个配置文件，我的struts2.properties如下配置：struts2.propertiesstruts.tag.altSyntax = true struts.devMode = true ### These can be used to set the default HTTP and HTTPS ports struts.url.http.port = 80 #webwork.url.https.port = 443 ### This can be used to set your locale and encoding scheme struts.custom.i18n.resources=ApplicationResources struts.locale=zh_CN struts.i18n.encoding=utf-8 # uses javax.servlet.context.tempdir by default struts.multipart.parser=com.opensymphony.webwork.dispatcher.multipart.PellMultiPartRequest #struts.multipart.saveDir=tmp struts.multipart.saveDir=/tmp struts.multipart.maxSize=512000000 struts.configuration.xml.reload=true struts.objectFactory = spring struts.xml [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/217.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

