<?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>public interface</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/public-interface/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>public interface</description>
	<pubDate>Fri, 19 Mar 2010 09:37:00+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Design Patterns: Abstract Factory</title>
		<link>http://www.codeweblog.com/design-patterns-abstract-factory/</link>
		<comments>http://www.codeweblog.com/design-patterns-abstract-factory/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:50:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string args]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[main string]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[abstract factory pattern]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[fruit apple]]></category>
<category><![CDATA[banana banana]]></category>
<category><![CDATA[apples and bananas]]></category>
<category><![CDATA[product families]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/design-patterns-abstract-factory/</guid>
		<description><![CDATA[The abstract factory pattern is that all forms of factory pattern in the most abstract and most of its general nature. Abstract factory pattern can provide an interface to the client, enabling the cli ...]]></description>
		<content:encoded><![CDATA[The abstract factory pattern is that all forms of factory pattern in the most abstract and most of its general nature. Abstract factory pattern can provide an interface to the client, enabling the cli ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</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/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/design-patterns-abstract-factory/</wfw:commentRss>
	</item>
		<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>Design Patterns: Factory Method</title>
		<link>http://www.codeweblog.com/design-patterns-factory-method/</link>
		<comments>http://www.codeweblog.com/design-patterns-factory-method/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 00:45:18+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string args]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[principle]]></category>
<category><![CDATA[factories]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[main string]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[subclass]]></category>
<category><![CDATA[closure]]></category>
<category><![CDATA[factory interface]]></category>
<category><![CDATA[abstract factory]]></category>
<category><![CDATA[core classes]]></category>
<category><![CDATA[java interface]]></category>
<category><![CDATA[advantage of abstraction]]></category>
<category><![CDATA[banana factory]]></category>
<category><![CDATA[apple factory]]></category>
<category><![CDATA[fruit apple]]></category>
<category><![CDATA[concrete plant]]></category>
<category><![CDATA[product creation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/design-patterns-factory-method/</guid>
		<description><![CDATA[/ ** * Factory method to create models belong to the class-based model is also known as multi-state factory mode. * Factory Method pattern is to define the meaning of an object factory interface to cr ...]]></description>
		<content:encoded><![CDATA[/ ** * Factory method to create models belong to the class-based model is also known as multi-state factory mode. * Factory Method pattern is to define the meaning of an object factory interface to cr ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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-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/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/design-patterns-factory-method/</wfw:commentRss>
	</item>
		<item>
		<title>bridge bridge mode</title>
		<link>http://www.codeweblog.com/bridge-bridge-mode/</link>
		<comments>http://www.codeweblog.com/bridge-bridge-mode/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:15:13+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[println]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[hello world]]></category>
<category><![CDATA[test class]]></category>
<category><![CDATA[interface package]]></category>
<category><![CDATA[bridge mode]]></category>
<category><![CDATA[strategy pattern]]></category>
<category><![CDATA[chinese white]]></category>
<category><![CDATA[chinese black]]></category>
<category><![CDATA[stable branch]]></category>
<category><![CDATA[abstract void]]></category>
<category><![CDATA[language language]]></category>
<category><![CDATA[interface language]]></category>
<category><![CDATA[world test]]></category>
<category><![CDATA[class act]]></category>
<category><![CDATA[whitepeople]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/bridge-bridge-mode/</guid>
		<description><![CDATA[Hypothetical demand Are black or white English-speaking whites are Chinese-speaking whites are Chinese-speaking black English-speaking black As a general method of subclass the parent class could be p ...]]></description>
		<content:encoded><![CDATA[Hypothetical demand Are black or white English-speaking whites are Chinese-speaking whites are Chinese-speaking black English-speaking black As a general method of subclass the parent class could be p ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</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/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/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/bridge-bridge-mode/</wfw:commentRss>
	</item>
		<item>
		<title>Spring Annotations Learning Letters (5) business tier transaction processing</title>
		<link>http://www.codeweblog.com/spring-annotations-learning-letters-5-business-tier-transaction-processing/</link>
		<comments>http://www.codeweblog.com/spring-annotations-learning-letters-5-business-tier-transaction-processing/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:00:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[transaction manager]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[spring tx]]></category>
<category><![CDATA[spring aop]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[web application]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[package org]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[spring service]]></category>
<category><![CDATA[transaction management]]></category>
<category><![CDATA[transaction processing]]></category>
<category><![CDATA[service import]]></category>
<category><![CDATA[spring web]]></category>
<category><![CDATA[interface method]]></category>
<category><![CDATA[transaction control]]></category>
<category><![CDATA[type transaction]]></category>
<category><![CDATA[domain account]]></category>
<category><![CDATA[comb]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-annotations-learning-letters-5-business-tier-transaction-processing/</guid>
		<description><![CDATA[Controller layer, persistence layer has a number of presentations, the rest is the business layer of the! Key issues in the business layer is the transaction control! Spring annotation-type transactio ...]]></description>
		<content:encoded><![CDATA[Controller layer, persistence layer has a number of presentations, the rest is the business layer of the! Key issues in the business layer is the transaction control! Spring annotation-type transactio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/spring-annotations-learning-letters-5-business-tier-transaction-processing/</wfw:commentRss>
	</item>
		<item>
		<title>spring 2.5.6 and hibernate3.2.2 Integration (2)</title>
		<link>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-2/</link>
		<comments>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-2/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:35:09+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[entity table]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[return id]]></category>
<category><![CDATA[serialversionuid]]></category>
<category><![CDATA[interface implementation]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[service import]]></category>
<category><![CDATA[structure package]]></category>
<category><![CDATA[domain user]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-2/</guid>
		<description><![CDATA[Write an article on how to use the spring annotations, this one recorded with a simple click, and hibernate. 1. Using a variety of mysql command line client or directly perform the following script: 2 ...]]></description>
		<content:encoded><![CDATA[Write an article on how to use the spring annotations, this one recorded with a simple click, and hibernate. 1. Using a variety of mysql command line client or directly perform the following script: 2 ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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-2-5-6-and-hibernate3-2-2-integration-2/</wfw:commentRss>
	</item>
		<item>
		<title>spring 2.5.6 and hibernate3.2.2 integration (1)</title>
		<link>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</link>
		<comments>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:20:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[beans spring]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[spring tx]]></category>
<category><![CDATA[schema]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[context spring]]></category>
<category><![CDATA[beans factory]]></category>
<category><![CDATA[demo1]]></category>
<category><![CDATA[test class]]></category>
<category><![CDATA[interface package]]></category>
<category><![CDATA[simple test]]></category>
<category><![CDATA[service import]]></category>
<category><![CDATA[stereotype]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</guid>
		<description><![CDATA[Note the use of spring, this example from the Web, I do not know what the original was. . 1. Defining the Interface 2. The first implementation class The second implementation class 3. Configuration f ...]]></description>
		<content:encoded><![CDATA[Note the use of spring, this example from the Web, I do not know what the original was. . 1. Defining the Interface 2. The first implementation class The second implementation class 3. Configuration f ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</wfw:commentRss>
	</item>
		<item>
		<title>A generic page class ~</title>
		<link>http://www.codeweblog.com/a-generic-page-class/</link>
		<comments>http://www.codeweblog.com/a-generic-page-class/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:20:42+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[boolean]]></category>
<category><![CDATA[long time]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[resultset]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[simulation]]></category>
<category><![CDATA[yuan]]></category>
<category><![CDATA[curriculum design]]></category>
<category><![CDATA[eclectic approach]]></category>
<category><![CDATA[sql package]]></category>
<category><![CDATA[nian]]></category>
<category><![CDATA[encapsulated]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-generic-page-class/</guid>
		<description><![CDATA[Are now in school jsp, think of how to get to paging. Aiming a bit on-line paging approach, looks like there are several. I just started thinking about all the records of all fold flat into a list, th ...]]></description>
		<content:encoded><![CDATA[Are now in school jsp, think of how to get to paging. Aiming a bit on-line paging approach, looks like there are several. I just started thinking about all the records of all fold flat into a list, th ...				<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/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</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/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/a-generic-page-class/</wfw:commentRss>
	</item>
		<item>
		<title>JForum source code study (7)</title>
		<link>http://www.codeweblog.com/jforum-source-code-study-7/</link>
		<comments>http://www.codeweblog.com/jforum-source-code-study-7/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:20:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[key value]]></category>
<category><![CDATA[cache cache]]></category>
<category><![CDATA[third party]]></category>
<category><![CDATA[value pairs]]></category>
<category><![CDATA[sessions]]></category>
<category><![CDATA[ehcache]]></category>
<category><![CDATA[cache engine]]></category>
<category><![CDATA[first class]]></category>
<category><![CDATA[class implements this interface]]></category>
<category><![CDATA[introductory knowledge]]></category>
<category><![CDATA[management considerations]]></category>
<category><![CDATA[jforum]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jforum-source-code-study-7/</guid>
		<description><![CDATA[About Cache, Cache The JForum in, net.jforum.cache.CacheEngine interface provides these methods: Can store or retrieve multiple (key, value) pairs (where value of the type of non-Map) Can store or ret ...]]></description>
		<content:encoded><![CDATA[About Cache, Cache The JForum in, net.jforum.cache.CacheEngine interface provides these methods: Can store or retrieve multiple (key, value) pairs (where value of the type of non-Map) Can store or ret ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jforum-source-code-study-7/</wfw:commentRss>
	</item>
		<item>
		<title>EJB3 development using JBoss WS for the WebService interface</title>
		<link>http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/</link>
		<comments>http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:35:39+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[root directory]]></category>
<category><![CDATA[development speed]]></category>
<category><![CDATA[wiki]]></category>
<category><![CDATA[directory address]]></category>
<category><![CDATA[world tag]]></category>
<category><![CDATA[tag description]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/</guid>
		<description><![CDATA[Recently in the development of EJB project, you need to. Net Section of WebService interface. JBossAS built JBossWS services that can improve the WebService development speed. And if yes EJB, you can  ...]]></description>
		<content:encoded><![CDATA[Recently in the development of EJB project, you need to. Net Section of WebService interface. JBossAS built JBossWS services that can improve the WebService development speed. And if yes EJB, you can  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/</wfw:commentRss>
	</item>
		<item>
		<title>Aop simple implementation interceptor chain</title>
		<link>http://www.codeweblog.com/aop-simple-implementation-interceptor-chain/</link>
		<comments>http://www.codeweblog.com/aop-simple-implementation-interceptor-chain/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 08:30:36+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[object obj]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[target system]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[getclass]]></category>
<category><![CDATA[proxy class]]></category>
<category><![CDATA[string message]]></category>
<category><![CDATA[agent model]]></category>
<category><![CDATA[message string]]></category>
<category><![CDATA[concrete example]]></category>
<category><![CDATA[string target]]></category>
<category><![CDATA[target public]]></category>
<category><![CDATA[dynamic agency]]></category>
<category><![CDATA[agency model]]></category>
<category><![CDATA[dater]]></category>
<category><![CDATA[class 3]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/aop-simple-implementation-interceptor-chain/</guid>
		<description><![CDATA[In the Spring there are interceptors chain with that, how to achieve a simple interception JDK chains do. At first, the idea is a dynamic agency model, combined with the list, but found that there is  ...]]></description>
		<content:encoded><![CDATA[In the Spring there are interceptors chain with that, how to achieve a simple interception JDK chains do. At first, the idea is a dynamic agency model, combined with the list, but found that there is  ...				<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/aop-simple-implementation-interceptor-chain/</wfw:commentRss>
	</item>
		<item>
		<title>Java's the difference between the Override Overload</title>
		<link>http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/</link>
		<comments>http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:20:30+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[override]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[implements]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/</guid>
		<description><![CDATA[override is overwritten, corresponding to the inheritance characteristics of OO programming, meaning that in the sub-classes override parent class method; overload is overloaded, corresponding to the  ...]]></description>
		<content:encoded><![CDATA[override is overwritten, corresponding to the inheritance characteristics of OO programming, meaning that in the sub-classes override parent class method; overload is overloaded, corresponding to the  ...				<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/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/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/java-s-the-difference-between-the-override-overload/</wfw:commentRss>
	</item>
		<item>
		<title>Spring2.5 + Struts1.3.8 + JPA (Hibernate to achieve) the integration of three</title>
		<link>http://www.codeweblog.com/spring2-5-struts1-3-8-jpa-hibernate-to-achieve-the-integration-of-three/</link>
		<comments>http://www.codeweblog.com/spring2-5-struts1-3-8-jpa-hibernate-to-achieve-the-integration-of-three/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 20:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[column length]]></category>
<category><![CDATA[zhang yan]]></category>
<category><![CDATA[sprin]]></category>
<category><![CDATA[stuname]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring2-5-struts1-3-8-jpa-hibernate-to-achieve-the-integration-of-three/</guid>
		<description><![CDATA[Reprint please specify: from http://blog.csdn.net/M_ChangGong/ Author: Zhang Yan Kwong The preparation of the article the main entity bean and the DAO layer. Created in the src package com.zyg.ssj.bea ...]]></description>
		<content:encoded><![CDATA[Reprint please specify: from http://blog.csdn.net/M_ChangGong/ Author: Zhang Yan Kwong The preparation of the article the main entity bean and the DAO layer. Created in the src package com.zyg.ssj.bea ...				<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/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/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/spring2-5-struts1-3-8-jpa-hibernate-to-achieve-the-integration-of-three/</wfw:commentRss>
	</item>
		<item>
		<title>Decorator Design Pattern</title>
		<link>http://www.codeweblog.com/decorator-design-pattern/</link>
		<comments>http://www.codeweblog.com/decorator-design-pattern/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[succession]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[package org]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[println]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[software engineering]]></category>
<category><![CDATA[internet search]]></category>
<category><![CDATA[manpower]]></category>
<category><![CDATA[interface package]]></category>
<category><![CDATA[shortcomings]]></category>
<category><![CDATA[simulation developers]]></category>
<category><![CDATA[interface engineer]]></category>
<category><![CDATA[engineer property]]></category>
<category><![CDATA[pattern decorator]]></category>
<category><![CDATA[example simulation]]></category>
<category><![CDATA[decorator pattern]]></category>
<category><![CDATA[search data]]></category>
<category><![CDATA[human resources]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/decorator-design-pattern/</guid>
		<description><![CDATA[The reason why this pattern of concern is that the recent interest io the java, so the Internet search data, and all the relevant information referred to the model, one can not understand God, ah, so  ...]]></description>
		<content:encoded><![CDATA[The reason why this pattern of concern is that the recent interest io the java, so the Internet search data, and all the relevant information referred to the model, one can not understand God, ah, so  ...				<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/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/decorator-design-pattern/</wfw:commentRss>
	</item>
		<item>
		<title>Spring + Hibernate application in the framework of the GenericHibernateDao</title>
		<link>http://www.codeweblog.com/spring-hibernate-application-in-the-framework-of-the-generichibernatedao/</link>
		<comments>http://www.codeweblog.com/spring-hibernate-application-in-the-framework-of-the-generichibernatedao/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[criterion]]></category>
<category><![CDATA[pk]]></category>
<category><![CDATA[loadall]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[br]]></category>
<category><![CDATA[storage]]></category>
<category><![CDATA[iterator]]></category>
<category><![CDATA[collate]]></category>
<category><![CDATA[realization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-hibernate-application-in-the-framework-of-the-generichibernatedao/</guid>
		<description><![CDATA[GenericHibernateDao Prepared under the framework of Spring + Hibernate application can not be always prepared from a common generic GenericHibernateDao. Access to the Internet to achieve a lot of Gene ...]]></description>
		<content:encoded><![CDATA[GenericHibernateDao Prepared under the framework of Spring + Hibernate application can not be always prepared from a common generic GenericHibernateDao. Access to the Internet to achieve a lot of Gene ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-hibernate-application-in-the-framework-of-the-generichibernatedao/</wfw:commentRss>
	</item>
		<item>
		<title>Based on the annotation according to hibernate primary key generation strategy</title>
		<link>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</link>
		<comments>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 02:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[pk]]></category>
<category><![CDATA[key generation]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[target method]]></category>
<category><![CDATA[tb]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[sequence database]]></category>
<category><![CDATA[code target]]></category>
<category><![CDATA[table generator]]></category>
<category><![CDATA[sequence identity]]></category>
<category><![CDATA[code id]]></category>
<category><![CDATA[control 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</guid>
		<description><![CDATA[Here to discuss the primary key agents, business primary key (for example, composite keys, etc.) do not discuss here. A, JPA generator strategy adopted by General annotation to hibernate entity mappin ...]]></description>
		<content:encoded><![CDATA[Here to discuss the primary key agents, business primary key (for example, composite keys, etc.) do not discuss here. A, JPA generator strategy adopted by General annotation to hibernate entity mappin ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</wfw:commentRss>
	</item>
		<item>
		<title>Select Flex to connect J2EE technology</title>
		<link>http://www.codeweblog.com/select-flex-to-connect-j2ee-technology/</link>
		<comments>http://www.codeweblog.com/select-flex-to-connect-j2ee-technology/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:55:30+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public interface]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[document format]]></category>
<category><![CDATA[file format]]></category>
<category><![CDATA[remoting]]></category>
<category><![CDATA[open source projects]]></category>
<category><![CDATA[technical background]]></category>
<category><![CDATA[java applications]]></category>
<category><![CDATA[long distance call]]></category>
<category><![CDATA[free open source]]></category>
<category><![CDATA[mode 2]]></category>
<category><![CDATA[shortcomings]]></category>
<category><![CDATA[java background]]></category>
<category><![CDATA[remote control server]]></category>
<category><![CDATA[java example]]></category>
<category><![CDATA[livecycle data services]]></category>
<category><![CDATA[web messaging]]></category>
<category><![CDATA[flamingo]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/select-flex-to-connect-j2ee-technology/</guid>
		<description><![CDATA[Flex can be used to connect the javaEE technical background: 1) HTTPService (xml mode) 2) Webservice (soap) 3) Blazeds 4) LiveCycle Data Services 5) Graniteds 6) Flamingo 7) Fiji 8) Fxstruts 9) other  ...]]></description>
		<content:encoded><![CDATA[Flex can be used to connect the javaEE technical background: 1) HTTPService (xml mode) 2) Webservice (soap) 3) Blazeds 4) LiveCycle Data Services 5) Graniteds 6) Flamingo 7) Fiji 8) Fxstruts 9) other  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16:15:02</li>
					<li><a href="http://www.codeweblog.com/openfire-plugin-developer-s-guide/" title="Openfire Plugin Developer's Guide">Openfire Plugin Developer's Guide</a> 2009-02-28 01:55:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</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-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/select-flex-to-connect-j2ee-technology/</wfw:commentRss>
	</item>
		<item>
		<title>JBoss EJB 3.0 Chapter EJB pool and cache</title>
		<link>http://www.codeweblog.com/jboss-ejb-3-0-chapter-ejb-pool-and-cache/</link>
		<comments>http://www.codeweblog.com/jboss-ejb-3-0-chapter-ejb-pool-and-cache/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[concurrent accesses]]></category>
<category><![CDATA[ejb3]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[maximum number]]></category>
<category><![CDATA[mechanisms]]></category>
<category><![CDATA[thread pool]]></category>
<category><![CDATA[pool size]]></category>
<category><![CDATA[trance]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[jboss ejb]]></category>
<category><![CDATA[request configuration]]></category>
<category><![CDATA[cache service]]></category>
<category><![CDATA[cached copy]]></category>
<category><![CDATA[bean oil]]></category>
<category><![CDATA[max value]]></category>
<category><![CDATA[true name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jboss-ejb-3-0-chapter-ejb-pool-and-cache/</guid>
		<description><![CDATA[JBoss EJB3.0 RC6-PFD http://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/index.html 1. Session Bean and MDB 1.1 Pooling Stateless bean oil, and an example of MDB pool. Standard equip ...]]></description>
		<content:encoded><![CDATA[JBoss EJB3.0 RC6-PFD http://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/index.html 1. Session Bean and MDB 1.1 Pooling Stateless bean oil, and an example of MDB pool. Standard equip ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-call-stored-procedure/" title="hibernate call stored procedure">hibernate call stored procedure</a> 2009-02-27 12:34:25</li>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</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/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/jboss-ejb-3-0-chapter-ejb-pool-and-cache/</wfw:commentRss>
	</item>
		<item>
		<title>JBoss EJB 3.0 Sixth Chapter 6 Special Service</title>
		<link>http://www.codeweblog.com/jboss-ejb-3-0-sixth-chapter-6-special-service/</link>
		<comments>http://www.codeweblog.com/jboss-ejb-3-0-sixth-chapter-6-special-service/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:40:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public interface]]></category>
<category><![CDATA[member variables]]></category>
<category><![CDATA[ejb3]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[pool]]></category>
<category><![CDATA[string value]]></category>
<category><![CDATA[management interface]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[sleep]]></category>
<category><![CDATA[life cycle management]]></category>
<category><![CDATA[game]]></category>
<category><![CDATA[example test]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[interface service]]></category>
<category><![CDATA[level configuration]]></category>
<category><![CDATA[management methods]]></category>
<category><![CDATA[mdb]]></category>
<category><![CDATA[jboss ejb]]></category>
<category><![CDATA[future future]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jboss-ejb-3-0-sixth-chapter-6-special-service/</guid>
		<description><![CDATA[JBoss EJB3.0 RC6-PFD http://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/index.html Expansion of 6 EJB 3.0 6.1 @ Service EJB @ service bean singlone, no examples of pool (the only so ...]]></description>
		<content:encoded><![CDATA[JBoss EJB3.0 RC6-PFD http://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/index.html Expansion of 6 EJB 3.0 6.1 @ Service EJB @ service bean singlone, no examples of pool (the only so ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-spring-hibernate-s-easy-to-integrate/" title="Struts2 Spring Hibernate's easy to integrate">Struts2 Spring Hibernate's easy to integrate</a> 2009-02-27 13:51:59</li>
					<li><a href="http://www.codeweblog.com/ejb/" title="EJB">EJB</a> 2009-02-27 13:51:25</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</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-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jboss-ejb-3-0-sixth-chapter-6-special-service/</wfw:commentRss>
	</item>
		<item>
		<title>Beetle framework of the use of guide - Web Ajax development</title>
		<link>http://www.codeweblog.com/beetle-framework-of-the-use-of-guide-web-ajax-development/</link>
		<comments>http://www.codeweblog.com/beetle-framework-of-the-use-of-guide-web-ajax-development/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 21:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[input parameters]]></category>
<category><![CDATA[web development technologies]]></category>
<category><![CDATA[browser request]]></category>
<category><![CDATA[mozilla]]></category>
<category><![CDATA[data logic]]></category>
<category><![CDATA[vivo methods]]></category>
<category><![CDATA[controller configuration]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/beetle-framework-of-the-use-of-guide-web-ajax-development/</guid>
		<description><![CDATA[Ajax is a popular Web development technologies, BJAF Web framework in the original framework of Ajax had a strong package, the development of Ajax wanted to develop a common standard of the traditiona ...]]></description>
		<content:encoded><![CDATA[Ajax is a popular Web development technologies, BJAF Web framework in the original framework of Ajax had a strong package, the development of Ajax wanted to develop a common standard of the traditiona ...				<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/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-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/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/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/beetle-framework-of-the-use-of-guide-web-ajax-development/</wfw:commentRss>
	</item>
		<item>
		<title>Wrote in 2005 a Common DAO</title>
		<link>http://www.codeweblog.com/wrote-in-2005-a-common-dao/</link>
		<comments>http://www.codeweblog.com/wrote-in-2005-a-common-dao/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 21:10:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[impl]]></category>
<category><![CDATA[apache]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[crud]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[service exception]]></category>
<category><![CDATA[iterator]]></category>
<category><![CDATA[mail]]></category>
<category><![CDATA[beanutils]]></category>
<category><![CDATA[use case]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[shoes]]></category>
<category><![CDATA[fightman]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/wrote-in-2005-a-common-dao/</guid>
		<description><![CDATA[Written not only to a children&#39;s shoes with fightman. fightman: Posted on the DAO interface and realization, and a use case, leave your mail, to you all the code Common DAO interface The realizati ...]]></description>
		<content:encoded><![CDATA[Written not only to a children&#39;s shoes with fightman. fightman: Posted on the DAO interface and realization, and a use case, leave your mail, to you all the code Common DAO interface The realizati ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/wrote-in-2005-a-common-dao/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate DAO base class design</title>
		<link>http://www.codeweblog.com/hibernate-dao-base-class-design/</link>
		<comments>http://www.codeweblog.com/hibernate-dao-base-class-design/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 03:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[criterion]]></category>
<category><![CDATA[pk]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[good job]]></category>
<category><![CDATA[class c]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[additions]]></category>
<category><![CDATA[infrastructure projects]]></category>
<category><![CDATA[void load]]></category>
<category><![CDATA[public session]]></category>
<category><![CDATA[pagesize]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-dao-base-class-design/</guid>
		<description><![CDATA[In small projects, in fact, the most basic operations are additions and deletions to the investigation, if we can do a good job here is basically 60 percent of the problem is resolved. So the question ...]]></description>
		<content:encoded><![CDATA[In small projects, in fact, the most basic operations are additions and deletions to the investigation, if we can do a good job here is basically 60 percent of the problem is resolved. So the question ...				<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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-dao-base-class-design/</wfw:commentRss>
	</item>
		<item>
		<title>Struts and Hibernate Integration Session and Transaction will be placed in Filter</title>
		<link>http://www.codeweblog.com/struts-and-hibernate-integration-session-and-transaction-will-be-placed-in-filter/</link>
		<comments>http://www.codeweblog.com/struts-and-hibernate-integration-session-and-transaction-will-be-placed-in-filter/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 20:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[object obj]]></category>
<category><![CDATA[public static void]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[printstacktrace]]></category>
<category><![CDATA[possession]]></category>
<category><![CDATA[void init]]></category>
<category><![CDATA[threadlocal]]></category>
<category><![CDATA[rollback service]]></category>
<category><![CDATA[open session]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-and-hibernate-integration-session-and-transaction-will-be-placed-in-filter/</guid>
		<description><![CDATA[HibernateSessionFactory modify file (this file is from the Hibernate help complete the move of our own): Add the following: private static final ThreadLocal trthreadLocal = new ThreadLocal ();// Servi ...]]></description>
		<content:encoded><![CDATA[HibernateSessionFactory modify file (this file is from the Hibernate help complete the move of our own): Add the following: private static final ThreadLocal trthreadLocal = new ThreadLocal ();// Servi ...				<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/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts-and-hibernate-integration-session-and-transaction-will-be-placed-in-filter/</wfw:commentRss>
	</item>
		<item>
		<title>spring integration jpa</title>
		<link>http://www.codeweblog.com/spring-integration-jpa/</link>
		<comments>http://www.codeweblog.com/spring-integration-jpa/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[integer id]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[entity table]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[int id]]></category>
<category><![CDATA[class id]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[return id]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[serialversionuid]]></category>
<category><![CDATA[string password]]></category>
<category><![CDATA[domain package]]></category>
<category><![CDATA[public abstract void]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-integration-jpa/</guid>
		<description><![CDATA[Import jpa, spring needed jar package domain: dao interface: dao achieve applicationContext.xml Persistence.xml under META-INF Test, ok!]]></description>
		<content:encoded><![CDATA[Import jpa, spring needed jar package domain: dao interface: dao achieve applicationContext.xml Persistence.xml under META-INF Test, ok!				<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/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-integration-jpa/</wfw:commentRss>
	</item>
		<item>
		<title>Three hibernate object status</title>
		<link>http://www.codeweblog.com/three-hibernate-object-status/</link>
		<comments>http://www.codeweblog.com/three-hibernate-object-status/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 00:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[confusion]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[javadoc]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[java application]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[abstract concept]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[interface session]]></category>
<category><![CDATA[database session]]></category>
<category><![CDATA[session status]]></category>
<category><![CDATA[free session]]></category>
<category><![CDATA[serializable java]]></category>
<category><![CDATA[translations]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/three-hibernate-object-status/</guid>
		<description><![CDATA[Hibernate transparent persistence is very comfortable to use, and sometimes even forget the existence of the database. My friends would always tell save, saveOrUpdate, update the distinction, lock, me ...]]></description>
		<content:encoded><![CDATA[Hibernate transparent persistence is very comfortable to use, and sometimes even forget the existence of the database. My friends would always tell save, saveOrUpdate, update the distinction, lock, me ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/collection-of-articles-about-hibernate/" title="Collection of articles about hibernate">Collection of articles about hibernate</a> 2009-02-27 09:43:18</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/three-hibernate-object-status/</wfw:commentRss>
	</item>
		<item>
		<title>Struts1.3.8 + JPA (Hibernate implementation) + Spring2.5 Integration (VII)</title>
		<link>http://www.codeweblog.com/struts1-3-8-jpa-hibernate-implementation-spring2-5-integration-vii/</link>
		<comments>http://www.codeweblog.com/struts1-3-8-jpa-hibernate-implementation-spring2-5-integration-vii/#comments</comments>
		<pubDate>Fri, 29 May 2009 04:30:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[service layer]]></category>
<category><![CDATA[person person]]></category>
<category><![CDATA[person class]]></category>
<category><![CDATA[public person]]></category>
<category><![CDATA[layer interface]]></category>
<category><![CDATA[propagation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts1-3-8-jpa-hibernate-implementation-spring2-5-integration-vii/</guid>
		<description><![CDATA[Service Layer Interface: Interface categories:]]></description>
		<content:encoded><![CDATA[Service Layer Interface: Interface categories:				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/struts1-3-8-jpa-hibernate-implementation-spring2-5-integration-vii/</wfw:commentRss>
	</item>
		<item>
		<title>ajax and js Quest Analog java implementation</title>
		<link>http://www.codeweblog.com/ajax-and-js-quest-analog-java-implementation/</link>
		<comments>http://www.codeweblog.com/ajax-and-js-quest-analog-java-implementation/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[loose dtd]]></category>
<category><![CDATA[true function]]></category>
<category><![CDATA[163 com]]></category>
<category><![CDATA[return success]]></category>
<category><![CDATA[java implementation]]></category>
<category><![CDATA[request object]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[asynchronous]]></category>
<category><![CDATA[teacher training]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-and-js-quest-analog-java-implementation/</guid>
		<description><![CDATA[Ajax in the U.S. has not used mock consider how easy the ajax request object XmlHttp the HA! Ha ha, ha us to simulate, it is the original teacher training to make students write the code, and now allo ...]]></description>
		<content:encoded><![CDATA[Ajax in the U.S. has not used mock consider how easy the ajax request object XmlHttp the HA! Ha ha, ha us to simulate, it is the original teacher training to make students write the code, and now allo ...				<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/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/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/ajax-and-js-quest-analog-java-implementation/</wfw:commentRss>
	</item>
		<item>
		<title>struts2 + spring + hibernate pagination</title>
		<link>http://www.codeweblog.com/struts2-spring-hibernate-pagination/</link>
		<comments>http://www.codeweblog.com/struts2-spring-hibernate-pagination/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[impl]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[service layer]]></category>
<category><![CDATA[layer interface]]></category>
<category><![CDATA[dao 2]]></category>
<category><![CDATA[retu]]></category>
<category><![CDATA[news web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-spring-hibernate-pagination/</guid>
		<description><![CDATA[Pagination 2EE system showed that modification dao layer, service layer, action layer, pagination two types of documents, code is as follows: dao layer interface: Java code 1. Package com.last999.im.n ...]]></description>
		<content:encoded><![CDATA[Pagination 2EE system showed that modification dao layer, service layer, action layer, pagination two types of documents, code is as follows: dao layer interface: Java code 1. Package com.last999.im.n ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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>
					<li><a href="http://www.codeweblog.com/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts2-spring-hibernate-pagination/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate operation Designed template base class</title>
		<link>http://www.codeweblog.com/hibernate-operation-designed-template-base-class/</link>
		<comments>http://www.codeweblog.com/hibernate-operation-designed-template-base-class/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 01:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[boolean]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[criterion]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[querystring]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[additions]]></category>
<category><![CDATA[operator interface]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-operation-designed-template-base-class/</guid>
		<description><![CDATA[hibernate operation Designed template base class Put the operation of integrated hibernate at the base class which can reduce a lot of the workload The first step: operator interface IGenericDao.java  ...]]></description>
		<content:encoded><![CDATA[hibernate operation Designed template base class Put the operation of integrated hibernate at the base class which can reduce a lot of the workload The first step: operator interface IGenericDao.java  ...				<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/hibernate-operation-designed-template-base-class/</wfw:commentRss>
	</item>
		<item>
		<title>Web Albums development (3) - Test Driven Development (TDD)</title>
		<link>http://www.codeweblog.com/web-albums-development-3-test-driven-development-tdd/</link>
		<comments>http://www.codeweblog.com/web-albums-development-3-test-driven-development-tdd/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 22:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[j2ee]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[java package]]></category>
<category><![CDATA[type 3]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[shortcuts]]></category>
<category><![CDATA[interface type]]></category>
<category><![CDATA[amendments]]></category>
<category><![CDATA[chapter 8]]></category>
<category><![CDATA[test driven development]]></category>
<category><![CDATA[web albums]]></category>
<category><![CDATA[interface class]]></category>
<category><![CDATA[service import]]></category>
<category><![CDATA[necessary functions]]></category>
<category><![CDATA[development theory]]></category>
<category><![CDATA[using technology]]></category>
<category><![CDATA[athlete]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/web-albums-development-3-test-driven-development-tdd/</guid>
		<description><![CDATA[Test Driven Development theory has been put forward for many years, here at about the principle and advantages of him I do not say many, I will outline my Writing about the use of TDD in practice proc ...]]></description>
		<content:encoded><![CDATA[Test Driven Development theory has been put forward for many years, here at about the principle and advantages of him I do not say many, I will outline my Writing about the use of TDD in practice proc ...				<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/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/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/web-albums-development-3-test-driven-development-tdd/</wfw:commentRss>
	</item>
		<item>
		<title>VI. Dwr filters and log configuration</title>
		<link>http://www.codeweblog.com/vi-dwr-filters-and-log-configuration/</link>
		<comments>http://www.codeweblog.com/vi-dwr-filters-and-log-configuration/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 20:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[object obj]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[authentication]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[java lang object]]></category>
<category><![CDATA[example filters]]></category>
<category><![CDATA[joe walker]]></category>
<category><![CDATA[data cleansing]]></category>
<category><![CDATA[author joe]]></category>
<category><![CDATA[dot uk]]></category>
<category><![CDATA[private data]]></category>
<category><![CDATA[simulators]]></category>
<category><![CDATA[cla]]></category>
<category><![CDATA[filtration]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/vi-dwr-filters-and-log-configuration/</guid>
		<description><![CDATA[DWR filters and log configuration 1, filters use DWR has provided us with the use of filters, as long as we realize the DWR has provided us with a filter interface, we can use at DWR filter. DWR look  ...]]></description>
		<content:encoded><![CDATA[DWR filters and log configuration 1, filters use DWR has provided us with the use of filters, as long as we realize the DWR has provided us with a filter interface, we can use at DWR filter. DWR look  ...				<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/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/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/vi-dwr-filters-and-log-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>EJB Principle Study Notes</title>
		<link>http://www.codeweblog.com/ejb-principle-study-notes/</link>
		<comments>http://www.codeweblog.com/ejb-principle-study-notes/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 06:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[implementation code]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[class person]]></category>
<category><![CDATA[public string getname]]></category>
<category><![CDATA[skeleton server]]></category>
<category><![CDATA[rmi example]]></category>
<category><![CDATA[stub implements]]></category>
<category><![CDATA[interface person]]></category>
<category><![CDATA[java rmi]]></category>
<category><![CDATA[int age]]></category>
<category><![CDATA[objectoutputstream]]></category>
<category><![CDATA[objectinputstream]]></category>
<category><![CDATA[business method]]></category>
<category><![CDATA[socket communication]]></category>
<category><![CDATA[socket socket]]></category>
<category><![CDATA[public person]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ejb-principle-study-notes/</guid>
		<description><![CDATA[1 RMI working principle 2 websphere implementation 3 weblogic implementation 4 understand the experience of 1: RMI working principle RMI is the nature of implementation in different calls between the  ...]]></description>
		<content:encoded><![CDATA[1 RMI working principle 2 websphere implementation 3 weblogic implementation 4 understand the experience of 1: RMI working principle RMI is the nature of implementation in different calls between the  ...				<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/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/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/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ejb-principle-study-notes/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate study of the second</title>
		<link>http://www.codeweblog.com/hibernate-study-of-the-second/</link>
		<comments>http://www.codeweblog.com/hibernate-study-of-the-second/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 18:37:51+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistent class]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[default constructor]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[type java]]></category>
<category><![CDATA[callback method]]></category>
<category><![CDATA[variable signs]]></category>
<category><![CDATA[durable type]]></category>
<category><![CDATA[interface methods]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[persistent fields]]></category>
<category><![CDATA[performance optimization]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[optional step]]></category>
<category><![CDATA[property id]]></category>
<category><![CDATA[callbacks]]></category>
<category><![CDATA[proxies]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-of-the-second/</guid>
		<description><![CDATA[Persistence of three main points: 1, a statement for persistent fields accessors (accessors) and whether the variable signs (mutators) Property statement is not necessarily required for the public&#39 ...]]></description>
		<content:encoded><![CDATA[Persistence of three main points: 1, a statement for persistent fields accessors (accessors) and whether the variable signs (mutators) Property statement is not necessarily required for the public&#39 ...				<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-study-of-the-second/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate generic generic DAO</title>
		<link>http://www.codeweblog.com/hibernate-generic-generic-dao/</link>
		<comments>http://www.codeweblog.com/hibernate-generic-generic-dao/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 09:46:44+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[package org]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[criterion]]></category>
<category><![CDATA[orderby]]></category>
<category><![CDATA[pk]]></category>
<category><![CDATA[autocount]]></category>
<category><![CDATA[findall]]></category>
<category><![CDATA[hql]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-generic-generic-dao/</guid>
		<description><![CDATA[hibernate generic generic DAO]]></description>
		<content:encoded><![CDATA[hibernate generic generic DAO				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-generic-generic-dao/</wfw:commentRss>
	</item>
	</channel>
</rss>
