<?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>norms</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/norms/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>norms</description>
	<pubDate>Mon, 15 Mar 2010 21:25:11+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>jdbc driver 4 and the common types of jdbc connection string</title>
		<link>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</link>
		<comments>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:25:21+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[microsoft sqlserver]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[jcp]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[connection string]]></category>
<category><![CDATA[tds]]></category>
<category><![CDATA[odbc bridge]]></category>
<category><![CDATA[jtds]]></category>
<category><![CDATA[string 1]]></category>
<category><![CDATA[type3]]></category>
<category><![CDATA[wfs]]></category>
<category><![CDATA[type2]]></category>
<category><![CDATA[portability]]></category>
<category><![CDATA[productid]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</guid>
		<description><![CDATA[1: jdbc driver 4 types Type1: through the use of JDBC-odbc bridge to connect oracle, poor portability Type2: oracle oci: relatively poor portability, it is necessary to depend on the oracle of the oci ...]]></description>
		<content:encoded><![CDATA[1: jdbc driver 4 types Type1: through the use of JDBC-odbc bridge to connect oracle, poor portability Type2: oracle oci: relatively poor portability, it is necessary to depend on the oracle of the oci ...				<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-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</wfw:commentRss>
	</item>
		<item>
		<title>Standardize coding J2EE projects</title>
		<link>http://www.codeweblog.com/standardize-coding-j2ee-projects/</link>
		<comments>http://www.codeweblog.com/standardize-coding-j2ee-projects/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:05:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[impl]]></category>
<category><![CDATA[naming convention]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[web service]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[future development]]></category>
<category><![CDATA[objective]]></category>
<category><![CDATA[web filter]]></category>
<category><![CDATA[interface class]]></category>
<category><![CDATA[source network]]></category>
<category><![CDATA[good habits]]></category>
<category><![CDATA[standardization]]></category>
<category><![CDATA[j2ee projects]]></category>
<category><![CDATA[servlet package]]></category>
<category><![CDATA[web tags]]></category>
<category><![CDATA[packet filter]]></category>
<category><![CDATA[project resources]]></category>
<category><![CDATA[name project]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/standardize-coding-j2ee-projects/</guid>
		<description><![CDATA[Standardize coding J2EE projects Source: Network reprint The purpose of coding norms: in the encoding process to achieve standardization and procedures for future development to develop good habits. R ...]]></description>
		<content:encoded><![CDATA[Standardize coding J2EE projects Source: Network reprint The purpose of coding norms: in the encoding process to achieve standardization and procedures for future development to develop good habits. R ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-spring-hibernate-integration-of-easy/" title="Struts2 Spring Hibernate integration of easy">Struts2 Spring Hibernate integration of easy</a> 2009-02-27 14:55:15</li>
					<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/spring-myfaces-hibernate-richfaces/" title="spring myfaces hibernate richfaces">spring myfaces hibernate richfaces</a> 2009-02-27 12:34:36</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-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/standardize-coding-j2ee-projects/</wfw:commentRss>
	</item>
		<item>
		<title>Description of the jar package hibernate</title>
		<link>http://www.codeweblog.com/description-of-the-jar-package-hibernate/</link>
		<comments>http://www.codeweblog.com/description-of-the-jar-package-hibernate/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[mainstream]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[java software]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[stable version]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[beanutils]]></category>
<category><![CDATA[byte code]]></category>
<category><![CDATA[apache development]]></category>
<category><![CDATA[core library]]></category>
<category><![CDATA[ibm developerworks]]></category>
<category><![CDATA[dom4j]]></category>
<category><![CDATA[jaxm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/description-of-the-jar-package-hibernate/</guid>
		<description><![CDATA[Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...]]></description>
		<content:encoded><![CDATA[Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...				<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/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/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/description-of-the-jar-package-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>Management of software development experience</title>
		<link>http://www.codeweblog.com/management-of-software-development-experience/</link>
		<comments>http://www.codeweblog.com/management-of-software-development-experience/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:35:18+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[good job]]></category>
<category><![CDATA[software engineering]]></category>
<category><![CDATA[access network]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[high quality software]]></category>
<category><![CDATA[misunderstanding]]></category>
<category><![CDATA[software development experience]]></category>
<category><![CDATA[software development work]]></category>
<category><![CDATA[software project management]]></category>
<category><![CDATA[software crisis]]></category>
<category><![CDATA[complex systems]]></category>
<category><![CDATA[quality software products]]></category>
<category><![CDATA[network management system]]></category>
<category><![CDATA[unified network management]]></category>
<category><![CDATA[industry processes]]></category>
<category><![CDATA[shorter development]]></category>
<category><![CDATA[project leaders]]></category>
<category><![CDATA[iso9000]]></category>
<category><![CDATA[effective management]]></category>
<category><![CDATA[cmm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/management-of-software-development-experience/</guid>
		<description><![CDATA[From the graduation date, the size of the project done something, there are a lot of the joy of success, many failures. This year, due to work, I Software In his capacity as project leaders participat ...]]></description>
		<content:encoded><![CDATA[From the graduation date, the size of the project done something, there are a lot of the joy of success, many failures. This year, due to work, I Software In his capacity as project leaders participat ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ruby-will-replace-java-i-think-not-so-soon/" title="Ruby will replace Java? I think not so soon">Ruby will replace Java? I think not so soon</a> 2009-03-05 06:35:02</li>
					<li><a href="http://www.codeweblog.com/topic-shoes-construction-ruby-client-gadget/" title="Topic: Shoes - Construction Ruby client gadget">Topic: Shoes - Construction Ruby client gadget</a> 2009-03-04 01:45:02</li>
					<li><a href="http://www.codeweblog.com/hundred-software-developers-interview-question/" title="Hundred software developers interview question">Hundred software developers interview question</a> 2009-03-01 04:30:04</li>
					<li><a href="http://www.codeweblog.com/shoes-construction-ruby-client-gadget/" title="Shoes - Construction Ruby client gadget">Shoes - Construction Ruby client gadget</a> 2009-02-28 18:15:02</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/management-of-software-development-experience/</wfw:commentRss>
	</item>
		<item>
		<title>jar the role of (a)</title>
		<link>http://www.codeweblog.com/jar-the-role-of-a/</link>
		<comments>http://www.codeweblog.com/jar-the-role-of-a/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 01:50:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[mainstream]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[java software]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[classpath]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[beanutils]]></category>
<category><![CDATA[byte code]]></category>
<category><![CDATA[apache development]]></category>
<category><![CDATA[core library]]></category>
<category><![CDATA[ibm developerworks]]></category>
<category><![CDATA[dom4j]]></category>
<category><![CDATA[jaxm]]></category>
<category><![CDATA[odmg]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jar-the-role-of-a/</guid>
		<description><![CDATA[hibernate2.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...]]></description>
		<content:encoded><![CDATA[hibernate2.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...				<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/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/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/jar-the-role-of-a/</wfw:commentRss>
	</item>
		<item>
		<title>Spring2.5 + JPA (Hibernate3.2) source code examples (CTO)</title>
		<link>http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</link>
		<comments>http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[serializable interface]]></category>
<category><![CDATA[object entity]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[entity objects]]></category>
<category><![CDATA[constructor]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[scalability]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[business interface]]></category>
<category><![CDATA[mvc pattern]]></category>
<category><![CDATA[relationship between objects]]></category>
<category><![CDATA[source code examples]]></category>
<category><![CDATA[data elements]]></category>
<category><![CDATA[public access]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</guid>
		<description><![CDATA[In this paper, to cut-off since I CSDN blog http://blog.csdn.net/ctojxzsycztao/archive/2009/05/12/4171730.aspx Today, because of闲来无事studied about JPA, and gave a simple example to small for you to sha ...]]></description>
		<content:encoded><![CDATA[In this paper, to cut-off since I CSDN blog http://blog.csdn.net/ctojxzsycztao/archive/2009/05/12/4171730.aspx Today, because of闲来无事studied about JPA, and gave a simple example to small for you to sha ...				<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/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/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/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</wfw:commentRss>
	</item>
		<item>
		<title>How the project started: How to get along with the demand and customer</title>
		<link>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-the-demand-and-customer/</link>
		<comments>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-the-demand-and-customer/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[norms]]></category>
<category><![CDATA[concentration]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[bridges]]></category>
<category><![CDATA[translation]]></category>
<category><![CDATA[requirements specification]]></category>
<category><![CDATA[cooperation]]></category>
<category><![CDATA[risk]]></category>
<category><![CDATA[consultation room]]></category>
<category><![CDATA[project failure]]></category>
<category><![CDATA[danger areas]]></category>
<category><![CDATA[customer types]]></category>
<category><![CDATA[customer requirements]]></category>
<category><![CDATA[direct contact]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-the-demand-and-customer/</guid>
		<description><![CDATA[Private 西乔 Project Manager Product Advisor: http://blog.xiqiao.info/2009/04/17/277 Period of the project has just begun, the project manager to do the main thing is to collect customer requirements, t ...]]></description>
		<content:encoded><![CDATA[Private 西乔 Project Manager Product Advisor: http://blog.xiqiao.info/2009/04/17/277 Period of the project has just begun, the project manager to do the main thing is to collect customer requirements, t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/tutorial-on-ruby-debug/" title="Tutorial on ruby-debug">Tutorial on ruby-debug</a> 2009-03-09 03:35:02</li>
					<li><a href="http://www.codeweblog.com/20-principles-of-needs-analysis/" title="20 principles of needs analysis">20 principles of needs analysis</a> 2009-03-06 19:00:04</li>
					<li><a href="http://www.codeweblog.com/yiwei-project-management-and-maintenance-of-javascript/" title="yiwei project management and maintenance of Javascript">yiwei project management and maintenance of Javascript</a> 2009-03-06 16:55:02</li>
					<li><a href="http://www.codeweblog.com/mind-mapping-software-freemind-and-mindmanager/" title="Mind Mapping Software Freemind and MindManager">Mind Mapping Software Freemind and MindManager</a> 2009-03-06 15:55:02</li>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-the-demand-and-customer/</wfw:commentRss>
	</item>
		<item>
		<title>JSR 303 bean validation is finally out ....</title>
		<link>http://www.codeweblog.com/jsr-303-bean-validation-is-finally-out/</link>
		<comments>http://www.codeweblog.com/jsr-303-bean-validation-is-finally-out/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[attribute]]></category>
<category><![CDATA[validation]]></category>
<category><![CDATA[ui]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[automation]]></category>
<category><![CDATA[scenarios]]></category>
<category><![CDATA[swing]]></category>
<category><![CDATA[logic verification]]></category>
<category><![CDATA[tier applications]]></category>
<category><![CDATA[comparison group]]></category>
<category><![CDATA[framework data]]></category>
<category><![CDATA[scoff]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jsr-303-bean-validation-is-finally-out/</guid>
		<description><![CDATA[JSR303 is finally out, which is dominated by hibernate, hibernate annotation in the past, now independent, and is expected to enter the Java7 (2010), after the swing / web development standards finall ...]]></description>
		<content:encoded><![CDATA[JSR303 is finally out, which is dominated by hibernate, hibernate annotation in the past, now independent, and is expected to enter the Java7 (2010), after the swing / web development standards finall ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-will-be-a-model-split-according-to-the-functions-of-management/" title="Rails will be a Model split according to the functions of management">Rails will be a Model split according to the functions of management</a> 2009-03-05 05:35:02</li>
					<li><a href="http://www.codeweblog.com/js-commonly-used-in-integrated/" title="js commonly used in integrated">js commonly used in integrated</a> 2009-03-04 17:15:03</li>
					<li><a href="http://www.codeweblog.com/java-sql-sqlexception-network-error-ioexception/" title="java.sql.SQLException: Network error IOException:">java.sql.SQLException: Network error IOException:</a> 2009-03-03 10:26:27</li>
					<li><a href="http://www.codeweblog.com/hibernate-doubts/" title="Hibernate doubts">Hibernate doubts</a> 2009-03-01 18:37:31</li>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jsr-303-bean-validation-is-finally-out/</wfw:commentRss>
	</item>
		<item>
		<title>commonly used hibernate package</title>
		<link>http://www.codeweblog.com/commonly-used-hibernate-package/</link>
		<comments>http://www.codeweblog.com/commonly-used-hibernate-package/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 05:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[anomaly]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[java software]]></category>
<category><![CDATA[noclassdeffounderror]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[byte code]]></category>
<category><![CDATA[apache development]]></category>
<category><![CDATA[jar files]]></category>
<category><![CDATA[test java]]></category>
<category><![CDATA[core library]]></category>
<category><![CDATA[ibm developerworks]]></category>
<category><![CDATA[dom4j]]></category>
<category><![CDATA[client test]]></category>
<category><![CDATA[powe]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/commonly-used-hibernate-package/</guid>
		<description><![CDATA[Transfer from: http://hi.baidu.com/78600403/blog/item/e33b1455e6e213c7b645ae6e.html Myeclipse had been used to import packages, and now their own manual. I do not know what needs to import a number of ...]]></description>
		<content:encoded><![CDATA[Transfer from: http://hi.baidu.com/78600403/blog/item/e33b1455e6e213c7b645ae6e.html Myeclipse had been used to import packages, and now their own manual. I do not know what needs to import a number of ...				<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/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/commonly-used-hibernate-package/</wfw:commentRss>
	</item>
		<item>
		<title>Standardize procedures for coding JavaScript</title>
		<link>http://www.codeweblog.com/standardize-procedures-for-coding-javascript/</link>
		<comments>http://www.codeweblog.com/standardize-procedures-for-coding-javascript/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[suffix]]></category>
<category><![CDATA[programmers]]></category>
<category><![CDATA[java program]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[copy and paste]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[html document]]></category>
<category><![CDATA[comma]]></category>
<category><![CDATA[semicolon]]></category>
<category><![CDATA[sun]]></category>
<category><![CDATA[robustness]]></category>
<category><![CDATA[segment]]></category>
<category><![CDATA[indent]]></category>
<category><![CDATA[type attributes]]></category>
<category><![CDATA[local area network]]></category>
<category><![CDATA[drastic changes]]></category>
<category><![CDATA[cleanliness]]></category>
<category><![CDATA[21st century]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/standardize-procedures-for-coding-javascript/</guid>
		<description><![CDATA[This is a set of procedures applicable to JavaScript coding norms. It is based on Sun&#39;s Java program code norms. However, a drastic changes, because JavaScript is not Java. Long-term value of the  ...]]></description>
		<content:encoded><![CDATA[This is a set of procedures applicable to JavaScript coding norms. It is based on Sun&#39;s Java program code norms. However, a drastic changes, because JavaScript is not Java. Long-term value of the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-s-cache-management/" title="Hibernate's cache management">Hibernate's cache management</a> 2009-03-03 10:27:47</li>
					<li><a href="http://www.codeweblog.com/jdbc-even-oracle-sqlserver2000-mysql-ways/" title="jdbc even ORACLE, SQLServer2000, mysql ways">jdbc even ORACLE, SQLServer2000, mysql ways</a> 2009-03-02 12:05:51</li>
					<li><a href="http://www.codeweblog.com/hundred-software-developers-interview-question/" title="Hundred software developers interview question">Hundred software developers interview question</a> 2009-03-01 04:30:04</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-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/standardize-procedures-for-coding-javascript/</wfw:commentRss>
	</item>
		<item>
		<title>Project directory structure</title>
		<link>http://www.codeweblog.com/project-directory-structure/</link>
		<comments>http://www.codeweblog.com/project-directory-structure/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 04:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[source code]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[previous version]]></category>
<category><![CDATA[software products]]></category>
<category><![CDATA[development of the internet]]></category>
<category><![CDATA[management software]]></category>
<category><![CDATA[project directory structure]]></category>
<category><![CDATA[subversion svn]]></category>
<category><![CDATA[frozen man]]></category>
<category><![CDATA[documentation production]]></category>
<category><![CDATA[release tag]]></category>
<category><![CDATA[documentation procedures]]></category>
<category><![CDATA[development directory]]></category>
<category><![CDATA[development tasks]]></category>
<category><![CDATA[archive directory]]></category>
<category><![CDATA[internet model]]></category>
<category><![CDATA[time base]]></category>
<category><![CDATA[urgent request]]></category>
<category><![CDATA[time requirements]]></category>
<category><![CDATA[freebsd]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/project-directory-structure/</guid>
		<description><![CDATA[Subversion (SVN) is a version of management software or servers, can provide hosted, &quot;the source code or documentation,&quot; and be able to synchronize files exotic updated version of the differ ...]]></description>
		<content:encoded><![CDATA[Subversion (SVN) is a version of management software or servers, can provide hosted, &quot;the source code or documentation,&quot; and be able to synchronize files exotic updated version of the differ ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-to-add-full-featured-auto-fill/" title="rails to add full-featured auto-fill">rails to add full-featured auto-fill</a> 2009-03-07 15:25:02</li>
					<li><a href="http://www.codeweblog.com/20-principles-of-needs-analysis/" title="20 principles of needs analysis">20 principles of needs analysis</a> 2009-03-06 19:00:04</li>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
					<li><a href="http://www.codeweblog.com/have-resolved-how-to-give-rails-of-the-model-class-of-congestive-include-extent-module/" title="[Have resolved] how to give rails of the model class of congestive (include / extent module)">[Have resolved] how to give rails of the model class of congestive (include / extent module)</a> 2009-03-02 07:35:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/project-directory-structure/</wfw:commentRss>
	</item>
		<item>
		<title>Development based on SSH packet-Hibernate Help</title>
		<link>http://www.codeweblog.com/development-based-on-ssh-packet-hibernate-help/</link>
		<comments>http://www.codeweblog.com/development-based-on-ssh-packet-hibernate-help/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 06:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[mainstream]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[java software]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[stable version]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[beanutils]]></category>
<category><![CDATA[byte code]]></category>
<category><![CDATA[apache development]]></category>
<category><![CDATA[core library]]></category>
<category><![CDATA[ibm developerworks]]></category>
<category><![CDATA[dom4j]]></category>
<category><![CDATA[jaxm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/development-based-on-ssh-packet-hibernate-help/</guid>
		<description><![CDATA[Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...]]></description>
		<content:encoded><![CDATA[Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...				<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/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/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/development-based-on-ssh-packet-hibernate-help/</wfw:commentRss>
	</item>
		<item>
		<title>JPA (1)</title>
		<link>http://www.codeweblog.com/jpa-1/</link>
		<comments>http://www.codeweblog.com/jpa-1/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 10:45:26+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jpa]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[server default]]></category>
<category><![CDATA[datasources]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[directory structure]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[toplink]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[connectio]]></category>
<category><![CDATA[company charges]]></category>
<category><![CDATA[java persistence api]]></category>
<category><![CDATA[server directory]]></category>
<category><![CDATA[checker]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jpa-1/</guid>
		<description><![CDATA[JPA full Java Persistence API, is a Sun-defined norms of the company, to achieve a variety of the specification, with more than the realization of the Hibernate and Oracle implementations. Compare the ...]]></description>
		<content:encoded><![CDATA[JPA full Java Persistence API, is a Sun-defined norms of the company, to achieve a variety of the specification, with more than the realization of the Hibernate and Oracle implementations. Compare the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jpa-1/</wfw:commentRss>
	</item>
		<item>
		<title>[Development] of the test symbol table</title>
		<link>http://www.codeweblog.com/development-of-the-test-symbol-table/</link>
		<comments>http://www.codeweblog.com/development-of-the-test-symbol-table/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 04:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[type int]]></category>
<category><![CDATA[integration testing]]></category>
<category><![CDATA[c language]]></category>
<category><![CDATA[test case]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[test data]]></category>
<category><![CDATA[test driven development]]></category>
<category><![CDATA[development tool]]></category>
<category><![CDATA[language test]]></category>
<category><![CDATA[preparatory work]]></category>
<category><![CDATA[lexical and syntax analysis]]></category>
<category><![CDATA[integer data]]></category>
<category><![CDATA[dims]]></category>
<category><![CDATA[semantic analysis]]></category>
<category><![CDATA[symbol table]]></category>
<category><![CDATA[infrastructure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/development-of-the-test-symbol-table/</guid>
		<description><![CDATA[Before the lexical and syntax analysis are part of the test, but that test is very minor, but is too much trouble. Fortunately, that are not complicated things, test a smaller burden. This symbol tabl ...]]></description>
		<content:encoded><![CDATA[Before the lexical and syntax analysis are part of the test, but that test is very minor, but is too much trouble. Fortunately, that are not complicated things, test a smaller burden. This symbol tabl ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/development-of-the-test-symbol-table/</wfw:commentRss>
	</item>
		<item>
		<title>How the project started: How to get along with and customer demand for technology</title>
		<link>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-and-customer-demand-for-technology/</link>
		<comments>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-and-customer-demand-for-technology/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 04:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[doubts]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[concentration]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[worries]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[bridges]]></category>
<category><![CDATA[customer demand]]></category>
<category><![CDATA[translation]]></category>
<category><![CDATA[requirements specification]]></category>
<category><![CDATA[cooperation]]></category>
<category><![CDATA[risk]]></category>
<category><![CDATA[consultation room]]></category>
<category><![CDATA[project failure]]></category>
<category><![CDATA[danger areas]]></category>
<category><![CDATA[customer types]]></category>
<category><![CDATA[customer requirements]]></category>
<category><![CDATA[direct contact]]></category>
<category><![CDATA[profession]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-and-customer-demand-for-technology/</guid>
		<description><![CDATA[Period of the project has just begun, the project manager to do the main thing is to collect customer requirements, this is a project manager is the stage of a headache, and cooperation has just start ...]]></description>
		<content:encoded><![CDATA[Period of the project has just begun, the project manager to do the main thing is to collect customer requirements, this is a project manager is the stage of a headache, and cooperation has just start ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/yiwei-project-management-and-maintenance-of-javascript/" title="yiwei project management and maintenance of Javascript">yiwei project management and maintenance of Javascript</a> 2009-03-06 16:55:02</li>
					<li><a href="http://www.codeweblog.com/mind-mapping-software-freemind-and-mindmanager/" title="Mind Mapping Software Freemind and MindManager">Mind Mapping Software Freemind and MindManager</a> 2009-03-06 15:55:02</li>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-doubts/" title="Hibernate doubts">Hibernate doubts</a> 2009-03-01 18:37:31</li>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/how-the-project-started-how-to-get-along-with-and-customer-demand-for-technology/</wfw:commentRss>
	</item>
		<item>
		<title>Explain the role of Hibernate3 package</title>
		<link>http://www.codeweblog.com/explain-the-role-of-hibernate3-package/</link>
		<comments>http://www.codeweblog.com/explain-the-role-of-hibernate3-package/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 06:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[mainstream]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[java software]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[classpath]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[beanutils]]></category>
<category><![CDATA[byte code]]></category>
<category><![CDATA[apache development]]></category>
<category><![CDATA[core library]]></category>
<category><![CDATA[ibm developerworks]]></category>
<category><![CDATA[java xml]]></category>
<category><![CDATA[dom4j]]></category>
<category><![CDATA[jaxm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/explain-the-role-of-hibernate3-package/</guid>
		<description><![CDATA[hibernate3.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...]]></description>
		<content:encoded><![CDATA[hibernate3.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...				<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/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/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/explain-the-role-of-hibernate3-package/</wfw:commentRss>
	</item>
		<item>
		<title>How to do a good job in the industry familiar with the project management</title>
		<link>http://www.codeweblog.com/how-to-do-a-good-job-in-the-industry-familiar-with-the-project-management/</link>
		<comments>http://www.codeweblog.com/how-to-do-a-good-job-in-the-industry-familiar-with-the-project-management/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[good job]]></category>
<category><![CDATA[focus on business]]></category>
<category><![CDATA[personal experience]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[project management]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[work experience]]></category>
<category><![CDATA[colleagues]]></category>
<category><![CDATA[professional knowledge]]></category>
<category><![CDATA[business knowledge]]></category>
<category><![CDATA[internal operations]]></category>
<category><![CDATA[internal business processes]]></category>
<category><![CDATA[time discussions]]></category>
<category><![CDATA[knowledge of business]]></category>
<category><![CDATA[relevant regulations]]></category>
<category><![CDATA[business situation]]></category>
<category><![CDATA[industry business]]></category>
<category><![CDATA[company focus]]></category>
<category><![CDATA[personal knowledge]]></category>
<category><![CDATA[ow]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/how-to-do-a-good-job-in-the-industry-familiar-with-the-project-management/</guid>
		<description><![CDATA[How to do a good job in the industry familiar with the project management Based on personal experience, we can start to discuss the following points: First, as soon as possible become familiar with th ...]]></description>
		<content:encoded><![CDATA[How to do a good job in the industry familiar with the project management Based on personal experience, we can start to discuss the following points: First, as soon as possible become familiar with th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/topic-shoes-construction-ruby-client-gadget/" title="Topic: Shoes - Construction Ruby client gadget">Topic: Shoes - Construction Ruby client gadget</a> 2009-03-04 01:45:02</li>
					<li><a href="http://www.codeweblog.com/shoes-construction-ruby-client-gadget/" title="Shoes - Construction Ruby client gadget">Shoes - Construction Ruby client gadget</a> 2009-02-28 18:15:02</li>
					<li><a href="http://www.codeweblog.com/jpa-data-source-data-source-to-configure-tomcat-conversion-essay-questions/" title="JPA data source data source to configure Tomcat conversion essay questions">JPA data source data source to configure Tomcat conversion essay questions</a> 2009-02-28 16:00:38</li>
					<li><a href="http://www.codeweblog.com/what-is-the-jpa/" title="What is the JPA">What is the JPA</a> 2009-02-28 16:00:21</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/how-to-do-a-good-job-in-the-industry-familiar-with-the-project-management/</wfw:commentRss>
	</item>
		<item>
		<title>Database development norms</title>
		<link>http://www.codeweblog.com/database-development-norms/</link>
		<comments>http://www.codeweblog.com/database-development-norms/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[design principles]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[performance scalability]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[decomposition]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[database development]]></category>
<category><![CDATA[data integrity]]></category>
<category><![CDATA[data redundancy]]></category>
<category><![CDATA[storage table]]></category>
<category><![CDATA[3nf]]></category>
<category><![CDATA[index design]]></category>
<category><![CDATA[automatic id]]></category>
<category><![CDATA[key field]]></category>
<category><![CDATA[regularization]]></category>
<category><![CDATA[standardization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/database-development-norms/</guid>
		<description><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...]]></description>
		<content:encoded><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</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/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/database-development-norms/</wfw:commentRss>
	</item>
		<item>
		<title>JUnit Test Notes</title>
		<link>http://www.codeweblog.com/junit-test-notes/</link>
		<comments>http://www.codeweblog.com/junit-test-notes/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 08:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[relative path]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[large scale software]]></category>
<category><![CDATA[large scale software development]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[test class]]></category>
<category><![CDATA[matter of fact]]></category>
<category><![CDATA[new test]]></category>
<category><![CDATA[source package]]></category>
<category><![CDATA[probability]]></category>
<category><![CDATA[test project]]></category>
<category><![CDATA[package source]]></category>
<category><![CDATA[project source]]></category>
<category><![CDATA[test side]]></category>
<category><![CDATA[technology unit]]></category>
<category><![CDATA[types of compiler]]></category>
<category><![CDATA[source files]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/junit-test-notes/</guid>
		<description><![CDATA[This article was first published at my own blog http://nijiaben058.jspkj.com Welcome to everyone, I hope my blog can help everyone, I will continue to update my blog, welcome everyone to give me valua ...]]></description>
		<content:encoded><![CDATA[This article was first published at my own blog http://nijiaben058.jspkj.com Welcome to everyone, I hope my blog can help everyone, I will continue to update my blog, welcome everyone to give me valua ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-in-the-inverse-and-cascade/" title="Hibernate in the inverse and cascade">Hibernate in the inverse and cascade</a> 2009-02-28 15:59:51</li>
					<li><a href="http://www.codeweblog.com/to-a-generic-hibernate-example-dao/" title="To a generic hibernate example DAO">To a generic hibernate example DAO</a> 2009-02-28 15:59:27</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/junit-test-notes/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate with the original】 【Ibitas What is the difference between</title>
		<link>http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</link>
		<comments>http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/#comments</comments>
		<pubDate>Sun, 31 May 2009 04:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[database structure]]></category>
<category><![CDATA[maps]]></category>
<category><![CDATA[open source project]]></category>
<category><![CDATA[new projects]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[security reasons]]></category>
<category><![CDATA[database mapping]]></category>
<category><![CDATA[data access objects]]></category>
<category><![CDATA[sql programmers]]></category>
<category><![CDATA[abatis]]></category>
<category><![CDATA[select sql]]></category>
<category><![CDATA[ojb]]></category>
<category><![CDATA[stop solution]]></category>
<category><![CDATA[momentum]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</guid>
		<description><![CDATA[ibatis ----- iBATIS comes from the word &quot;internet&quot; and &quot;abatis&quot; the combination of Clinton Begin is a 2001 open-source project initiated. Initially focused on the development of en ...]]></description>
		<content:encoded><![CDATA[ibatis ----- iBATIS comes from the word &quot;internet&quot; and &quot;abatis&quot; the combination of Clinton Begin is a 2001 open-source project initiated. Initially focused on the development of en ...				<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/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/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</wfw:commentRss>
	</item>
		<item>
		<title>Software Requirements</title>
		<link>http://www.codeweblog.com/software-requirements/</link>
		<comments>http://www.codeweblog.com/software-requirements/#comments</comments>
		<pubDate>Tue, 05 May 2009 02:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[functional requirements]]></category>
<category><![CDATA[software requirements]]></category>
<category><![CDATA[case document]]></category>
<category><![CDATA[use case]]></category>
<category><![CDATA[business requirements]]></category>
<category><![CDATA[project documents]]></category>
<category><![CDATA[functional requirement]]></category>
<category><![CDATA[restrictive conditions]]></category>
<category><![CDATA[level objectives]]></category>
<category><![CDATA[external interfaces]]></category>
<category><![CDATA[response organizations]]></category>
<category><![CDATA[software functions]]></category>
<category><![CDATA[product users]]></category>
<category><![CDATA[description product]]></category>
<category><![CDATA[performance requirements]]></category>
<category><![CDATA[contracts]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-requirements/</guid>
		<description><![CDATA[Software Requirements: Business needs (business requirements), user needs (user requirements), functional requirements (functional requirement), non-functional requirements (none-functional requiremen ...]]></description>
		<content:encoded><![CDATA[Software Requirements: Business needs (business requirements), user needs (user requirements), functional requirements (functional requirement), non-functional requirements (none-functional requiremen ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/software-requirements/</wfw:commentRss>
	</item>
		<item>
		<title>AXIS Project</title>
		<link>http://www.codeweblog.com/axis-project/</link>
		<comments>http://www.codeweblog.com/axis-project/#comments</comments>
		<pubDate>Sat, 02 May 2009 06:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java language]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[axis]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[open source implementation]]></category>
<category><![CDATA[support functions]]></category>
<category><![CDATA[jax]]></category>
<category><![CDATA[jbuilder]]></category>
<category><![CDATA[apache soap]]></category>
<category><![CDATA[scalable implementation]]></category>
<category><![CDATA[soap specification]]></category>
<category><![CDATA[soap wsdl]]></category>
<category><![CDATA[architecture diagram]]></category>
<category><![CDATA[message flow]]></category>
<category><![CDATA[flexible framework]]></category>
<category><![CDATA[core engine]]></category>
<category><![CDATA[message delivery]]></category>
<category><![CDATA[substantial changes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/axis-project/</guid>
		<description><![CDATA[apache soap is the first implementation of the soap norms, it was originally developed by IBM (later called soap4j, was later handed over to the apache, it is a very outdated SOAP implementation. it p ...]]></description>
		<content:encoded><![CDATA[apache soap is the first implementation of the soap norms, it was originally developed by IBM (later called soap4j, was later handed over to the apache, it is a very outdated SOAP implementation. it p ...				<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/noclassdeffounderror-javax-servlet-servlet/" title="NoClassDefFoundError: javax / servlet / Servlet">NoClassDefFoundError: javax / servlet / Servlet</a> 2009-02-27 13:50:42</li>
					<li><a href="http://www.codeweblog.com/jsf-ejb-development-examples/" title="jsf + EJB development examples">jsf + EJB development examples</a> 2009-02-27 13:50:17</li>
					<li><a href="http://www.codeweblog.com/build-flex-spring-blazeds-hibernate-application/" title="Build flex + spring + blazeds + hibernate application">Build flex + spring + blazeds + hibernate application</a> 2009-02-27 11:20:52</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/axis-project/</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>Java Notes Annotations can really simplified J2EE development?</title>
		<link>http://www.codeweblog.com/java-notes-annotations-can-really-simplified-j2ee-development/</link>
		<comments>http://www.codeweblog.com/java-notes-annotations-can-really-simplified-j2ee-development/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 14:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web procedures]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[time java]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[pojos]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[previous version]]></category>
<category><![CDATA[tools development]]></category>
<category><![CDATA[deployment tools]]></category>
<category><![CDATA[program developers]]></category>
<category><![CDATA[meta data]]></category>
<category><![CDATA[java doc]]></category>
<category><![CDATA[ejb design]]></category>
<category><![CDATA[information code]]></category>
<category><![CDATA[test instrument]]></category>
<category><![CDATA[runas]]></category>
<category><![CDATA[return values]]></category>
<category><![CDATA[precondition]]></category>
<category><![CDATA[analysis tools]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-notes-annotations-can-really-simplified-j2ee-development/</guid>
		<description><![CDATA[With the J2EE entered after 5.0 time, Java EE5.0&#39;s a lot of features have also been widely used in J2EE programs. The Java EE5.0 Notes (Annotations) characteristic is one of the most widely used c ...]]></description>
		<content:encoded><![CDATA[With the J2EE entered after 5.0 time, Java EE5.0&#39;s a lot of features have also been widely used in J2EE programs. The Java EE5.0 Notes (Annotations) characteristic is one of the most widely used c ...				<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/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/java-notes-annotations-can-really-simplified-j2ee-development/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA EE JSP 2.1</title>
		<link>http://www.codeweblog.com/java-ee-jsp-2-1/</link>
		<comments>http://www.codeweblog.com/java-ee-jsp-2-1/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jsr]]></category>
<category><![CDATA[circumstances]]></category>
<category><![CDATA[new features]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[paragraph]]></category>
<category><![CDATA[servlets]]></category>
<category><![CDATA[stresses]]></category>
<category><![CDATA[sun company]]></category>
<category><![CDATA[expert group]]></category>
<category><![CDATA[tutorial jsp]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-ee-jsp-2-1/</guid>
		<description><![CDATA[http://www.ibeifeng.com/read.php?tid=11074 Actual video韩顺ping J2EE Tutorial JSP Part 1, paragraph 9 ----- stresses thunder: / / QUFmdHA6Ly9Bbm9ueW1vdXNANTguNTIuMTYxLjM3L7fH1K20tC9KMkVFL1u6q8uzxr1dSjJF ...]]></description>
		<content:encoded><![CDATA[http://www.ibeifeng.com/read.php?tid=11074 Actual video韩顺ping J2EE Tutorial JSP Part 1, paragraph 9 ----- stresses thunder: / / QUFmdHA6Ly9Bbm9ueW1vdXNANTguNTIuMTYxLjM3L7fH1K20tC9KMkVFL1u6q8uzxr1dSjJF ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/" title="SUI-JavaScript rich UI library integration solution">SUI-JavaScript rich UI library integration solution</a> 2009-03-03 01:05:04</li>
					<li><a href="http://www.codeweblog.com/about-rails-install-mysql-driver-error-problem/" title="About rails install mysql driver error problem">About rails install mysql driver error problem</a> 2009-03-02 16:50:01</li>
					<li><a href="http://www.codeweblog.com/have-resolved-how-to-give-rails-of-the-model-class-of-congestive-include-extent-module/" title="[Have resolved] how to give rails of the model class of congestive (include / extent module)">[Have resolved] how to give rails of the model class of congestive (include / extent module)</a> 2009-03-02 07:35:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/servlet-specification-2-2/" title="servlet specification 2.2">servlet specification 2.2</a> 2009-02-28 15:58:46</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-ee-jsp-2-1/</wfw:commentRss>
	</item>
		<item>
		<title>Personal java web framework, Chuan-up study and communicate with everyone.</title>
		<link>http://www.codeweblog.com/personal-java-web-framework-chuan-up-study-and-communicate-with-everyone/</link>
		<comments>http://www.codeweblog.com/personal-java-web-framework-chuan-up-study-and-communicate-with-everyone/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 02:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[servlet]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[solid foundation]]></category>
<category><![CDATA[state management]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[coupling]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[rewrite]]></category>
<category><![CDATA[containers]]></category>
<category><![CDATA[shoulders of giants]]></category>
<category><![CDATA[open source code]]></category>
<category><![CDATA[pagecontext]]></category>
<category><![CDATA[personal java]]></category>
<category><![CDATA[completion status]]></category>
<category><![CDATA[jsf]]></category>
<category><![CDATA[status monitor]]></category>
<category><![CDATA[management functions]]></category>
<category><![CDATA[seam]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/personal-java-web-framework-chuan-up-study-and-communicate-with-everyone/</guid>
		<description><![CDATA[I spent a lot of time pondering the web framework for java, but few have fully satisfied with the framework may be each person has a different understanding and preferences. I write web applications,  ...]]></description>
		<content:encoded><![CDATA[I spent a lot of time pondering the web framework for java, but few have fully satisfied with the framework may be each person has a different understanding and preferences. I write web applications,  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/personal-java-web-framework-chuan-up-study-and-communicate-with-everyone/</wfw:commentRss>
	</item>
		<item>
		<title>Remote Service Invocation Framework design and implementation</title>
		<link>http://www.codeweblog.com/remote-service-invocation-framework-design-and-implementation/</link>
		<comments>http://www.codeweblog.com/remote-service-invocation-framework-design-and-implementation/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 22:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[email]]></category>
<category><![CDATA[interface definition]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[repos]]></category>
<category><![CDATA[service invocation]]></category>
<category><![CDATA[technical implementation]]></category>
<category><![CDATA[framework design]]></category>
<category><![CDATA[opentech]]></category>
<category><![CDATA[alibaba]]></category>
<category><![CDATA[remoting]]></category>
<category><![CDATA[sandbox]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/remote-service-invocation-framework-design-and-implementation/</guid>
		<description><![CDATA[Remote Service Invocation Framework design and implementation Auther: cenwenchu Email: wenchu.cenwc @ alibaba-inc.com Version: 0.1 Date: 2007-6-22 SVN: http://svn.alibaba-inc.com/repos/opentech/sandbo ...]]></description>
		<content:encoded><![CDATA[Remote Service Invocation Framework design and implementation Auther: cenwenchu Email: wenchu.cenwc @ alibaba-inc.com Version: 0.1 Date: 2007-6-22 SVN: http://svn.alibaba-inc.com/repos/opentech/sandbo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/20-principles-of-needs-analysis/" title="20 principles of needs analysis">20 principles of needs analysis</a> 2009-03-06 19:00:04</li>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
					<li><a href="http://www.codeweblog.com/ext-common-problem-of-summing-up/" title="Ext common problem of summing up">Ext common problem of summing up</a> 2009-03-05 19:55:02</li>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
					<li><a href="http://www.codeweblog.com/hibernate-parabolic-mistake-null-in-entry/" title="hibernate parabolic mistake: null in entry">hibernate parabolic mistake: null in entry</a> 2009-02-27 11:22:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/remote-service-invocation-framework-design-and-implementation/</wfw:commentRss>
	</item>
		<item>
		<title>2. Framework developers should be comply with a standardized programming model</title>
		<link>http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/</link>
		<comments>http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[naming convention]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[development framework]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[library files]]></category>
<category><![CDATA[interface window]]></category>
<category><![CDATA[object case]]></category>
<category><![CDATA[normative documents]]></category>
<category><![CDATA[personnel documents]]></category>
<category><![CDATA[files library]]></category>
<category><![CDATA[program interface]]></category>
<category><![CDATA[global function]]></category>
<category><![CDATA[features service]]></category>
<category><![CDATA[affairs library]]></category>
<category><![CDATA[developer services]]></category>
<category><![CDATA[interface design]]></category>
<category><![CDATA[management standards]]></category>
<category><![CDATA[stringent requirements]]></category>
<category><![CDATA[document control]]></category>
<category><![CDATA[configuration management]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/</guid>
		<description><![CDATA[Strictly speaking, all developers should comply with organizations to develop effective programming norms, however, because the framework of the development of procedures for the preparation of person ...]]></description>
		<content:encoded><![CDATA[Strictly speaking, all developers should comply with organizations to develop effective programming norms, however, because the framework of the development of procedures for the preparation of person ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
					<li><a href="http://www.codeweblog.com/talk-about-the-design-mode/" title="Talk about the "design mode"">Talk about the "design mode"</a> 2009-03-02 22:05:02</li>
					<li><a href="http://www.codeweblog.com/extjs-development-environment-set-up-and-practice/" title="extjs development environment set up and practice">extjs development environment set up and practice</a> 2009-03-02 05:35:01</li>
					<li><a href="http://www.codeweblog.com/building-scalable-java-ee-application-2/" title="Building Scalable java EE application (2)">Building Scalable java EE application (2)</a> 2009-02-28 15:59:22</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/</wfw:commentRss>
	</item>
		<item>
		<title>Summary of design</title>
		<link>http://www.codeweblog.com/summary-of-design/</link>
		<comments>http://www.codeweblog.com/summary-of-design/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[detailed design]]></category>
<category><![CDATA[design documents]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[system architecture]]></category>
<category><![CDATA[design phase]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[system interface]]></category>
<category><![CDATA[misunderstanding]]></category>
<category><![CDATA[software development work]]></category>
<category><![CDATA[guidance development]]></category>
<category><![CDATA[performance structure]]></category>
<category><![CDATA[design functions]]></category>
<category><![CDATA[suitable environment]]></category>
<category><![CDATA[design document]]></category>
<category><![CDATA[orderly manner]]></category>
<category><![CDATA[future systems]]></category>
<category><![CDATA[joint operations]]></category>
<category><![CDATA[ways and means]]></category>
<category><![CDATA[software system]]></category>
<category><![CDATA[business processes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/summary-of-design/</guid>
		<description><![CDATA[Abstract: This article is a summary of the design at the practice and study some of the experiences with the study notes, I hope to share with you if there is inappropriate please correct me. Keyword: ...]]></description>
		<content:encoded><![CDATA[Abstract: This article is a summary of the design at the practice and study some of the experiences with the study notes, I hope to share with you if there is inappropriate please correct me. Keyword: ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/junit-unit-testing-summary/" title="JUnit Unit Testing Summary">JUnit Unit Testing Summary</a> 2009-03-01 05:35:02</li>
					<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/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/summary-of-design/</wfw:commentRss>
	</item>
		<item>
		<title>What is REST Architecture</title>
		<link>http://www.codeweblog.com/what-is-rest-architecture/</link>
		<comments>http://www.codeweblog.com/what-is-rest-architecture/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[data storage]]></category>
<category><![CDATA[system architecture]]></category>
<category><![CDATA[chinese translation]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[representational state transfer]]></category>
<category><![CDATA[mainstream technology]]></category>
<category><![CDATA[roy thomas]]></category>
<category><![CDATA[client server model]]></category>
<category><![CDATA[internet application development]]></category>
<category><![CDATA[architecture styles]]></category>
<category><![CDATA[software architectures]]></category>
<category><![CDATA[style of architecture]]></category>
<category><![CDATA[style architecture]]></category>
<category><![CDATA[new architecture]]></category>
<category><![CDATA[state transition]]></category>
<category><![CDATA[web architecture]]></category>
<category><![CDATA[system scalability]]></category>
<category><![CDATA[traditional web]]></category>
<category><![CDATA[architectural styles]]></category>
<category><![CDATA[server components]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/what-is-rest-architecture/</guid>
		<description><![CDATA[REST-style architecture is a new Web application for the development of style, is the world&#39;s most successful Internet Hypermedia Distributed System Architecture, it allows people to really unders ...]]></description>
		<content:encoded><![CDATA[REST-style architecture is a new Web application for the development of style, is the world&#39;s most successful Internet Hypermedia Distributed System Architecture, it allows people to really unders ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/project-manager-qualities/" title="Project manager qualities">Project manager qualities</a> 2009-03-06 13:50:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-performance-tuning-the-focus-of-understanding/" title="Hibernate performance tuning (the focus of understanding)">Hibernate performance tuning (the focus of understanding)</a> 2009-03-03 10:26:40</li>
					<li><a href="http://www.codeweblog.com/i-heard-good-ruby-and-rails-site/" title="I heard good Ruby and Rails site">I heard good Ruby and Rails site</a> 2009-03-02 21:05:02</li>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35:02</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/what-is-rest-architecture/</wfw:commentRss>
	</item>
		<item>
		<title>A classic english Rails AJAX sorting and paging sample</title>
		<link>http://www.codeweblog.com/a-classic-english-rails-ajax-sorting-and-paging-sample/</link>
		<comments>http://www.codeweblog.com/a-classic-english-rails-ajax-sorting-and-paging-sample/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[variable name]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[demonstration]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[rationale]]></category>
<category><![CDATA[two areas]]></category>
<category><![CDATA[sqlite]]></category>
<category><![CDATA[detailed explanations]]></category>
<category><![CDATA[mother tongue]]></category>
<category><![CDATA[application installation]]></category>
<category><![CDATA[search examples]]></category>
<category><![CDATA[time search]]></category>
<category><![CDATA[support database]]></category>
<category><![CDATA[good understanding]]></category>
<category><![CDATA[plagiarism]]></category>
<category><![CDATA[aja]]></category>
<category><![CDATA[skeleton]]></category>
<category><![CDATA[mission statement]]></category>
<category><![CDATA[search box]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-classic-english-rails-ajax-sorting-and-paging-sample/</guid>
		<description><![CDATA[This is a classic (in my opinion ^ _ ^) is used to display, ajax call to sort, search and paging example. This sample is characterized by the process of writing put considerable wordily, designed to k ...]]></description>
		<content:encoded><![CDATA[This is a classic (in my opinion ^ _ ^) is used to display, ajax call to sort, search and paging example. This sample is characterized by the process of writing put considerable wordily, designed to k ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/a-classic-english-rails-ajax-sorting-and-paging-sample/</wfw:commentRss>
	</item>
		<item>
		<title>Who is in your heart the best AJAX framework</title>
		<link>http://www.codeweblog.com/who-is-in-your-heart-the-best-ajax-framework/</link>
		<comments>http://www.codeweblog.com/who-is-in-your-heart-the-best-ajax-framework/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:20:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[loading mechanism]]></category>
<category><![CDATA[no doubt]]></category>
<category><![CDATA[frameworks]]></category>
<category><![CDATA[javascript language]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[js library]]></category>
<category><![CDATA[component library]]></category>
<category><![CDATA[library prototype]]></category>
<category><![CDATA[professional development team]]></category>
<category><![CDATA[peripheral expansion]]></category>
<category><![CDATA[tool library]]></category>
<category><![CDATA[ui component]]></category>
<category><![CDATA[mechanism design]]></category>
<category><![CDATA[endless stream]]></category>
<category><![CDATA[yui]]></category>
<category><![CDATA[learning resources]]></category>
<category><![CDATA[alphabetical order]]></category>
<category><![CDATA[threshold]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/who-is-in-your-heart-the-best-ajax-framework/</guid>
		<description><![CDATA[Reproduced source: http://subject.csdn.net/ajaxframework.htm Quotations There is no doubt, Ajax as one of the most popular technology, the best framework for an endless stream. Prototype, Dwr, Dojo, J ...]]></description>
		<content:encoded><![CDATA[Reproduced source: http://subject.csdn.net/ajaxframework.htm Quotations There is no doubt, Ajax as one of the most popular technology, the best framework for an endless stream. Prototype, Dwr, Dojo, J ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<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/hibernate-load-delay/" title="hibernate load delay">hibernate load delay</a> 2009-02-28 16:00:05</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/who-is-in-your-heart-the-best-ajax-framework/</wfw:commentRss>
	</item>
		<item>
		<title>20 principles of needs analysis</title>
		<link>http://www.codeweblog.com/20-principles-of-needs-analysis/</link>
		<comments>http://www.codeweblog.com/20-principles-of-needs-analysis/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 19:00:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[customer needs]]></category>
<category><![CDATA[excellent software]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[demand for explanation]]></category>
<category><![CDATA[printing terminology]]></category>
<category><![CDATA[expression language]]></category>
<category><![CDATA[language habits]]></category>
<category><![CDATA[industry terminology]]></category>
<category><![CDATA[software report]]></category>
<category><![CDATA[term customers]]></category>
<category><![CDATA[quality objectives]]></category>
<category><![CDATA[current staff]]></category>
<category><![CDATA[client business]]></category>
<category><![CDATA[functional requirements]]></category>
<category><![CDATA[work flow]]></category>
<category><![CDATA[writing software]]></category>
<category><![CDATA[computer industry]]></category>
<category><![CDATA[current system]]></category>
<category><![CDATA[teaching staff]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/20-principles-of-needs-analysis/</guid>
		<description><![CDATA[1, analysis of staff in line with the client to use the expression language habits The discussion focused on the needs of business needs and mission, and therefore the use of the term. Customers shoul ...]]></description>
		<content:encoded><![CDATA[1, analysis of staff in line with the client to use the expression language habits The discussion focused on the needs of business needs and mission, and therefore the use of the term. Customers shoul ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/universal-data-access-control-system-design/" title="Universal Data Access Control System Design">Universal Data Access Control System Design</a> 2009-02-28 09:05:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</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-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/20-principles-of-needs-analysis/</wfw:commentRss>
	</item>
		<item>
		<title>Project manager qualities</title>
		<link>http://www.codeweblog.com/project-manager-qualities/</link>
		<comments>http://www.codeweblog.com/project-manager-qualities/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[software development process]]></category>
<category><![CDATA[affinity affinity]]></category>
<category><![CDATA[software development project]]></category>
<category><![CDATA[truth project]]></category>
<category><![CDATA[necessary qualities]]></category>
<category><![CDATA[centripetal force]]></category>
<category><![CDATA[chinese software]]></category>
<category><![CDATA[leadership team]]></category>
<category><![CDATA[mutual trust]]></category>
<category><![CDATA[impediments]]></category>
<category><![CDATA[interdependence]]></category>
<category><![CDATA[text content]]></category>
<category><![CDATA[setbacks]]></category>
<category><![CDATA[ordination]]></category>
<category><![CDATA[concomitant]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[obstacles]]></category>
<category><![CDATA[phenomenon]]></category>
<category><![CDATA[project management]]></category>
<category><![CDATA[management system]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/project-manager-qualities/</guid>
		<description><![CDATA[/ ** Disclaimer: the text content from the network ** / Lot of people think that the project manager is always associated with &quot;the ideal and the glorious&quot; concomitant, in fact, as a interes ...]]></description>
		<content:encoded><![CDATA[/ ** Disclaimer: the text content from the network ** / Lot of people think that the project manager is always associated with &quot;the ideal and the glorious&quot; concomitant, in fact, as a interes ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/demand-assessment-and-demand-for-testing/" title="Demand assessment and demand for testing">Demand assessment and demand for testing</a> 2009-03-06 11:45:03</li>
					<li><a href="http://www.codeweblog.com/designed-with-the-real-coding/" title="Designed with the real coding">Designed with the real coding</a> 2009-03-06 10:45:02</li>
					<li><a href="http://www.codeweblog.com/design-pattern-in-ejb-applications/" title="Design Pattern in EJB Applications">Design Pattern in EJB Applications</a> 2009-03-04 09:50:17</li>
					<li><a href="http://www.codeweblog.com/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/project-manager-qualities/</wfw:commentRss>
	</item>
	</channel>
</rss>
