<?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"
>

<channel>
	<title>java class</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/java-class/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>java class</description>
	<pubDate>Sat, 20 Mar 2010 00:53:17+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>CGlib dynamic agent (to undertake the above JDK dynamic proxy)</title>
		<link>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</link>
		<comments>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:10:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[string user]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[core category]]></category>
<category><![CDATA[convenience]]></category>
<category><![CDATA[oriented programming]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[implementations]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[proxy classes]]></category>
<category><![CDATA[intercept]]></category>
<category><![CDATA[dynamic proxy]]></category>
<category><![CDATA[private object]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</guid>
		<description><![CDATA[1.CGLib dynamic proxy First, import the development kit: cglib.nodep.jar and Junit.jar Implementations with the JDK or less the same for the convenience of everyone reading the full implementation of  ...]]></description>
		<content:encoded><![CDATA[1.CGLib dynamic proxy First, import the development kit: cglib.nodep.jar and Junit.jar Implementations with the JDK or less the same for the convenience of everyone reading the full implementation of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</wfw:commentRss>
	</item>
		<item>
		<title>Dynamic Proxy</title>
		<link>http://www.codeweblog.com/dynamic-proxy/</link>
		<comments>http://www.codeweblog.com/dynamic-proxy/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 06:10:16+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[jdk]]></category>
<category><![CDATA[string user]]></category>
<category><![CDATA[aop]]></category>
<category><![CDATA[rights management]]></category>
<category><![CDATA[core category]]></category>
<category><![CDATA[oriented programming]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[implementations]]></category>
<category><![CDATA[interface class]]></category>
<category><![CDATA[implementation approach]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[proxy classes]]></category>
<category><![CDATA[proxy object]]></category>
<category><![CDATA[proxy design pattern]]></category>
<category><![CDATA[proxy approach]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dynamic-proxy/</guid>
		<description><![CDATA[Dynamic Proxy design pattern is 23 a very common one, often look for the development of rights management systems, Spring in the AOP is the dynamic proxy approach, the following will describe Sun&#39; ...]]></description>
		<content:encoded><![CDATA[Dynamic Proxy design pattern is 23 a very common one, often look for the development of rights management systems, Spring in the AOP is the dynamic proxy approach, the following will describe Sun&#39; ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dynamic-proxy/</wfw:commentRss>
	</item>
		<item>
		<title>java task scheduler (Quartz篇)</title>
		<link>http://www.codeweblog.com/java-task-scheduler-quartz%e7%af%87/</link>
		<comments>http://www.codeweblog.com/java-task-scheduler-quartz%e7%af%87/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 05:00:50+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[date time]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[flip flop]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[expression]]></category>
<category><![CDATA[java doc]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[doc document]]></category>
<category><![CDATA[quartz]]></category>
<category><![CDATA[period arrangements]]></category>
<category><![CDATA[task scheduler]]></category>
<category><![CDATA[timer class]]></category>
<category><![CDATA[task execution]]></category>
<category><![CDATA[schedul]]></category>
<category><![CDATA[task scheduling]]></category>
<category><![CDATA[appointed time]]></category>
<category><![CDATA[job description]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-task-scheduler-quartz%e7%af%87/</guid>
		<description><![CDATA[java task scheduler (Quartz篇) 1, Timer describes the establishment of the task: Use the Timer scheduling tasks should inherit the TimerTask abstract class that implements Runnable interface, because s ...]]></description>
		<content:encoded><![CDATA[java task scheduler (Quartz篇) 1, Timer describes the establishment of the task: Use the Timer scheduling tasks should inherit the TimerTask abstract class that implements Runnable interface, because s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-task-scheduler-quartz%e7%af%87/</wfw:commentRss>
	</item>
		<item>
		<title>java call java web service</title>
		<link>http://www.codeweblog.com/java-call-java-web-service/</link>
		<comments>http://www.codeweblog.com/java-call-java-web-service/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 00:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[namespace]]></category>
<category><![CDATA[succession]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[web service]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[basic web]]></category>
<category><![CDATA[concrete steps]]></category>
<category><![CDATA[service interface]]></category>
<category><![CDATA[xfire]]></category>
<category><![CDATA[service gt]]></category>
<category><![CDATA[service concrete]]></category>
<category><![CDATA[mybank]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-call-java-web-service/</guid>
		<description><![CDATA[written in java called java basic web service, including two big: The first step is to create a web service The second is to create a client to call the above to create a good web service Concrete ste ...]]></description>
		<content:encoded><![CDATA[written in java called java basic web service, including two big: The first step is to create a web service The second is to create a client to call the above to create a good web service Concrete ste ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-call-java-web-service/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript development tools collection (b)</title>
		<link>http://www.codeweblog.com/javascript-development-tools-collection-b/</link>
		<comments>http://www.codeweblog.com/javascript-development-tools-collection-b/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 14:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[stringbuffer]]></category>
<category><![CDATA[development tools collection]]></category>
<category><![CDATA[method description]]></category>
<category><![CDATA[astr]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-development-tools-collection-b/</guid>
		<description><![CDATA[2. StringBuffer copying method Description: This method is a Java class in a StringBuffer to imitate, not the efficiency of Java could, but for string assembly, but is a good tool to approach Use are  ...]]></description>
		<content:encoded><![CDATA[2. StringBuffer copying method Description: This method is a Java class in a StringBuffer to imitate, not the efficiency of Java could, but for string assembly, but is a good tool to approach Use are  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-development-tools-collection-b/</wfw:commentRss>
	</item>
		<item>
		<title>Detailed study DWR</title>
		<link>http://www.codeweblog.com/detailed-study-dwr/</link>
		<comments>http://www.codeweblog.com/detailed-study-dwr/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[app version]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[test jsp]]></category>
<category><![CDATA[technologies web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-study-dwr/</guid>
		<description><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...]]></description>
		<content:encoded><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/detailed-study-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>xmlbean generated jar with packet path</title>
		<link>http://www.codeweblog.com/xmlbean-generated-jar-with-packet-path/</link>
		<comments>http://www.codeweblog.com/xmlbean-generated-jar-with-packet-path/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[xmlns]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[storage directory]]></category>
<category><![CDATA[java classes]]></category>
<category><![CDATA[xml schema]]></category>
<category><![CDATA[bin directory]]></category>
<category><![CDATA[environment variable]]></category>
<category><![CDATA[setting environment variables]]></category>
<category><![CDATA[namespace uri]]></category>
<category><![CDATA[schema document]]></category>
<category><![CDATA[compiler java]]></category>
<category><![CDATA[home path]]></category>
<category><![CDATA[java compiler]]></category>
<category><![CDATA[xsd]]></category>
<category><![CDATA[xb]]></category>
<category><![CDATA[simple steps]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlbean-generated-jar-with-packet-path/</guid>
		<description><![CDATA[Xmlbean generated using jar found this article in turn as a record of their own learning. When our preliminary understanding of XSD, we have been able to create the XML BEAN. To create XML BEAN, need  ...]]></description>
		<content:encoded><![CDATA[Xmlbean generated using jar found this article in turn as a record of their own learning. When our preliminary understanding of XSD, we have been able to create the XML BEAN. To create XML BEAN, need  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-ee-jsp-jndi/" title="JAVA EE JSP_JNDI">JAVA EE JSP_JNDI</a> 2009-02-27 10:01:54</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/xmlbean-generated-jar-with-packet-path/</wfw:commentRss>
	</item>
		<item>
		<title>Will progress to share - RubyConf China felt the General Assembly return</title>
		<link>http://www.codeweblog.com/will-progress-to-share-rubyconf-china-felt-the-general-assembly-return/</link>
		<comments>http://www.codeweblog.com/will-progress-to-share-rubyconf-china-felt-the-general-assembly-return/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:25:51+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[long time]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[beijing]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[heavy weight]]></category>
<category><![CDATA[boss]]></category>
<category><![CDATA[general assembly]]></category>
<category><![CDATA[class structure]]></category>
<category><![CDATA[excitement]]></category>
<category><![CDATA[cattle]]></category>
<category><![CDATA[attention thanks]]></category>
<category><![CDATA[guests return]]></category>
<category><![CDATA[guest speakers]]></category>
<category><![CDATA[assembly resolution]]></category>
<category><![CDATA[beautiful way]]></category>
<category><![CDATA[anhui]]></category>
<category><![CDATA[sea air]]></category>
<category><![CDATA[chongqing]]></category>
<category><![CDATA[brothers and sisters]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/will-progress-to-share-rubyconf-china-felt-the-general-assembly-return/</guid>
		<description><![CDATA[Venue RubyConf China has just returned from the heart of the excitement has not yet healed. Office of the General Assembly has been very successful. Hall, sitting almost the entire non-empty seats, an ...]]></description>
		<content:encoded><![CDATA[Venue RubyConf China has just returned from the heart of the excitement has not yet healed. Office of the General Assembly has been very successful. Hall, sitting almost the entire non-empty seats, an ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/will-progress-to-share-rubyconf-china-felt-the-general-assembly-return/</wfw:commentRss>
	</item>
		<item>
		<title>DWR Study Notes</title>
		<link>http://www.codeweblog.com/dwr-study-notes/</link>
		<comments>http://www.codeweblog.com/dwr-study-notes/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 07:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[deeper understanding]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[lt c]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[java open source]]></category>
<category><![CDATA[browser side]]></category>
<category><![CDATA[rmi]]></category>
<category><![CDATA[server side java]]></category>
<category><![CDATA[java servlet]]></category>
<category><![CDATA[rpc mechanism]]></category>
<category><![CDATA[description web]]></category>
<category><![CDATA[server java]]></category>
<category><![CDATA[open source database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-study-notes/</guid>
		<description><![CDATA[The following is an example from an analysis of the building process. 1, DWR introduced DWR is a allows you to create AJAX WEB site JAVA open-source database. It allows you in the browser call the Jav ...]]></description>
		<content:encoded><![CDATA[The following is an example from an analysis of the building process. 1, DWR introduced DWR is a allows you to create AJAX WEB site JAVA open-source database. It allows you in the browser call the Jav ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/build-flex-spring-blazeds-hibernate-application/" title="Build flex + spring + blazeds + hibernate application">Build flex + spring + blazeds + hibernate application</a> 2009-02-27 11:20:52</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-study-notes/</wfw:commentRss>
	</item>
		<item>
		<title>Complete Hibernate 3.0 Tutorial</title>
		<link>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</link>
		<comments>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java platform]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[query language]]></category>
<category><![CDATA[source object]]></category>
<category><![CDATA[mapping solution]]></category>
<category><![CDATA[query service]]></category>
<category><![CDATA[inheritance polymorphism]]></category>
<category><![CDATA[relational mapping tool]]></category>
<category><![CDATA[java collections framework]]></category>
<category><![CDATA[elegant bridge]]></category>
<category><![CDATA[example queries]]></category>
<category><![CDATA[performance object]]></category>
<category><![CDATA[oriented extension]]></category>
<category><![CDATA[java download]]></category>
<category><![CDATA[retrieving data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</guid>
		<description><![CDATA[This tutorial provide step by step instructions on using Hibernate 3.0. Hibernate is popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance  ...]]></description>
		<content:encoded><![CDATA[This tutorial provide step by step instructions on using Hibernate 3.0. Hibernate is popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</wfw:commentRss>
	</item>
		<item>
		<title>Object-oriented design principles</title>
		<link>http://www.codeweblog.com/object-oriented-design-principles/</link>
		<comments>http://www.codeweblog.com/object-oriented-design-principles/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 00:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[principle]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[design principles]]></category>
<category><![CDATA[java java]]></category>
<category><![CDATA[object oriented design]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[api]]></category>
<category><![CDATA[premise]]></category>
<category><![CDATA[closure]]></category>
<category><![CDATA[maintainability]]></category>
<category><![CDATA[software systems]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[system abstraction]]></category>
<category><![CDATA[abstraction layer]]></category>
<category><![CDATA[java languages]]></category>
<category><![CDATA[hidden details]]></category>
<category><![CDATA[design characteristics]]></category>
<category><![CDATA[variability]]></category>
<category><![CDATA[guiding principles]]></category>
<category><![CDATA[angles]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/object-oriented-design-principles/</guid>
		<description><![CDATA[Design patterns are all different packaging variability, thus allowing the system to achieve different angles in the &quot;open closed principle&quot; requirement. Software systems in software, a modu ...]]></description>
		<content:encoded><![CDATA[Design patterns are all different packaging variability, thus allowing the system to achieve different angles in the &quot;open closed principle&quot; requirement. Software systems in software, a modu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/object-oriented-design-principles/</wfw:commentRss>
	</item>
		<item>
		<title>OK, I admit it. I'm baffled. - Ext JS</title>
		<link>http://www.codeweblog.com/ok-i-admit-it-i-m-baffled-ext-js/</link>
		<comments>http://www.codeweblog.com/ok-i-admit-it-i-m-baffled-ext-js/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[proxy]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[column model]]></category>
<category><![CDATA[cells]]></category>
<category><![CDATA[observers]]></category>
<category><![CDATA[going round in circles]]></category>
<category><![CDATA[datamodel]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ok-i-admit-it-i-m-baffled-ext-js/</guid>
		<description><![CDATA[I want to upgrade to the new grid. I&#39;ve been reading source code, but going round in circles. Using 0.33, I implemented my own custom DataModel which extended LoadableDataModel and used DWR to pul ...]]></description>
		<content:encoded><![CDATA[I want to upgrade to the new grid. I&#39;ve been reading source code, but going round in circles. Using 0.33, I implemented my own custom DataModel which extended LoadableDataModel and used DWR to pul ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ok-i-admit-it-i-m-baffled-ext-js/</wfw:commentRss>
	</item>
		<item>
		<title>How to use the Java 5 Annotation (Notes) to simplify the Hibernate code</title>
		<link>http://www.codeweblog.com/how-to-use-the-java-5-annotation-notes-to-simplify-the-hibernate-code/</link>
		<comments>http://www.codeweblog.com/how-to-use-the-java-5-annotation-notes-to-simplify-the-hibernate-code/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 03:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[xml documents]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[ejb]]></category>
<category><![CDATA[maps]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[code completion]]></category>
<category><![CDATA[syntax]]></category>
<category><![CDATA[mapping files]]></category>
<category><![CDATA[jar java]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[new library]]></category>
<category><![CDATA[persistent java]]></category>
<category><![CDATA[java model]]></category>
<category><![CDATA[database mapping]]></category>
<category><![CDATA[time allocation]]></category>
<category><![CDATA[java ide]]></category>
<category><![CDATA[style comments]]></category>
<category><![CDATA[nationality]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/how-to-use-the-java-5-annotation-notes-to-simplify-the-hibernate-code/</guid>
		<description><![CDATA[Note how to use Java 5 to simplify the Hibernate code, persistence layer and the coding process easier. Traditionally, Hibernate configuration relies on external XML documents: a database mapping is d ...]]></description>
		<content:encoded><![CDATA[Note how to use Java 5 to simplify the Hibernate code, persistence layer and the coding process easier. Traditionally, Hibernate configuration relies on external XML documents: a database mapping is d ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/how-to-use-the-java-5-annotation-notes-to-simplify-the-hibernate-code/</wfw:commentRss>
	</item>
		<item>
		<title>DWR framework for AJAX technology entry</title>
		<link>http://www.codeweblog.com/dwr-framework-for-ajax-technology-entry/</link>
		<comments>http://www.codeweblog.com/dwr-framework-for-ajax-technology-entry/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 23:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[drop down list]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[java open source]]></category>
<category><![CDATA[soap]]></category>
<category><![CDATA[direct web remoting]]></category>
<category><![CDATA[web servers]]></category>
<category><![CDATA[browser client]]></category>
<category><![CDATA[browser side]]></category>
<category><![CDATA[rmi]]></category>
<category><![CDATA[server side java]]></category>
<category><![CDATA[inversion]]></category>
<category><![CDATA[rpc mechanism]]></category>
<category><![CDATA[open source database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-framework-for-ajax-technology-entry/</guid>
		<description><![CDATA[(1) Introduction Official: http://directwebremoting.org/dwr/download The latest version: 2.0.5 DWR (Direct Web Remoting) are getahead developed a framework for implementation of AJAX applications. DWR ...]]></description>
		<content:encoded><![CDATA[(1) Introduction Official: http://directwebremoting.org/dwr/download The latest version: 2.0.5 DWR (Direct Web Remoting) are getahead developed a framework for implementation of AJAX applications. DWR ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-framework-for-ajax-technology-entry/</wfw:commentRss>
	</item>
		<item>
		<title>Depth and comprehensive interpretation of all aspects of Struts 2</title>
		<link>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</link>
		<comments>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:50:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[expression language]]></category>
<category><![CDATA[layman]]></category>
<category><![CDATA[actionform]]></category>
<category><![CDATA[tag libraries]]></category>
<category><![CDATA[internationalization and localization]]></category>
<category><![CDATA[page navigation]]></category>
<category><![CDATA[validation logic]]></category>
<category><![CDATA[target data]]></category>
<category><![CDATA[logic class]]></category>
<category><![CDATA[framework applications]]></category>
<category><![CDATA[easy job]]></category>
<category><![CDATA[custom tag]]></category>
<category><![CDATA[uniform distribution]]></category>
<category><![CDATA[some frequently asked questions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</guid>
		<description><![CDATA[&quot;In layman&#39;s language and Struts 2&quot; First, Struts Overview Struts are used to develop a Model 2 framework applications. This framework can improve the speed of development as it provides ...]]></description>
		<content:encoded><![CDATA[&quot;In layman&#39;s language and Struts 2&quot; First, Struts Overview Struts are used to develop a Model 2 framework applications. This framework can improve the speed of development as it provides ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</wfw:commentRss>
	</item>
		<item>
		<title>Notes About Hibernate</title>
		<link>http://www.codeweblog.com/notes-about-hibernate/</link>
		<comments>http://www.codeweblog.com/notes-about-hibernate/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java database]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[ejb]]></category>
<category><![CDATA[maps]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[code completion]]></category>
<category><![CDATA[mapping files]]></category>
<category><![CDATA[new library]]></category>
<category><![CDATA[persistent java]]></category>
<category><![CDATA[java model]]></category>
<category><![CDATA[database mapping]]></category>
<category><![CDATA[time allocation]]></category>
<category><![CDATA[java ide]]></category>
<category><![CDATA[style comments]]></category>
<category><![CDATA[de facto standard]]></category>
<category><![CDATA[exposure time]]></category>
<category><![CDATA[nationality]]></category>
<category><![CDATA[memorandum]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/notes-about-hibernate/</guid>
		<description><![CDATA[Done memorandum EJB3 early exposure time enjoy the writing very hibernate and spring is now also supported haha In the past few years, Hibernate development, Java database almost become the de facto s ...]]></description>
		<content:encoded><![CDATA[Done memorandum EJB3 early exposure time enjoy the writing very hibernate and spring is now also supported haha In the past few years, Hibernate development, Java database almost become the de facto s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/notes-about-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>The difference between Ruby's require, load, and include</title>
		<link>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</link>
		<comments>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:40:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[configuration files]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[abc]]></category>
<category><![CDATA[rb]]></category>
<category><![CDATA[load time]]></category>
<category><![CDATA[global variables]]></category>
<category><![CDATA[time load]]></category>
<category><![CDATA[cb]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[library files]]></category>
<category><![CDATA[kernel]]></category>
<category><![CDATA[module 3]]></category>
<category><![CDATA[new library]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</guid>
		<description><![CDATA[Distinction between the three is not as difficult as you think, it would not, as some article written in so long. Quite simple. In common: three are defined in the kernel, are included into something  ...]]></description>
		<content:encoded><![CDATA[Distinction between the three is not as difficult as you think, it would not, as some article written in so long. Quite simple. In common: three are defined in the kernel, are included into something  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</wfw:commentRss>
	</item>
		<item>
		<title>DWR Introduction</title>
		<link>http://www.codeweblog.com/dwr-introduction/</link>
		<comments>http://www.codeweblog.com/dwr-introduction/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[programming interface]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[web developers]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[java method]]></category>
<category><![CDATA[web server resources]]></category>
<category><![CDATA[web server side]]></category>
<category><![CDATA[direct web remoting]]></category>
<category><![CDATA[web browser plug]]></category>
<category><![CDATA[java function]]></category>
<category><![CDATA[server protocol]]></category>
<category><![CDATA[code web]]></category>
<category><![CDATA[type safety]]></category>
<category><![CDATA[browser web]]></category>
<category><![CDATA[source class]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-introduction/</guid>
		<description><![CDATA[DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser&#39;s code to use at WEB server running on the JAVA functi ...]]></description>
		<content:encoded><![CDATA[DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser&#39;s code to use at WEB server running on the JAVA functi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-introduction/</wfw:commentRss>
	</item>
		<item>
		<title>DWR to develop guidelines (b)</title>
		<link>http://www.codeweblog.com/dwr-to-develop-guidelines-b/</link>
		<comments>http://www.codeweblog.com/dwr-to-develop-guidelines-b/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 03:00:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[new category]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[script file]]></category>
<category><![CDATA[class instance]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[javascript method]]></category>
<category><![CDATA[java method]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-to-develop-guidelines-b/</guid>
		<description><![CDATA[Two, DWR use articles 1, call did not return values and parameters JAVA method 1.1, dwr.xml configuration &lt;dwr&gt; &lt;allow&gt; &lt;create creator=&quot;new&quot; javascript=&quot;testClass&quot;& ...]]></description>
		<content:encoded><![CDATA[Two, DWR use articles 1, call did not return values and parameters JAVA method 1.1, dwr.xml configuration &lt;dwr&gt; &lt;allow&gt; &lt;create creator=&quot;new&quot; javascript=&quot;testClass&quot;& ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-to-develop-guidelines-b/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax trilogy and the use of DWR</title>
		<link>http://www.codeweblog.com/ajax-trilogy-and-the-use-of-dwr/</link>
		<comments>http://www.codeweblog.com/ajax-trilogy-and-the-use-of-dwr/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 04:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[server side components]]></category>
<category><![CDATA[page references]]></category>
<category><![CDATA[trilogy]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-trilogy-and-the-use-of-dwr/</guid>
		<description><![CDATA[Use DWR to develop Ajax applications: 1, into DWR&#39;s Jar package: dwr.jar; 2, in the / WEB-INF configuration files, add dwr.xml; 3, in the web.xml file to configure the server-side components DWR ( ...]]></description>
		<content:encoded><![CDATA[Use DWR to develop Ajax applications: 1, into DWR&#39;s Jar package: dwr.jar; 2, in the / WEB-INF configuration files, add dwr.xml; 3, in the web.xml file to configure the server-side components DWR ( ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-trilogy-and-the-use-of-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Using Ruby decompile Java class</title>
		<link>http://www.codeweblog.com/using-ruby-decompile-java-class/</link>
		<comments>http://www.codeweblog.com/using-ruby-decompile-java-class/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 07:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[java class]]></category>
<category><![CDATA[main objective]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[class library]]></category>
<category><![CDATA[surprise]]></category>
<category><![CDATA[decompile java]]></category>
<category><![CDATA[binary library]]></category>
<category><![CDATA[similar project]]></category>
<category><![CDATA[brother]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/using-ruby-decompile-java-class/</guid>
		<description><![CDATA[Ruby decompile Java is nothing new, many people may be thought of and done. Prior to that Zheng Ye Done a similar project, called Rojam And gradually evolve into a class library, used for binary file  ...]]></description>
		<content:encoded><![CDATA[Ruby decompile Java is nothing new, many people may be thought of and done. Prior to that Zheng Ye Done a similar project, called Rojam And gradually evolve into a class library, used for binary file  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/using-ruby-decompile-java-class/</wfw:commentRss>
	</item>
		<item>
		<title>my way in ruby second class</title>
		<link>http://www.codeweblog.com/my-way-in-ruby-second-class/</link>
		<comments>http://www.codeweblog.com/my-way-in-ruby-second-class/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 17:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[instance variables]]></category>
<category><![CDATA[succession]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[private class]]></category>
<category><![CDATA[subclass]]></category>
<category><![CDATA[direct access]]></category>
<category><![CDATA[class variables]]></category>
<category><![CDATA[object variables]]></category>
<category><![CDATA[static variables]]></category>
<category><![CDATA[static resources]]></category>
<category><![CDATA[parent category]]></category>
<category><![CDATA[package features]]></category>
<category><![CDATA[new creation]]></category>
<category><![CDATA[fuk]]></category>
<category><![CDATA[bet]]></category>
<category><![CDATA[automation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/my-way-in-ruby-second-class/</guid>
		<description><![CDATA[Well into the category of concepts such as object variables. Class Constructor: initialize Class tostring () method inspect the id will show class and its related property Succession Ruby automation s ...]]></description>
		<content:encoded><![CDATA[Well into the category of concepts such as object variables. Class Constructor: initialize Class tostring () method inspect the id will show class and its related property Succession Ruby automation s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/my-way-in-ruby-second-class/</wfw:commentRss>
	</item>
		<item>
		<title>DWR trial</title>
		<link>http://www.codeweblog.com/dwr-trial/</link>
		<comments>http://www.codeweblog.com/dwr-trial/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 04:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[new category]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[script file]]></category>
<category><![CDATA[class instance]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[javascript method]]></category>
<category><![CDATA[java method]]></category>
<category><![CDATA[trial 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-trial/</guid>
		<description><![CDATA[1, call not return value and parameters JAVA Ways 1.1, dwr.xml configuration &lt;dwr&gt; &lt;allow&gt; &lt;create creator=&quot;new&quot; javascript=&quot;testClass&quot;&gt; &lt;param name=&quot;clas ...]]></description>
		<content:encoded><![CDATA[1, call not return value and parameters JAVA Ways 1.1, dwr.xml configuration &lt;dwr&gt; &lt;allow&gt; &lt;create creator=&quot;new&quot; javascript=&quot;testClass&quot;&gt; &lt;param name=&quot;clas ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-trial/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA Class naming convention</title>
		<link>http://www.codeweblog.com/java-class-naming-convention/</link>
		<comments>http://www.codeweblog.com/java-class-naming-convention/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 11:22:48+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[suffix]]></category>
<category><![CDATA[inheritance]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[serializable interface]]></category>
<category><![CDATA[implementation layer]]></category>
<category><![CDATA[interface layer]]></category>
<category><![CDATA[necessary upgrades]]></category>
<category><![CDATA[naming convention]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[unification]]></category>
<category><![CDATA[logic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-class-naming-convention/</guid>
		<description><![CDATA[1. Entity Layer: Inheritance: All categories inherited from BasicEntity, one of BasicEntity implementation java.io.Serializable interface; Naming rules: Class Name = Object + type suffix, one of type  ...]]></description>
		<content:encoded><![CDATA[1. Entity Layer: Inheritance: All categories inherited from BasicEntity, one of BasicEntity implementation java.io.Serializable interface; Naming rules: Class Name = Object + type suffix, one of type  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-class-naming-convention/</wfw:commentRss>
	</item>
		<item>
		<title>spring + hibernate + oracle9i to read and write CLOB</title>
		<link>http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/</link>
		<comments>http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 11:21:19+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[hbm]]></category>
<category><![CDATA[javabean]]></category>
<category><![CDATA[class member]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[treatment modalities]]></category>
<category><![CDATA[variable type]]></category>
<category><![CDATA[blob]]></category>
<category><![CDATA[init]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/</guid>
		<description><![CDATA[Database-driven update classes12-9i.jar Hibernate modify the configuration of the following code CLOB type in sessionFactor ...]]></description>
		<content:encoded><![CDATA[Database-driven update classes12-9i.jar Hibernate modify the configuration of the following code CLOB type in sessionFactor ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/</wfw:commentRss>
	</item>
		<item>
		<title>In the servlet use Bean</title>
		<link>http://www.codeweblog.com/in-the-servlet-use-bean/</link>
		<comments>http://www.codeweblog.com/in-the-servlet-use-bean/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:01:23+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[java runtime environment]]></category>
<category><![CDATA[reusable software components]]></category>
<category><![CDATA[jsp engine]]></category>
<category><![CDATA[sql connection]]></category>
<category><![CDATA[member variables]]></category>
<category><![CDATA[javabean]]></category>
<category><![CDATA[property names]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[sqlexception]]></category>
<category><![CDATA[resultset]]></category>
<category><![CDATA[class member]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java language]]></category>
<category><![CDATA[3 ways]]></category>
<category><![CDATA[variable name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-the-servlet-use-bean/</guid>
		<description><![CDATA[According to Sun&#39;s definition, JavaBean is a reusable software components. In fact JavaBean is a Java class, through the package into a property and methods of treatment of a function or a busines ...]]></description>
		<content:encoded><![CDATA[According to Sun&#39;s definition, JavaBean is a reusable software components. In fact JavaBean is a Java class, through the package into a property and methods of treatment of a function or a busines ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/in-the-servlet-use-bean/</wfw:commentRss>
	</item>
	</channel>
</rss>
