<?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>instances</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/instances/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>instances</description>
	<pubDate>Sun, 21 Mar 2010 13:15:03+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Tomcat multi-port, multi-virtual host configuration</title>
		<link>http://www.codeweblog.com/tomcat-multi-port-multi-virtual-host-configuration/</link>
		<comments>http://www.codeweblog.com/tomcat-multi-port-multi-virtual-host-configuration/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 12:00:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[production environment]]></category>
<category><![CDATA[deployment]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[system resources]]></category>
<category><![CDATA[circumstances]]></category>
<category><![CDATA[virtual directory]]></category>
<category><![CDATA[protocol]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[customization]]></category>
<category><![CDATA[domain names]]></category>
<category><![CDATA[connector port]]></category>
<category><![CDATA[ports]]></category>
<category><![CDATA[port management]]></category>
<category><![CDATA[overflow problem]]></category>
<category><![CDATA[virtual host configuration]]></category>
<category><![CDATA[mutual interference]]></category>
<category><![CDATA[unsafe situations]]></category>
<category><![CDATA[service approach]]></category>
<category><![CDATA[port 8081]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/tomcat-multi-port-multi-virtual-host-configuration/</guid>
		<description><![CDATA[Tomcat greater use in the development environment, but sometimes also done production environment. In a production environment will be encountered more needs to be placed in a tomcat multiple sites un ...]]></description>
		<content:encoded><![CDATA[Tomcat greater use in the development environment, but sometimes also done production environment. In a production environment will be encountered more needs to be placed in a tomcat multiple sites un ...				<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/tomcat-multi-port-multi-virtual-host-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>HIbernate in line with Java custom relational database persistence of instances of state</title>
		<link>http://www.codeweblog.com/hibernate-in-line-with-java-custom-relational-database-persistence-of-instances-of-state/</link>
		<comments>http://www.codeweblog.com/hibernate-in-line-with-java-custom-relational-database-persistence-of-instances-of-state/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:15:35+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistent class]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[key value]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[persistent identity]]></category>
<category><![CDATA[relational database persistence]]></category>
<category><![CDATA[memory location]]></category>
<category><![CDATA[guarantees]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-in-line-with-java-custom-relational-database-persistence-of-instances-of-state/</guid>
		<description><![CDATA[An instance of a persistent class can be in one of three different states. These states are defined in relation to a persistence context. The Hibernate object is the persistence context. The three dif ...]]></description>
		<content:encoded><![CDATA[An instance of a persistent class can be in one of three different states. These states are defined in relation to a persistence context. The Hibernate object is the persistence context. The three dif ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/" title="In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails">In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails</a> 2009-03-02 12:50:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-study-of-the-second/" title="hibernate study of the second">hibernate study of the second</a> 2009-03-01 18:37:51</li>
					<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/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/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-in-line-with-java-custom-relational-database-persistence-of-instances-of-state/</wfw:commentRss>
	</item>
		<item>
		<title>Javascript Construction category</title>
		<link>http://www.codeweblog.com/javascript-construction-category/</link>
		<comments>http://www.codeweblog.com/javascript-construction-category/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[advantages and disadvantages]]></category>
<category><![CDATA[code structure]]></category>
<category><![CDATA[tectonic]]></category>
<category><![CDATA[lisi]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-construction-category/</guid>
		<description><![CDATA[This article is reproduced in: http://ttitfly.javaeye.com/blog/193663 Construction of javascript in 4 major ways 1. Tectonic defined category 2. Prototype defined category 3. A combination of structur ...]]></description>
		<content:encoded><![CDATA[This article is reproduced in: http://ttitfly.javaeye.com/blog/193663 Construction of javascript in 4 major ways 1. Tectonic defined category 2. Prototype defined category 3. A combination of structur ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</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/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/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/javascript-construction-category/</wfw:commentRss>
	</item>
		<item>
		<title>From shallow to deep understanding of JavaScript category</title>
		<link>http://www.codeweblog.com/from-shallow-to-deep-understanding-of-javascript-category/</link>
		<comments>http://www.codeweblog.com/from-shallow-to-deep-understanding-of-javascript-category/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[principle]]></category>
<category><![CDATA[two ways]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[static type]]></category>
<category><![CDATA[sync]]></category>
<category><![CDATA[static properties]]></category>
<category><![CDATA[booths]]></category>
<category><![CDATA[biyuan]]></category>
<category><![CDATA[worry]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/from-shallow-to-deep-understanding-of-javascript-category/</guid>
		<description><![CDATA[&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ...]]></description>
		<content:encoded><![CDATA[&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/ejb/" title="EJB">EJB</a> 2009-02-27 13:51:25</li>
					<li><a href="http://www.codeweblog.com/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/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/from-shallow-to-deep-understanding-of-javascript-category/</wfw:commentRss>
	</item>
		<item>
		<title>way to generate primary key hibernate</title>
		<link>http://www.codeweblog.com/way-to-generate-primary-key-hibernate/</link>
		<comments>http://www.codeweblog.com/way-to-generate-primary-key-hibernate/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 19:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[key generation]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[increment]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[hilo]]></category>
<category><![CDATA[hex]]></category>
<category><![CDATA[algorithm]]></category>
<category><![CDATA[uuid]]></category>
<category><![CDATA[generation mechanism]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[sequence database]]></category>
<category><![CDATA[server mysql]]></category>
<category><![CDATA[hexadecimal values]]></category>
<category><![CDATA[sequence 7]]></category>
<category><![CDATA[optional description]]></category>
<category><![CDATA[database issues]]></category>
<category><![CDATA[key generator]]></category>
<category><![CDATA[maximum value]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/way-to-generate-primary-key-hibernate/</guid>
		<description><![CDATA[Key Generator Primary key generator optional Description: 1) assigned Primary key generated by the external process is responsible for the need to participate in Hibernate. 2) hilo Through the hi / lo ...]]></description>
		<content:encoded><![CDATA[Key Generator Primary key generator optional Description: 1) assigned Primary key generated by the external process is responsible for the need to participate in Hibernate. 2) hilo Through the hi / lo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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-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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/way-to-generate-primary-key-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>The effect of beautiful css tab Guinness</title>
		<link>http://www.codeweblog.com/the-effect-of-beautiful-css-tab-guinness/</link>
		<comments>http://www.codeweblog.com/the-effect-of-beautiful-css-tab-guinness/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 05:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[guinness]]></category>
<category><![CDATA[yahoo]]></category>
<category><![CDATA[yahoo china]]></category>
<category><![CDATA[nav]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-effect-of-beautiful-css-tab-guinness/</guid>
		<description><![CDATA[http://www.roredu.com/rubyrails/2008/07/24/css-nav/ ruby on rails framework web2.0 integration of a large number of results, combined with a large number of websites now use the effect tab, we have to ...]]></description>
		<content:encoded><![CDATA[http://www.roredu.com/rubyrails/2008/07/24/css-nav/ ruby on rails framework web2.0 integration of a large number of results, combined with a large number of websites now use the effect tab, we have to ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/" title="In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails">In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails</a> 2009-03-02 12:50:02</li>
					<li><a href="http://www.codeweblog.com/pyronaridine-listing-ruby-programming-language/" title="Pyronaridine listing! Ruby programming language">Pyronaridine listing! Ruby programming language</a> 2009-03-01 00:20:03</li>
					<li><a href="http://www.codeweblog.com/rails-command/" title="Rails command">Rails command</a> 2009-02-28 15:15: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/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-effect-of-beautiful-css-tab-guinness/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript's Function (function) object</title>
		<link>http://www.codeweblog.com/javascript-s-function-function-object/</link>
		<comments>http://www.codeweblog.com/javascript-s-function-function-object/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[logic]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[constructor function]]></category>
<category><![CDATA[double digit multiplication]]></category>
<category><![CDATA[interpretation engine]]></category>
<category><![CDATA[definition of names]]></category>
<category><![CDATA[domain registra]]></category>
<category><![CDATA[keyword function]]></category>
<category><![CDATA[subtle differences]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-s-function-function-object/</guid>
		<description><![CDATA[Function object in JavaScript is a function of the use of function is divided into 3 categories: The logic of the code as an ordinary container; As object methods; As a constructor. 1. As a general lo ...]]></description>
		<content:encoded><![CDATA[Function object in JavaScript is a function of the use of function is divided into 3 categories: The logic of the code as an ordinary container; As object methods; As a constructor. 1. As a general lo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/" title="In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails">In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails</a> 2009-03-02 12:50: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/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/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>
					<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/javascript-s-function-function-object/</wfw:commentRss>
	</item>
		<item>
		<title>Spring2.5 IoC container and the bean</title>
		<link>http://www.codeweblog.com/spring2-5-ioc-container-and-the-bean/</link>
		<comments>http://www.codeweblog.com/spring2-5-ioc-container-and-the-bean/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 22:30:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[dependencies]]></category>
<category><![CDATA[regard]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[containers]]></category>
<category><![CDATA[metadata]]></category>
<category><![CDATA[ioc]]></category>
<category><![CDATA[meta data]]></category>
<category><![CDATA[target applications]]></category>
<category><![CDATA[level configuration]]></category>
<category><![CDATA[enterprise features]]></category>
<category><![CDATA[processing services]]></category>
<category><![CDATA[services management]]></category>
<category><![CDATA[targets]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring2-5-ioc-container-and-the-bean/</guid>
		<description><![CDATA[Introduction org.springframework.beans and org.springframework.context package is based on Spring IoC container. BeanFactory provides the configuration framework and basic functions, ApplicationContex ...]]></description>
		<content:encoded><![CDATA[Introduction org.springframework.beans and org.springframework.context package is based on Spring IoC container. BeanFactory provides the configuration framework and basic functions, ApplicationContex ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01: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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/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/spring2-5-ioc-container-and-the-bean/</wfw:commentRss>
	</item>
		<item>
		<title>javascript create object</title>
		<link>http://www.codeweblog.com/javascript-create-object/</link>
		<comments>http://www.codeweblog.com/javascript-create-object/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 03:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string type]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[property values]]></category>
<category><![CDATA[prototype combination]]></category>
<category><![CDATA[user1]]></category>
<category><![CDATA[prototyping]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-create-object/</guid>
		<description><![CDATA[Transfer from: http://ttitfly.javaeye.com/blog/193663 1. Tectonic approach advantages: multiple instances of the object does not share the kind of property values, disadvantage: Each instance of the o ...]]></description>
		<content:encoded><![CDATA[Transfer from: http://ttitfly.javaeye.com/blog/193663 1. Tectonic approach advantages: multiple instances of the object does not share the kind of property values, disadvantage: Each instance of the o ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-object-inheritance/" title="Javascript object inheritance">Javascript object inheritance</a> 2009-03-02 04:30:06</li>
					<li><a href="http://www.codeweblog.com/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10: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/java-interview-questions/" title="JAVA interview questions">JAVA interview questions</a> 2009-02-27 12:33:39</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/javascript-create-object/</wfw:commentRss>
	</item>
		<item>
		<title>javascript access to the html dom element node Ways summary</title>
		<link>http://www.codeweblog.com/javascript-access-to-the-html-dom-element-node-ways-summary/</link>
		<comments>http://www.codeweblog.com/javascript-access-to-the-html-dom-element-node-ways-summary/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 07:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[prototype]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[html dom]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[test 1]]></category>
<category><![CDATA[api documentation]]></category>
<category><![CDATA[getelementbyid]]></category>
<category><![CDATA[page element]]></category>
<category><![CDATA[getelementsbyname]]></category>
<category><![CDATA[web2 0]]></category>
<category><![CDATA[getelementsbytagname]]></category>
<category><![CDATA[javascript libraries]]></category>
<category><![CDATA[node name]]></category>
<category><![CDATA[example document]]></category>
<category><![CDATA[elements of style]]></category>
<category><![CDATA[level document]]></category>
<category><![CDATA[firefox2]]></category>
<category><![CDATA[checkbox]]></category>
<category><![CDATA[reorganization]]></category>
<category><![CDATA[hyperlinks]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-access-to-the-html-dom-element-node-ways-summary/</guid>
		<description><![CDATA[At Web application development in particular Web2.0 often to access a page element, then update the elements of style, content, etc.. How to obtain the elements to be updated, is the first problem to  ...]]></description>
		<content:encoded><![CDATA[At Web application development in particular Web2.0 often to access a page element, then update the elements of style, content, etc.. How to obtain the elements to be updated, is the first problem to  ...				<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/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10: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>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</li>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-access-to-the-html-dom-element-node-ways-summary/</wfw:commentRss>
	</item>
		<item>
		<title>Examples of user register ROR (1)</title>
		<link>http://www.codeweblog.com/examples-of-user-register-ror-1/</link>
		<comments>http://www.codeweblog.com/examples-of-user-register-ror-1/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 21:50:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[environments]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[colon]]></category>
<category><![CDATA[documents and settings]]></category>
<category><![CDATA[c documents]]></category>
<category><![CDATA[mime types]]></category>
<category><![CDATA[privileges]]></category>
<category><![CDATA[test test]]></category>
<category><![CDATA[public images]]></category>
<category><![CDATA[host localhost]]></category>
<category><![CDATA[sessions]]></category>
<category><![CDATA[inflections]]></category>
<category><![CDATA[command line switch]]></category>
<category><![CDATA[registration example]]></category>
<category><![CDATA[test integration]]></category>
<category><![CDATA[test fixtures]]></category>
<category><![CDATA[test performance]]></category>
<category><![CDATA[test unit]]></category>
<category><![CDATA[sockets]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/examples-of-user-register-ror-1/</guid>
		<description><![CDATA[This section is to do user registration example RegisterDemo, Record ROR development of the general flow. DB Prepare ※ ROR family of all instances will use Mysql, installation and testing of environme ...]]></description>
		<content:encoded><![CDATA[This section is to do user registration example RegisterDemo, Record ROR development of the general flow. DB Prepare ※ ROR family of all instances will use Mysql, installation and testing of environme ...				<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/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</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/memo-hibernate-problem/" title="Memo hibernate problem">Memo hibernate problem</a> 2009-02-27 12:34:43</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/examples-of-user-register-ror-1/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby's Magic Notes II study meta-programming</title>
		<link>http://www.codeweblog.com/ruby-s-magic-notes-ii-study-meta-programming/</link>
		<comments>http://www.codeweblog.com/ruby-s-magic-notes-ii-study-meta-programming/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[class test]]></category>
<category><![CDATA[magic]]></category>
<category><![CDATA[vacuum type]]></category>
<category><![CDATA[meta programming]]></category>
<category><![CDATA[member field]]></category>
<category><![CDATA[variable fields]]></category>
<category><![CDATA[person class]]></category>
<category><![CDATA[variable binding]]></category>
<category><![CDATA[class person]]></category>
<category><![CDATA[document data]]></category>
<category><![CDATA[type person]]></category>
<category><![CDATA[p1]]></category>
<category><![CDATA[fly]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-s-magic-notes-ii-study-meta-programming/</guid>
		<description><![CDATA[meta-programming 1, Create a object on the fly. We have created a vacuum-type Person, now we want to add point method: OK, we open this category: We found that p1 can use who? This way. We use another ...]]></description>
		<content:encoded><![CDATA[meta-programming 1, Create a object on the fly. We have created a vacuum-type Person, now we want to add point method: OK, we open this category: We found that p1 can use who? This way. We use another ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/workspace-run-under-different-eclipse/" title="Workspace run under different Eclipse">Workspace run under different Eclipse</a> 2009-02-28 14:15:01</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/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>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ruby-s-magic-notes-ii-study-meta-programming/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby Medium Module</title>
		<link>http://www.codeweblog.com/ruby-medium-module/</link>
		<comments>http://www.codeweblog.com/ruby-medium-module/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 22:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby]]></category>
<category><![CDATA[instances]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-medium-module/</guid>
		<description><![CDATA[Constant use of module: module name:: constant name The definition of modules with module ... end. Module with the type is very similar to, but: A) module object can not have instances; B) modules can ...]]></description>
		<content:encoded><![CDATA[Constant use of module: module name:: constant name The definition of modules with module ... end. Module with the type is very similar to, but: A) module object can not have instances; B) modules can ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/" title="Rails2.0.2 change the default DB adpter">Rails2.0.2 change the default DB adpter</a> 2009-03-01 02:30:03</li>
					<li><a href="http://www.codeweblog.com/rspec-troubleshooting/" title="RSpec troubleshooting">RSpec troubleshooting</a> 2009-02-28 23:20:03</li>
					<li><a href="http://www.codeweblog.com/alternative-to-java-with-ruby-to-do-unit-testing-interface-rest/" title="Alternative to Java with Ruby to do unit testing interface rest!">Alternative to Java with Ruby to do unit testing interface rest!</a> 2009-02-28 21:15:02</li>
					<li><a href="http://www.codeweblog.com/workspace-run-under-different-eclipse/" title="Workspace run under different Eclipse">Workspace run under different Eclipse</a> 2009-02-28 14:15:01</li>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ruby-medium-module/</wfw:commentRss>
	</item>
		<item>
		<title>In the Windows platform using Apache2.2 and Mongrel running Ruby on Rails</title>
		<link>http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/</link>
		<comments>http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[rubyforge]]></category>
<category><![CDATA[mongrel]]></category>
<category><![CDATA[startup mode]]></category>
<category><![CDATA[production mode]]></category>
<category><![CDATA[application directory]]></category>
<category><![CDATA[apache web]]></category>
<category><![CDATA[apache2]]></category>
<category><![CDATA[editing tools]]></category>
<category><![CDATA[administrative tools]]></category>
<category><![CDATA[load balancing]]></category>
<category><![CDATA[windows platform]]></category>
<category><![CDATA[abolition]]></category>
<category><![CDATA[bala]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[open control panel]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/</guid>
		<description><![CDATA[First, install Ruby, rails, mongrel and Apache2.2 Rubyforge download from the web site One-Click Ruby Install, run setup on installed ruby and rubygems. Run the command: gem install rails-y gem instal ...]]></description>
		<content:encoded><![CDATA[First, install Ruby, rails, mongrel and Apache2.2 Rubyforge download from the web site One-Click Ruby Install, run setup on installed ruby and rubygems. Run the command: gem install rails-y gem instal ...				<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/in-the-windows-platform-using-apache2-2-and-mongrel-running-ruby-on-rails/</wfw:commentRss>
	</item>
	</channel>
</rss>
