<?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>business object</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/business-object/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>business object</description>
	<pubDate>Mon, 22 Mar 2010 10:37:59+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>ejb (1)</title>
		<link>http://www.codeweblog.com/ejb-1/</link>
		<comments>http://www.codeweblog.com/ejb-1/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 01:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[bean entity]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[ejb]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[j2ee components]]></category>
<category><![CDATA[operational methods]]></category>
<category><![CDATA[stateless session bean]]></category>
<category><![CDATA[meta data]]></category>
<category><![CDATA[customer database]]></category>
<category><![CDATA[decoupling]]></category>
<category><![CDATA[bean container]]></category>
<category><![CDATA[business entity]]></category>
<category><![CDATA[logic components]]></category>
<category><![CDATA[jms messages]]></category>
<category><![CDATA[container management]]></category>
<category><![CDATA[database business]]></category>
<category><![CDATA[account history]]></category>
<category><![CDATA[support security]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ejb-1/</guid>
		<description><![CDATA[What is EJB? An enterprise JavaBean (EJB) is a reusable, portable J2EE components. EJB from the packaging of many possible approaches to business logic components. For example, an EJB can include a cu ...]]></description>
		<content:encoded><![CDATA[What is EJB? An enterprise JavaBean (EJB) is a reusable, portable J2EE components. EJB from the packaging of many possible approaches to business logic components. For example, an EJB can include a cu ...				<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/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
					<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-1/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate's object - relational mapping (1)</title>
		<link>http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/</link>
		<comments>http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[java application]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[java program]]></category>
<category><![CDATA[reflection mechanism]]></category>
<category><![CDATA[object database]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[persistent state]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[oid]]></category>
<category><![CDATA[instantaneous state]]></category>
<category><![CDATA[proxy object]]></category>
<category><![CDATA[executive session]]></category>
<category><![CDATA[object sql]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/</guid>
		<description><![CDATA[Hibernate Object - Relational Mapping A, hibernate Principle 1, operations in hibernate entity object persistent to the database when there are three states, the instantaneous state. Persistent state, ...]]></description>
		<content:encoded><![CDATA[Hibernate Object - Relational Mapping A, hibernate Principle 1, operations in hibernate entity object persistent to the database when there are three states, the instantaneous state. Persistent state, ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-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/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-s-object-relational-mapping-1/</wfw:commentRss>
	</item>
		<item>
		<title>Introduction to Hibernate</title>
		<link>http://www.codeweblog.com/introduction-to-hibernate/</link>
		<comments>http://www.codeweblog.com/introduction-to-hibernate/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[impedance mismatch]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[domain model]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[design stage]]></category>
<category><![CDATA[phase separation]]></category>
<category><![CDATA[object relational]]></category>
<category><![CDATA[model changes]]></category>
<category><![CDATA[type attributes]]></category>
<category><![CDATA[poor readability]]></category>
<category><![CDATA[performance domain]]></category>
<category><![CDATA[physical relationship]]></category>
<category><![CDATA[memory performance]]></category>
<category><![CDATA[relational mapping]]></category>
<category><![CDATA[business objects]]></category>
<category><![CDATA[conceptual model]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/introduction-to-hibernate/</guid>
		<description><![CDATA[1, Why should there be a hibernate? Because in the development of various sub-systems, we need to have the idea, so that the software has better scalability and flexibility! 2, the performance of the  ...]]></description>
		<content:encoded><![CDATA[1, Why should there be a hibernate? Because in the development of various sub-systems, we need to have the idea, so that the software has better scalability and flexibility! 2, the performance of the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/introduction-to-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>PO.VO.BO with DAO, OO meta --</title>
		<link>http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/</link>
		<comments>http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[relational data]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[mapping object]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[relational databases]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[data transmission]]></category>
<category><![CDATA[current state]]></category>
<category><![CDATA[different point of view]]></category>
<category><![CDATA[vo]]></category>
<category><![CDATA[java developer]]></category>
<category><![CDATA[dto]]></category>
<category><![CDATA[oo]]></category>
<category><![CDATA[popular point]]></category>
<category><![CDATA[business data]]></category>
<category><![CDATA[persistent objects]]></category>
<category><![CDATA[survival data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/</guid>
		<description><![CDATA[As a Java developer, the usual OO挺多has faced, and explain below the meaning of the O and usage, even if you看官different opinions are welcomed with open to question: O / R Mapping is the Object Relation ...]]></description>
		<content:encoded><![CDATA[As a Java developer, the usual OO挺多has faced, and explain below the meaning of the O and usage, even if you看官different opinions are welcomed with open to question: O / R Mapping is the Object Relation ...				<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-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/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/</wfw:commentRss>
	</item>
		<item>
		<title>Development Framework: JDO application of technical analysis and corporate research</title>
		<link>http://www.codeweblog.com/development-framework-jdo-application-of-technical-analysis-and-corporate-research/</link>
		<comments>http://www.codeweblog.com/development-framework-jdo-application-of-technical-analysis-and-corporate-research/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 15:15:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business object]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[software development process]]></category>
<category><![CDATA[jcp]]></category>
<category><![CDATA[architecture design]]></category>
<category><![CDATA[data conversion]]></category>
<category><![CDATA[open source projects]]></category>
<category><![CDATA[persistent storage]]></category>
<category><![CDATA[business inquiries]]></category>
<category><![CDATA[class application]]></category>
<category><![CDATA[persistent data storage]]></category>
<category><![CDATA[data storage solution]]></category>
<category><![CDATA[enterprise application software]]></category>
<category><![CDATA[enterprise information system]]></category>
<category><![CDATA[logic unit]]></category>
<category><![CDATA[automatic mapping]]></category>
<category><![CDATA[mapping work]]></category>
<category><![CDATA[mapping technologies]]></category>
<category><![CDATA[boring work]]></category>
<category><![CDATA[business processing]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/development-framework-jdo-application-of-technical-analysis-and-corporate-research/</guid>
		<description><![CDATA[In enterprise-class application development often need to have good technology to support persistent data storage. Norms through good or API, the areas of enterprise business objects to persistent sto ...]]></description>
		<content:encoded><![CDATA[In enterprise-class application development often need to have good technology to support persistent data storage. Norms through good or API, the areas of enterprise business objects to persistent sto ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/" title="Choose Hibernate or iBATIS has its reasons">Choose Hibernate or iBATIS has its reasons</a> 2009-02-27 13:52:15</li>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/development-framework-jdo-application-of-technical-analysis-and-corporate-research/</wfw:commentRss>
	</item>
		<item>
		<title>AppFuse Study Notes - Model Layer</title>
		<link>http://www.codeweblog.com/appfuse-study-notes-model-layer/</link>
		<comments>http://www.codeweblog.com/appfuse-study-notes-model-layer/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[access interface]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[interface model]]></category>
<category><![CDATA[inversion of control]]></category>
<category><![CDATA[dao data access object]]></category>
<category><![CDATA[data access object]]></category>
<category><![CDATA[interface configuration]]></category>
<category><![CDATA[layer interface]]></category>
<category><![CDATA[application business]]></category>
<category><![CDATA[bean container]]></category>
<category><![CDATA[relational database systems]]></category>
<category><![CDATA[interface operations]]></category>
<category><![CDATA[dependency injection pattern]]></category>
<category><![CDATA[structure model]]></category>
<category><![CDATA[communication model]]></category>
<category><![CDATA[model structure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/appfuse-study-notes-model-layer/</guid>
		<description><![CDATA[3.3 Model structure Model layer is the core of the entire system, complete the application business logic and database communication. Model will be divided into two AppFuse: persistence layer and busi ...]]></description>
		<content:encoded><![CDATA[3.3 Model structure Model layer is the core of the entire system, complete the application business logic and database communication. Model will be divided into two AppFuse: persistence layer and busi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/appfuse-study-notes-model-layer/</wfw:commentRss>
	</item>
		<item>
		<title>Software production and model: separation of the field</title>
		<link>http://www.codeweblog.com/software-production-and-model-separation-of-the-field/</link>
		<comments>http://www.codeweblog.com/software-production-and-model-separation-of-the-field/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business object]]></category>
<category><![CDATA[domain model]]></category>
<category><![CDATA[entire software]]></category>
<category><![CDATA[software industry]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[prerequisite]]></category>
<category><![CDATA[software system]]></category>
<category><![CDATA[software systems]]></category>
<category><![CDATA[stratification]]></category>
<category><![CDATA[dependence]]></category>
<category><![CDATA[isolation area]]></category>
<category><![CDATA[generation implementation]]></category>
<category><![CDATA[js menu]]></category>
<category><![CDATA[term perspective]]></category>
<category><![CDATA[driven design]]></category>
<category><![CDATA[software production]]></category>
<category><![CDATA[procedural requirements]]></category>
<category><![CDATA[callback]]></category>
<category><![CDATA[embarrassment]]></category>
<category><![CDATA[partition]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-production-and-model-separation-of-the-field/</guid>
		<description><![CDATA[ps: this book is strong theoretically, just start over a few chapters on the embarrassment, and now use the turn out really feel kind of realized, one by one to record Communicate at the domain model, ...]]></description>
		<content:encoded><![CDATA[ps: this book is strong theoretically, just start over a few chapters on the embarrassment, and now use the turn out really feel kind of realized, one by one to record Communicate at the domain model, ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/commonly-used-version-control-software/" title="Commonly used version control software">Commonly used version control software</a> 2009-02-28 06:00:08</li>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/" title="Choose Hibernate or iBATIS has its reasons">Choose Hibernate or iBATIS has its reasons</a> 2009-02-27 13:52:15</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/software-production-and-model-separation-of-the-field/</wfw:commentRss>
	</item>
		<item>
		<title>Seven. DWR target range</title>
		<link>http://www.codeweblog.com/seven-dwr-target-range/</link>
		<comments>http://www.codeweblog.com/seven-dwr-target-range/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 19:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[fr]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[protocol]]></category>
<category><![CDATA[getattribute]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[front desk]]></category>
<category><![CDATA[target range]]></category>
<category><![CDATA[web specification]]></category>
<category><![CDATA[request session]]></category>
<category><![CDATA[session application]]></category>
<category><![CDATA[background object]]></category>
<category><![CDATA[user information]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/seven-dwr-target-range/</guid>
		<description><![CDATA[DWR target range DWR in the application when necessary to create a business object, which is a remote business object. Through the Front Desk client is js script, go visit the subject of this backgrou ...]]></description>
		<content:encoded><![CDATA[DWR target range DWR in the application when necessary to create a business object, which is a remote business object. Through the Front Desk client is js script, go visit the subject of this backgrou ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/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/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/seven-dwr-target-range/</wfw:commentRss>
	</item>
		<item>
		<title>J2ee Development Without ejb reading Notes <1></title>
		<link>http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/</link>
		<comments>http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 03:50:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[ejb container]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[cow]]></category>
<category><![CDATA[reconstruction]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[basic elements]]></category>
<category><![CDATA[nice ring]]></category>
<category><![CDATA[testability]]></category>
<category><![CDATA[matter of opinion]]></category>
<category><![CDATA[project director]]></category>
<category><![CDATA[masterpieces]]></category>
<category><![CDATA[rod johnson]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/</guid>
		<description><![CDATA[Our company is too old to use the framework, and is based on jdk1.4, of course, this does not deny that she is an excellent framework. Recently, the project director to allow me to take some time to s ...]]></description>
		<content:encoded><![CDATA[Our company is too old to use the framework, and is based on jdk1.4, of course, this does not deny that she is an excellent framework. Recently, the project director to allow me to take some time to s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</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/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/</wfw:commentRss>
	</item>
		<item>
		<title>In the servlet use Bean</title>
		<link>http://www.codeweblog.com/in-the-servlet-use-bean/</link>
		<comments>http://www.codeweblog.com/in-the-servlet-use-bean/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:01:23+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[java runtime environment]]></category>
<category><![CDATA[reusable software components]]></category>
<category><![CDATA[jsp engine]]></category>
<category><![CDATA[sql connection]]></category>
<category><![CDATA[member variables]]></category>
<category><![CDATA[javabean]]></category>
<category><![CDATA[property names]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[sqlexception]]></category>
<category><![CDATA[resultset]]></category>
<category><![CDATA[class member]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java language]]></category>
<category><![CDATA[3 ways]]></category>
<category><![CDATA[variable name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-the-servlet-use-bean/</guid>
		<description><![CDATA[According to Sun&#39;s definition, JavaBean is a reusable software components. In fact JavaBean is a Java class, through the package into a property and methods of treatment of a function or a busines ...]]></description>
		<content:encoded><![CDATA[According to Sun&#39;s definition, JavaBean is a reusable software components. In fact JavaBean is a Java class, through the package into a property and methods of treatment of a function or a busines ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/in-the-servlet-use-bean/</wfw:commentRss>
	</item>
	</channel>
</rss>
