<?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>data model</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/data-model/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>data model</description>
	<pubDate>Mon, 22 Mar 2010 09:43:02+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Beginners MVC</title>
		<link>http://www.codeweblog.com/beginners-mvc/</link>
		<comments>http://www.codeweblog.com/beginners-mvc/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:55:33+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[model model]]></category>
<category><![CDATA[software development process]]></category>
<category><![CDATA[controller code]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[design idea]]></category>
<category><![CDATA[development time]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[division of labor]]></category>
<category><![CDATA[interface changes]]></category>
<category><![CDATA[data processing]]></category>
<category><![CDATA[model view]]></category>
<category><![CDATA[business rules]]></category>
<category><![CDATA[model 1]]></category>
<category><![CDATA[processing unit]]></category>
<category><![CDATA[substantial reduction]]></category>
<category><![CDATA[connection model]]></category>
<category><![CDATA[pipe layer]]></category>
<category><![CDATA[packet data]]></category>
<category><![CDATA[choreography]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/beginners-mvc/</guid>
		<description><![CDATA[MVC (Model-View-Control), in my opinion is a design idea can help us to design a structured and ordered. And I also believe that since it is an idea, it can also be used for more other areas. MVC will ...]]></description>
		<content:encoded><![CDATA[MVC (Model-View-Control), in my opinion is a design idea can help us to design a structured and ordered. And I also believe that since it is an idea, it can also be used for more other areas. MVC will ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/beginners-mvc/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax: Java Object Serialization</title>
		<link>http://www.codeweblog.com/ajax-java-object-serialization/</link>
		<comments>http://www.codeweblog.com/ajax-java-object-serialization/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[xml documents]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[web developers]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[java developers]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[html pages]]></category>
<category><![CDATA[traditional web]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[customer orders]]></category>
<category><![CDATA[model view controller]]></category>
<category><![CDATA[use case]]></category>
<category><![CDATA[object graph]]></category>
<category><![CDATA[technical characteristics]]></category>
<category><![CDATA[client requests]]></category>
<category><![CDATA[case example]]></category>
<category><![CDATA[java object serialization]]></category>
<category><![CDATA[text transmission]]></category>
<category><![CDATA[centric view]]></category>
<category><![CDATA[store customers]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-java-object-serialization/</guid>
		<description><![CDATA[In this paper, we discuss the basics of Ajax development, but will focus on a number of Java Web developers are most concerned about the issue: In order to generate data on the client. Most Java devel ...]]></description>
		<content:encoded><![CDATA[In this paper, we discuss the basics of Ajax development, but will focus on a number of Java Web developers are most concerned about the issue: In order to generate data on the client. Most Java devel ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/maven-2-0-compile-test-deployment-run/" title="Maven 2.0: Compile. Test. Deployment. Run">Maven 2.0: Compile. Test. Deployment. Run</a> 2009-02-28 12:05:03</li>
					<li><a href="http://www.codeweblog.com/js-events-dynamically-add-and-write-off/" title="js events dynamically add and write-off">js events dynamically add and write-off</a> 2009-02-27 23:55:03</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/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-java-object-serialization/</wfw:commentRss>
	</item>
		<item>
		<title>java database design techniques in the 14</title>
		<link>http://www.codeweblog.com/java-database-design-techniques-in-the-14/</link>
		<comments>http://www.codeweblog.com/java-database-design-techniques-in-the-14/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:55:51+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java database]]></category>
<category><![CDATA[database design]]></category>
<category><![CDATA[application development]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[development application]]></category>
<category><![CDATA[human resources information system]]></category>
<category><![CDATA[resources information system]]></category>
<category><![CDATA[information core]]></category>
<category><![CDATA[staff table]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[exceptional circumstances]]></category>
<category><![CDATA[social relationships]]></category>
<category><![CDATA[design expert]]></category>
<category><![CDATA[human resources information]]></category>
<category><![CDATA[key design]]></category>
<category><![CDATA[biographical information]]></category>
<category><![CDATA[database analysis]]></category>
<category><![CDATA[input example]]></category>
<category><![CDATA[work history]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-database-design-techniques-in-the-14/</guid>
		<description><![CDATA[The following 14 techniques, many people in a large number of database analysis and design practice, summed up gradually. For the use of these experiences, the reader can not help bowls of Health, by  ...]]></description>
		<content:encoded><![CDATA[The following 14 techniques, many people in a large number of database analysis and design practice, summed up gradually. For the use of these experiences, the reader can not help bowls of Health, by  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/the-merits-of-the-field-driven-development/" title="The merits of the field-driven development">The merits of the field-driven development</a> 2009-03-01 11:55:02</li>
					<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/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/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/java-database-design-techniques-in-the-14/</wfw:commentRss>
	</item>
		<item>
		<title>Notes Object Persistence</title>
		<link>http://www.codeweblog.com/notes-object-persistence/</link>
		<comments>http://www.codeweblog.com/notes-object-persistence/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[object oriented programming]]></category>
<category><![CDATA[relational model]]></category>
<category><![CDATA[object persistence]]></category>
<category><![CDATA[domain object]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[syntax error]]></category>
<category><![CDATA[data models]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[run time error]]></category>
<category><![CDATA[java domain]]></category>
<category><![CDATA[domain objects]]></category>
<category><![CDATA[access code]]></category>
<category><![CDATA[database 2]]></category>
<category><![CDATA[program structure]]></category>
<category><![CDATA[poor readability]]></category>
<category><![CDATA[business entity]]></category>
<category><![CDATA[session ejb]]></category>
<category><![CDATA[relevant code]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/notes-object-persistence/</guid>
		<description><![CDATA[III. Java domain objects used in the comparison lasting technology Java in the current total of five kinds of commonly used model to achieve lasting: 1 jdbc direct access to the database 2 active doma ...]]></description>
		<content:encoded><![CDATA[III. Java domain objects used in the comparison lasting technology Java in the current total of five kinds of commonly used model to achieve lasting: 1 jdbc direct access to the database 2 active doma ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/notes-object-persistence/</wfw:commentRss>
	</item>
		<item>
		<title>Introduction to Hibernate</title>
		<link>http://www.codeweblog.com/introduction-to-hibernate/</link>
		<comments>http://www.codeweblog.com/introduction-to-hibernate/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[impedance mismatch]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[domain model]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[design stage]]></category>
<category><![CDATA[phase separation]]></category>
<category><![CDATA[object relational]]></category>
<category><![CDATA[model changes]]></category>
<category><![CDATA[type attributes]]></category>
<category><![CDATA[poor readability]]></category>
<category><![CDATA[performance domain]]></category>
<category><![CDATA[physical relationship]]></category>
<category><![CDATA[memory performance]]></category>
<category><![CDATA[relational mapping]]></category>
<category><![CDATA[business objects]]></category>
<category><![CDATA[conceptual model]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/introduction-to-hibernate/</guid>
		<description><![CDATA[1, Why should there be a hibernate? Because in the development of various sub-systems, we need to have the idea, so that the software has better scalability and flexibility! 2, the performance of the  ...]]></description>
		<content:encoded><![CDATA[1, Why should there be a hibernate? Because in the development of various sub-systems, we need to have the idea, so that the software has better scalability and flexibility! 2, the performance of the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/introduction-to-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX + XML-based XLoadTree dynamic loading of components of the document tree JS</title>
		<link>http://www.codeweblog.com/ajax-xml-based-xloadtree-dynamic-loading-of-components-of-the-document-tree-js/</link>
		<comments>http://www.codeweblog.com/ajax-xml-based-xloadtree-dynamic-loading-of-components-of-the-document-tree-js/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 21:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dynamic loading]]></category>
<category><![CDATA[scripts]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[zh]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[shape]]></category>
<category><![CDATA[next generation]]></category>
<category><![CDATA[original version]]></category>
<category><![CDATA[xtree]]></category>
<category><![CDATA[xml dom]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[apache software license]]></category>
<category><![CDATA[tree node]]></category>
<category><![CDATA[script dhtml]]></category>
<category><![CDATA[introduction introduction]]></category>
<category><![CDATA[model changes]]></category>
<category><![CDATA[brilliant idea]]></category>
<category><![CDATA[document tree]]></category>
<category><![CDATA[emil]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-xml-based-xloadtree-dynamic-loading-of-components-of-the-document-tree-js/</guid>
		<description><![CDATA[Tree node has recently started to load and read a good article, look around them to share BeanSoft evaluation: This component tree is not perfect, but it is based on self-object-oriented, based on the ...]]></description>
		<content:encoded><![CDATA[Tree node has recently started to load and read a good article, look around them to share BeanSoft evaluation: This component tree is not perfect, but it is based on self-object-oriented, based on the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</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>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-xml-based-xloadtree-dynamic-loading-of-components-of-the-document-tree-js/</wfw:commentRss>
	</item>
		<item>
		<title>Jpetstore study through the basic usage WSAD.ROSE.WEBSPHERE</title>
		<link>http://www.codeweblog.com/jpetstore-study-through-the-basic-usage-wsad-rose-websphere/</link>
		<comments>http://www.codeweblog.com/jpetstore-study-through-the-basic-usage-wsad-rose-websphere/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jsp ejb]]></category>
<category><![CDATA[web model]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[test environment]]></category>
<category><![CDATA[operating environment]]></category>
<category><![CDATA[blueprint]]></category>
<category><![CDATA[copyright notice]]></category>
<category><![CDATA[request parameters]]></category>
<category><![CDATA[model web]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[preface]]></category>
<category><![CDATA[webservice]]></category>
<category><![CDATA[model data]]></category>
<category><![CDATA[english menu]]></category>
<category><![CDATA[use case model]]></category>
<category><![CDATA[rational software architect]]></category>
<category><![CDATA[product matrix]]></category>
<category><![CDATA[source product]]></category>
<category><![CDATA[redbook]]></category>
<category><![CDATA[pet store]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jpetstore-study-through-the-basic-usage-wsad-rose-websphere/</guid>
		<description><![CDATA[Copyright notice: You can freely reprint, reprint, and be sure to retain the link below: Author: moyunhe Source: Product Matrix WebSphere and IBM Forum Preface &lt;br /&gt; Although IBM gave up WSAD,  ...]]></description>
		<content:encoded><![CDATA[Copyright notice: You can freely reprint, reprint, and be sure to retain the link below: Author: moyunhe Source: Product Matrix WebSphere and IBM Forum Preface &lt;br /&gt; Although IBM gave up WSAD,  ...				<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/jbpm-development-getting-started-guide/" title="jBPM Development Getting Started Guide">jBPM Development Getting Started Guide</a> 2009-02-28 07:00:10</li>
					<li><a href="http://www.codeweblog.com/openfire-plugin-developer-s-guide/" title="Openfire Plugin Developer's Guide">Openfire Plugin Developer's Guide</a> 2009-02-28 01:55:03</li>
					<li><a href="http://www.codeweblog.com/how-the-primary-key-agent-hibernate/" title="How the primary key agent-hibernate">How the primary key agent-hibernate</a> 2009-02-27 13:50:24</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jpetstore-study-through-the-basic-usage-wsad-rose-websphere/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA database design skills</title>
		<link>http://www.codeweblog.com/java-database-design-skills/</link>
		<comments>http://www.codeweblog.com/java-database-design-skills/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 01:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java database]]></category>
<category><![CDATA[correlation]]></category>
<category><![CDATA[application development]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[development application]]></category>
<category><![CDATA[database design skills]]></category>
<category><![CDATA[human resources information system]]></category>
<category><![CDATA[resources information system]]></category>
<category><![CDATA[resume form]]></category>
<category><![CDATA[staff table]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[exceptional circumstances]]></category>
<category><![CDATA[social relationships]]></category>
<category><![CDATA[design expert]]></category>
<category><![CDATA[human resources information]]></category>
<category><![CDATA[key design]]></category>
<category><![CDATA[biographical information]]></category>
<category><![CDATA[descendants]]></category>
<category><![CDATA[database analysis]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-database-design-skills/</guid>
		<description><![CDATA[The following 14 techniques are lot of people at many database analysis and design practice, summed up gradually. For the use of these experiences, the reader can not help bowls of Health, by rote, an ...]]></description>
		<content:encoded><![CDATA[The following 14 techniques are lot of people at many database analysis and design practice, summed up gradually. For the use of these experiences, the reader can not help bowls of Health, by rote, an ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/" title="【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output">【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output</a> 2009-03-27 09:20:03</li>
					<li><a href="http://www.codeweblog.com/mootools-prospects-used-repeat-invent-the-wheel-and-vs/" title="Mootools prospects? Used repeat-invent the wheel and VS">Mootools prospects? Used repeat-invent the wheel and VS</a> 2009-03-13 21:55: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/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/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/java-database-design-skills/</wfw:commentRss>
	</item>
		<item>
		<title>14 database design skills</title>
		<link>http://www.codeweblog.com/14-database-design-skills/</link>
		<comments>http://www.codeweblog.com/14-database-design-skills/#comments</comments>
		<pubDate>Tue, 05 May 2009 05:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[correlation]]></category>
<category><![CDATA[interface design]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[database design skills]]></category>
<category><![CDATA[human resources information system]]></category>
<category><![CDATA[resources information system]]></category>
<category><![CDATA[resume form]]></category>
<category><![CDATA[information core]]></category>
<category><![CDATA[staff table]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[exceptional circumstances]]></category>
<category><![CDATA[social relationships]]></category>
<category><![CDATA[abstract thought]]></category>
<category><![CDATA[design expert]]></category>
<category><![CDATA[basic nature]]></category>
<category><![CDATA[human resources information]]></category>
<category><![CDATA[key design]]></category>
<category><![CDATA[biographical information]]></category>
<category><![CDATA[descendants]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/14-database-design-skills/</guid>
		<description><![CDATA[1. Original documents and the relationship between entities can be one-on-one, one-to-many, many-to-many relationship. Under normal circumstances, they are one-on-one relationship: the one and only or ...]]></description>
		<content:encoded><![CDATA[1. Original documents and the relationship between entities can be one-on-one, one-to-many, many-to-many relationship. Under normal circumstances, they are one-on-one relationship: the one and only or ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/" title="Shorten the development time of ten pages Ways">Shorten the development time of ten pages Ways</a> 2009-04-07 11:50:02</li>
					<li><a href="http://www.codeweblog.com/efficient-java-rmi-hessian/" title="Efficient Java RMI Hessian">Efficient Java RMI Hessian</a> 2009-03-30 23:30:02</li>
					<li><a href="http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/" title="【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output">【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output</a> 2009-03-27 09:20:03</li>
					<li><a href="http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/" title="2. Framework developers should be comply with a standardized programming model">2. Framework developers should be comply with a standardized programming model</a> 2009-03-25 05:35: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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/14-database-design-skills/</wfw:commentRss>
	</item>
		<item>
		<title>Database design skills of 14</title>
		<link>http://www.codeweblog.com/database-design-skills-of-14/</link>
		<comments>http://www.codeweblog.com/database-design-skills-of-14/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[correlation]]></category>
<category><![CDATA[interface design]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[database design skills]]></category>
<category><![CDATA[human resources information system]]></category>
<category><![CDATA[resources information system]]></category>
<category><![CDATA[resume form]]></category>
<category><![CDATA[information core]]></category>
<category><![CDATA[staff table]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[exceptional circumstances]]></category>
<category><![CDATA[social relationships]]></category>
<category><![CDATA[abstract thought]]></category>
<category><![CDATA[design expert]]></category>
<category><![CDATA[basic nature]]></category>
<category><![CDATA[human resources information]]></category>
<category><![CDATA[key design]]></category>
<category><![CDATA[biographical information]]></category>
<category><![CDATA[descendants]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/database-design-skills-of-14/</guid>
		<description><![CDATA[1. Original documents and the relationship between entities can be one-on-one, one-to-many, many-to-many relationship. Under normal circumstances, they are one-on-one relationship: the one and only or ...]]></description>
		<content:encoded><![CDATA[1. Original documents and the relationship between entities can be one-on-one, one-to-many, many-to-many relationship. Under normal circumstances, they are one-on-one relationship: the one and only or ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/" title="Shorten the development time of ten pages Ways">Shorten the development time of ten pages Ways</a> 2009-04-07 11:50:02</li>
					<li><a href="http://www.codeweblog.com/efficient-java-rmi-hessian/" title="Efficient Java RMI Hessian">Efficient Java RMI Hessian</a> 2009-03-30 23:30:02</li>
					<li><a href="http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/" title="【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output">【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output</a> 2009-03-27 09:20:03</li>
					<li><a href="http://www.codeweblog.com/2-framework-developers-should-be-comply-with-a-standardized-programming-model/" title="2. Framework developers should be comply with a standardized programming model">2. Framework developers should be comply with a standardized programming model</a> 2009-03-25 05:35: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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/database-design-skills-of-14/</wfw:commentRss>
	</item>
		<item>
		<title>【转载】 Part I. Designed Quick Start Guide --- --- Template + data model = output</title>
		<link>http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/</link>
		<comments>http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 09:20:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[design phase]]></category>
<category><![CDATA[html documents]]></category>
<category><![CDATA[h1]]></category>
<category><![CDATA[html fragment]]></category>
<category><![CDATA[time developers]]></category>
<category><![CDATA[memory contents]]></category>
<category><![CDATA[output template]]></category>
<category><![CDATA[freemarker]]></category>
<category><![CDATA[template data]]></category>
<category><![CDATA[guide template]]></category>
<category><![CDATA[model output]]></category>
<category><![CDATA[conversion rate]]></category>
<category><![CDATA[data models]]></category>
<category><![CDATA[welcome user]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[commerce application]]></category>
<category><![CDATA[time status]]></category>
<category><![CDATA[dynamic data]]></category>
<category><![CDATA[page displays]]></category>
<category><![CDATA[customer orders]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/</guid>
		<description><![CDATA[Chapter 1. Quick Start Quick Start Template + data model = output Template + data model = output FreeMarker is based on an idea: designers and developers are different people, they were good at differ ...]]></description>
		<content:encoded><![CDATA[Chapter 1. Quick Start Quick Start Template + data model = output Template + data model = output FreeMarker is based on an idea: designers and developers are different people, they were good at differ ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/pages-14-to-accelerate-the-optimization-of-the-rules/" title="Pages 14 to accelerate the optimization of the rules">Pages 14 to accelerate the optimization of the rules</a> 2009-03-13 19:50:02</li>
					<li><a href="http://www.codeweblog.com/effect-js-pulldown-menu/" title="[Effect] JS pulldown menu">[Effect] JS pulldown menu</a> 2009-03-12 16:15:02</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/web-site-speed-program/" title="Web site speed program">Web site speed program</a> 2009-03-05 18:55:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/%e3%80%90%e8%bd%ac%e8%bd%bd%e3%80%91-part-i-designed-quick-start-guide-template-data-model-output/</wfw:commentRss>
	</item>
	</channel>
</rss>
