<?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>development environment</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/development-environment/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>development environment</description>
	<pubDate>Sun, 21 Mar 2010 19:05:37+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>JForum source code analysis notes</title>
		<link>http://www.codeweblog.com/jforum-source-code-analysis-notes/</link>
		<comments>http://www.codeweblog.com/jforum-source-code-analysis-notes/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 07:00:30+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[jdk]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[source code analysis]]></category>
<category><![CDATA[version id]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[hacks]]></category>
<category><![CDATA[tomcat5]]></category>
<category><![CDATA[static string]]></category>
<category><![CDATA[string filter]]></category>
<category><![CDATA[jforum]]></category>
<category><![CDATA[internal functions]]></category>
<category><![CDATA[lightbody]]></category>
<category><![CDATA[steil]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jforum-source-code-analysis-notes/</guid>
		<description><![CDATA[My development environment: JForum2.1.8 tomcat5.X JDK 1.6X Routines can not be refined in order to start. From the beginning web.xml web.xml includes a filter, a listener, and two servlet, not much co ...]]></description>
		<content:encoded><![CDATA[My development environment: JForum2.1.8 tomcat5.X JDK 1.6X Routines can not be refined in order to start. From the beginning web.xml web.xml includes a filter, a listener, and two servlet, not much co ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/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/jforum-source-code-analysis-notes/</wfw:commentRss>
	</item>
		<item>
		<title>netbeans under gwt (gwt4nb plug-in) Development Environment</title>
		<link>http://www.codeweblog.com/netbeans-under-gwt-gwt4nb-plug-in-development-environment/</link>
		<comments>http://www.codeweblog.com/netbeans-under-gwt-gwt4nb-plug-in-development-environment/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:00:48+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[easy access]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[eclipse plugin]]></category>
<category><![CDATA[new features]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[wizard]]></category>
<category><![CDATA[syntax]]></category>
<category><![CDATA[current version]]></category>
<category><![CDATA[labels]]></category>
<category><![CDATA[visual design tool]]></category>
<category><![CDATA[intelligent auto]]></category>
<category><![CDATA[exact science]]></category>
<category><![CDATA[rpc]]></category>
<category><![CDATA[official web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/netbeans-under-gwt-gwt4nb-plug-in-development-environment/</guid>
		<description><![CDATA[netbeans provided with the eclipse plugin gwt under the same, and the style and netbeans web (such as jsp + servlet) the same. The current version that is netbeans6.8 belt gwt Update Center plug-in is ...]]></description>
		<content:encoded><![CDATA[netbeans provided with the eclipse plugin gwt under the same, and the style and netbeans web (such as jsp + servlet) the same. The current version that is netbeans6.8 belt gwt Update Center plug-in is ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/ejb/" title="EJB">EJB</a> 2009-02-27 13:51:25</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/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/netbeans-under-gwt-gwt4nb-plug-in-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>J2me Series my first example of</title>
		<link>http://www.codeweblog.com/j2me-series-my-first-example-of/</link>
		<comments>http://www.codeweblog.com/j2me-series-my-first-example-of/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 08:20:39+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[canvas]]></category>
<category><![CDATA[shortcut keys]]></category>
<category><![CDATA[algorithm]]></category>
<category><![CDATA[flash game]]></category>
<category><![CDATA[development platform]]></category>
<category><![CDATA[driven programming]]></category>
<category><![CDATA[mobile phone development]]></category>
<category><![CDATA[mvc pattern]]></category>
<category><![CDATA[java gui programming]]></category>
<category><![CDATA[mobile phone games]]></category>
<category><![CDATA[java development team]]></category>
<category><![CDATA[development prospects]]></category>
<category><![CDATA[game interface]]></category>
<category><![CDATA[toy code]]></category>
<category><![CDATA[j2me developers]]></category>
<category><![CDATA[j2me development]]></category>
<category><![CDATA[game points]]></category>
<category><![CDATA[game game]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2me-series-my-first-example-of/</guid>
		<description><![CDATA[The company&#39;s business will involve cell phone use, on top of us to get to know how to develop. Group had previously been the company&#39;s java do java web, and on mobile phones Knew nothing abou ...]]></description>
		<content:encoded><![CDATA[The company&#39;s business will involve cell phone use, on top of us to get to know how to develop. Group had previously been the company&#39;s java do java web, and on mobile phones Knew nothing abou ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/j2me-series-my-first-example-of/</wfw:commentRss>
	</item>
		<item>
		<title>Flex air pack and run files</title>
		<link>http://www.codeweblog.com/flex-air-pack-and-run-files/</link>
		<comments>http://www.codeweblog.com/flex-air-pack-and-run-files/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[download page]]></category>
<category><![CDATA[cross platform]]></category>
<category><![CDATA[jvm]]></category>
<category><![CDATA[javascript css]]></category>
<category><![CDATA[desktop applications]]></category>
<category><![CDATA[compiler tools]]></category>
<category><![CDATA[shackles]]></category>
<category><![CDATA[container application]]></category>
<category><![CDATA[air applications]]></category>
<category><![CDATA[web development skills]]></category>
<category><![CDATA[server technology]]></category>
<category><![CDATA[internet application]]></category>
<category><![CDATA[sample applications]]></category>
<category><![CDATA[command line compiler]]></category>
<category><![CDATA[adobe document]]></category>
<category><![CDATA[applications server]]></category>
<category><![CDATA[air samples]]></category>
<category><![CDATA[application files]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flex-air-pack-and-run-files/</guid>
		<description><![CDATA[1 to install Adobe AIR runtime and java similar to the JVM. Adobe AIR runtime allows AIR to run desktop applications, from the shackles of browser. Download the installation file http://get.adobe.com/ ...]]></description>
		<content:encoded><![CDATA[1 to install Adobe AIR runtime and java similar to the JVM. Adobe AIR runtime allows AIR to run desktop applications, from the shackles of browser. Download the installation file http://get.adobe.com/ ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/flex-air-pack-and-run-files/</wfw:commentRss>
	</item>
		<item>
		<title>fckeditor for java</title>
		<link>http://www.codeweblog.com/fckeditor-for-java/</link>
		<comments>http://www.codeweblog.com/fckeditor-for-java/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[group id]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[open source]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[fckeditor]]></category>
<category><![CDATA[package id]]></category>
<category><![CDATA[netscape]]></category>
<category><![CDATA[programming languages]]></category>
<category><![CDATA[internet explorer 5]]></category>
<category><![CDATA[coldfusion]]></category>
<category><![CDATA[initials]]></category>
<category><![CDATA[fck]]></category>
<category><![CDATA[abap programming]]></category>
<category><![CDATA[java demo]]></category>
<category><![CDATA[step web]]></category>
<category><![CDATA[xml parser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/fckeditor-for-java/</guid>
		<description><![CDATA[FCKeditor is a specialized use of the website are open source WYSIWYG text editor. Chi in the light of its need for the installation steps too complicated to use. It can and PHP, JavaScript, ASP, ASP. ...]]></description>
		<content:encoded><![CDATA[FCKeditor is a specialized use of the website are open source WYSIWYG text editor. Chi in the light of its need for the installation steps too complicated to use. It can and PHP, JavaScript, ASP, ASP. ...				<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/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/fckeditor-for-java/</wfw:commentRss>
	</item>
		<item>
		<title>Flex SEO (Search engine optimization), allow your browser to find your flash</title>
		<link>http://www.codeweblog.com/flex-seo-search-engine-optimization-allow-your-browser-to-find-your-flash/</link>
		<comments>http://www.codeweblog.com/flex-seo-search-engine-optimization-allow-your-browser-to-find-your-flash/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[swfobject]]></category>
<category><![CDATA[swf]]></category>
<category><![CDATA[baidu]]></category>
<category><![CDATA[html page]]></category>
<category><![CDATA[flash development]]></category>
<category><![CDATA[search engine optimization]]></category>
<category><![CDATA[seo search engine optimization]]></category>
<category><![CDATA[core rating]]></category>
<category><![CDATA[black hats]]></category>
<category><![CDATA[white hats]]></category>
<category><![CDATA[score two]]></category>
<category><![CDATA[meta tags]]></category>
<category><![CDATA[dublin core]]></category>
<category><![CDATA[description tags]]></category>
<category><![CDATA[document properties]]></category>
<category><![CDATA[search engines]]></category>
<category><![CDATA[flash site]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flex-seo-search-engine-optimization-allow-your-browser-to-find-your-flash/</guid>
		<description><![CDATA[Flex SEO (Search engine optimization), allow your browser to find your flash site Reprinted from http://qdhbroadway.spaces.live.com/blog/cns!1A95707CECDECA1B!417.entry The blog Search engine optimista ...]]></description>
		<content:encoded><![CDATA[Flex SEO (Search engine optimization), allow your browser to find your flash site Reprinted from http://qdhbroadway.spaces.live.com/blog/cns!1A95707CECDECA1B!417.entry The blog Search engine optimista ...				<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/flex-seo-search-engine-optimization-allow-your-browser-to-find-your-flash/</wfw:commentRss>
	</item>
		<item>
		<title>Win build similar rails development environment for MacOS</title>
		<link>http://www.codeweblog.com/win-build-similar-rails-development-environment-for-macos/</link>
		<comments>http://www.codeweblog.com/win-build-similar-rails-development-environment-for-macos/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[alias]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[environment variables]]></category>
<category><![CDATA[linux]]></category>
<category><![CDATA[rubygems]]></category>
<category><![CDATA[c program]]></category>
<category><![CDATA[texteditor]]></category>
<category><![CDATA[sentences]]></category>
<category><![CDATA[cygwin environment]]></category>
<category><![CDATA[mac os development]]></category>
<category><![CDATA[type environment]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/win-build-similar-rails-development-environment-for-macos/</guid>
		<description><![CDATA[Read an article before &quot;to create win under mac os development environment&quot;, really good, However, some things get too complicated, I will be here simplified to streamline the 1. To install  ...]]></description>
		<content:encoded><![CDATA[Read an article before &quot;to create win under mac os development environment&quot;, really good, However, some things get too complicated, I will be here simplified to streamline the 1. To install  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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/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/win-build-similar-rails-development-environment-for-macos/</wfw:commentRss>
	</item>
		<item>
		<title>Broken free weekly Rails (6)</title>
		<link>http://www.codeweblog.com/broken-free-weekly-rails-6/</link>
		<comments>http://www.codeweblog.com/broken-free-weekly-rails-6/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 17:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[boolean]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[dsl]]></category>
<category><![CDATA[code changes]]></category>
<category><![CDATA[server cache]]></category>
<category><![CDATA[confirmation]]></category>
<category><![CDATA[object attributes]]></category>
<category><![CDATA[question mark]]></category>
<category><![CDATA[behaivor]]></category>
<category><![CDATA[public exception]]></category>
<category><![CDATA[mtime]]></category>
<category><![CDATA[b file]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/broken-free-weekly-rails-6/</guid>
		<description><![CDATA[1. Layout For each controller can customize their own layout. At the same time, layout is nested relations: controller nested layout in the application layout. 2. Cache_classes Why development environ ...]]></description>
		<content:encoded><![CDATA[1. Layout For each controller can customize their own layout. At the same time, layout is nested relations: controller nested layout in the application layout. 2. Cache_classes Why development environ ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/broken-free-weekly-rails-6/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate best practices (Best Practices)</title>
		<link>http://www.codeweblog.com/hibernate-best-practices-best-practices/</link>
		<comments>http://www.codeweblog.com/hibernate-best-practices-best-practices/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 00:40:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[query parameters]]></category>
<category><![CDATA[mapping type]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[string value]]></category>
<category><![CDATA[query string]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[durable type]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[best practices]]></category>
<category><![CDATA[practical experience]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[hashcode]]></category>
<category><![CDATA[bind variables]]></category>
<category><![CDATA[reconstruction code]]></category>
<category><![CDATA[natural bond]]></category>
<category><![CDATA[jdbc connections]]></category>
<category><![CDATA[street suburb]]></category>
<category><![CDATA[sql function]]></category>
<category><![CDATA[last option]]></category>
<category><![CDATA[placeholder]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-best-practices-best-practices/</guid>
		<description><![CDATA[Design of fine-grained and durable type of mapping used to achieve &lt;component&gt;. Address the use of a persistent classes to encapsulate street, suburb, state, postcode. This will facilitate code  ...]]></description>
		<content:encoded><![CDATA[Design of fine-grained and durable type of mapping used to achieve &lt;component&gt;. Address the use of a persistent classes to encapsulate street, suburb, state, postcode. This will facilitate code  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-jpa-composite-primary-key-annotation-statement-ways/" title="hibernate (jpa) composite primary key annotation statement Ways">hibernate (jpa) composite primary key annotation statement Ways</a> 2009-02-27 13:52:18</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/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-best-practices-best-practices/</wfw:commentRss>
	</item>
		<item>
		<title>Quick InstantRails structures using Ruby On Rails development environment</title>
		<link>http://www.codeweblog.com/quick-instantrails-structures-using-ruby-on-rails-development-environment/</link>
		<comments>http://www.codeweblog.com/quick-instantrails-structures-using-ruby-on-rails-development-environment/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 18:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[group id]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[instantrails]]></category>
<category><![CDATA[decompress]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[pop up window]]></category>
<category><![CDATA[apache configuration]]></category>
<category><![CDATA[start menu]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/quick-instantrails-structures-using-ruby-on-rails-development-environment/</guid>
		<description><![CDATA[Has been ruby on rails Have a lot of interest, would like to see a lot of people this was commendable, but I have been working on the development under the windows, for ruby on rails Structures or the ...]]></description>
		<content:encoded><![CDATA[Has been ruby on rails Have a lot of interest, would like to see a lot of people this was commendable, but I have been working on the development under the windows, for ruby on rails Structures or the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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-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/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/quick-instantrails-structures-using-ruby-on-rails-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>A java programmer's growing-up process</title>
		<link>http://www.codeweblog.com/a-java-programmer-s-growing-up-process/</link>
		<comments>http://www.codeweblog.com/a-java-programmer-s-growing-up-process/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[j2ee]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[java development]]></category>
<category><![CDATA[java programmer]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[software programming]]></category>
<category><![CDATA[html document]]></category>
<category><![CDATA[development language]]></category>
<category><![CDATA[desktop applications]]></category>
<category><![CDATA[java syntax]]></category>
<category><![CDATA[programming j2me]]></category>
<category><![CDATA[java2 enterprise edition]]></category>
<category><![CDATA[environment system]]></category>
<category><![CDATA[greatest joy]]></category>
<category><![CDATA[desktop application]]></category>
<category><![CDATA[erp systems]]></category>
<category><![CDATA[sun one]]></category>
<category><![CDATA[applications software]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-java-programmer-s-growing-up-process/</guid>
		<description><![CDATA[Many friends asked me to learn Java Is there any shortcut, and I said &quot;no, he only hand-cooked Seoul.&quot; But I am very willing to learn from their written some experience so that few detours l ...]]></description>
		<content:encoded><![CDATA[Many friends asked me to learn Java Is there any shortcut, and I said &quot;no, he only hand-cooked Seoul.&quot; But I am very willing to learn from their written some experience so that few detours l ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</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/a-java-programmer-s-growing-up-process/</wfw:commentRss>
	</item>
		<item>
		<title>Flex development</title>
		<link>http://www.codeweblog.com/flex-development/</link>
		<comments>http://www.codeweblog.com/flex-development/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 06:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
<category><![CDATA[deployment]]></category>
<category><![CDATA[java sdk]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[e mail]]></category>
<category><![CDATA[solid foundation]]></category>
<category><![CDATA[software engineer]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[reference resources]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[debugging]]></category>
<category><![CDATA[software development center]]></category>
<category><![CDATA[development document]]></category>
<category><![CDATA[good foundation]]></category>
<category><![CDATA[document options]]></category>
<category><![CDATA[liu]]></category>
<category><![CDATA[web programming experience]]></category>
<category><![CDATA[unprecedented rate]]></category>
<category><![CDATA[internet application]]></category>
<category><![CDATA[new era]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flex-development/</guid>
		<description><![CDATA[http://www.ibm.com/developerworks/cn/web/wa-lo-flexdev/ Introduction to Flex development Document options Print this page Send as an e-mail this page Level: Junior Liu ( qlcdl@cn.ibm.com ), A software ...]]></description>
		<content:encoded><![CDATA[http://www.ibm.com/developerworks/cn/web/wa-lo-flexdev/ Introduction to Flex development Document options Print this page Send as an e-mail this page Level: Junior Liu ( qlcdl@cn.ibm.com ), A software ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jdbc-driver-types/" title="JDBC driver types">JDBC driver types</a> 2009-02-27 12:35:02</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/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/flex-development/</wfw:commentRss>
	</item>
		<item>
		<title>JBoss Seam to learn from scratch 12 --- eclipse foot in, seamspace example of the realization and understanding of</title>
		<link>http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-12-eclipse-foot-in-seamspace-example-of-the-realization-and-understanding-of/</link>
		<comments>http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-12-eclipse-foot-in-seamspace-example-of-the-realization-and-understanding-of/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[knowledge points]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[project java]]></category>
<category><![CDATA[seam]]></category>
<category><![CDATA[content length]]></category>
<category><![CDATA[webcontent]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[java error]]></category>
<category><![CDATA[java file]]></category>
<category><![CDATA[social networking site]]></category>
<category><![CDATA[copy messages]]></category>
<category><![CDATA[security rules]]></category>
<category><![CDATA[security aspects]]></category>
<category><![CDATA[file security]]></category>
<category><![CDATA[content images]]></category>
<category><![CDATA[drools]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-12-eclipse-foot-in-seamspace-example-of-the-realization-and-understanding-of/</guid>
		<description><![CDATA[Continue to bring their own learning in the seam examples, this study is seamspace, use the Seam security aspects of the technology, the realization of a SNS (social networking site) example. &quot;To ...]]></description>
		<content:encoded><![CDATA[Continue to bring their own learning in the seam examples, this study is seamspace, use the Seam security aspects of the technology, the realization of a SNS (social networking site) example. &quot;To ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</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/jboss-seam-to-learn-from-scratch-12-eclipse-foot-in-seamspace-example-of-the-realization-and-understanding-of/</wfw:commentRss>
	</item>
		<item>
		<title>install mysql and cgywin Notes RubyOnRails</title>
		<link>http://www.codeweblog.com/install-mysql-and-cgywin-notes-rubyonrails/</link>
		<comments>http://www.codeweblog.com/install-mysql-and-cgywin-notes-rubyonrails/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[source packages]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[cygwin]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[gems]]></category>
<category><![CDATA[vim]]></category>
<category><![CDATA[unix]]></category>
<category><![CDATA[rubygems]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[subversion]]></category>
<category><![CDATA[rubyonrails]]></category>
<category><![CDATA[gcc]]></category>
<category><![CDATA[translation]]></category>
<category><![CDATA[source package]]></category>
<category><![CDATA[thunderbolt]]></category>
<category><![CDATA[generic source]]></category>
<category><![CDATA[dev environment]]></category>
<category><![CDATA[running linux]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/install-mysql-and-cgywin-notes-rubyonrails/</guid>
		<description><![CDATA[XP running linux following the RubyOnRails The following is a simple process of record 1. Cygwin installation I used this cygwin-release-20061108.iso There 1.29G, the benefits of the network is not in ...]]></description>
		<content:encoded><![CDATA[XP running linux following the RubyOnRails The following is a simple process of record 1. Cygwin installation I used this cygwin-release-20061108.iso There 1.29G, the benefits of the network is not in ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/install-mysql-and-cgywin-notes-rubyonrails/</wfw:commentRss>
	</item>
		<item>
		<title>DWR Chinese document. Rar</title>
		<link>http://www.codeweblog.com/dwr-chinese-document-rar/</link>
		<comments>http://www.codeweblog.com/dwr-chinese-document-rar/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jsp]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[application servers]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[interface components]]></category>
<category><![CDATA[developerworks]]></category>
<category><![CDATA[rapid development]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[ltd uk]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[preface]]></category>
<category><![CDATA[chinese document]]></category>
<category><![CDATA[partial translation]]></category>
<category><![CDATA[translation time]]></category>
<category><![CDATA[javascript application]]></category>
<category><![CDATA[javascript tutorials]]></category>
<category><![CDATA[distribution network]]></category>
<category><![CDATA[copyright notices]]></category>
<category><![CDATA[dictionary]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-chinese-document-rar/</guid>
		<description><![CDATA[DWR Chinese document v0.9 DWR 2.0 Edited by Wei Flocity Part original / part of finishing / partial translation Copyright Notices The book version of the current distribution network only, completely  ...]]></description>
		<content:encoded><![CDATA[DWR Chinese document v0.9 DWR 2.0 Edited by Wei Flocity Part original / part of finishing / partial translation Copyright Notices The book version of the current distribution network only, completely  ...				<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-chinese-document-rar/</wfw:commentRss>
	</item>
		<item>
		<title>ECLIPSE group practice development environment:</title>
		<link>http://www.codeweblog.com/eclipse-group-practice-development-environment/</link>
		<comments>http://www.codeweblog.com/eclipse-group-practice-development-environment/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[submission]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[conflicts]]></category>
<category><![CDATA[java script]]></category>
<category><![CDATA[cyrillic characters]]></category>
<category><![CDATA[dbcs]]></category>
<category><![CDATA[eclipse group]]></category>
<category><![CDATA[figure 17]]></category>
<category><![CDATA[group practice]]></category>
<category><![CDATA[typical examples]]></category>
<category><![CDATA[cvs server]]></category>
<category><![CDATA[resource library]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/eclipse-group-practice-development-environment/</guid>
		<description><![CDATA[In this paper, typical examples of the application and operation of the scene, trying to understand a simple way to explain the ECLIPSE Group to use development environment. In this series of Part 1 I ...]]></description>
		<content:encoded><![CDATA[In this paper, typical examples of the application and operation of the scene, trying to understand a simple way to explain the ECLIPSE Group to use development environment. In this series of Part 1 I ...				<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/eclipse-group-practice-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>java programmer why it is worthless?</title>
		<link>http://www.codeweblog.com/java-programmer-why-it-is-worthless/</link>
		<comments>http://www.codeweblog.com/java-programmer-why-it-is-worthless/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[java programmer]]></category>
<category><![CDATA[emergence]]></category>
<category><![CDATA[object oriented language]]></category>
<category><![CDATA[java programmers]]></category>
<category><![CDATA[coupling]]></category>
<category><![CDATA[point of view]]></category>
<category><![CDATA[economic crisis]]></category>
<category><![CDATA[open source framework]]></category>
<category><![CDATA[java programming]]></category>
<category><![CDATA[revolutionary java]]></category>
<category><![CDATA[training institutions]]></category>
<category><![CDATA[java effect]]></category>
<category><![CDATA[personal point]]></category>
<category><![CDATA[bamboo shoots]]></category>
<category><![CDATA[simpl]]></category>
<category><![CDATA[learning outcomes]]></category>
<category><![CDATA[wolf]]></category>
<category><![CDATA[tide]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-programmer-why-it-is-worthless/</guid>
		<description><![CDATA[&quot;java programmers are no longer worthless.&quot; This seems to have not one or two people said, it seems that more and more people, especially in the current tide of economic crisis before us, si ...]]></description>
		<content:encoded><![CDATA[&quot;java programmers are no longer worthless.&quot; This seems to have not one or two people said, it seems that more and more people, especially in the current tide of economic crisis before us, si ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-programmer-job/" title="Java Programmer job">Java Programmer job</a> 2009-02-27 13:52:24</li>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/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/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/java-programmer-why-it-is-worthless/</wfw:commentRss>
	</item>
		<item>
		<title>JBoss Seam to learn from scratch 5 --- eclipse foot in, registration example of the realization of</title>
		<link>http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-5-eclipse-foot-in-registration-example-of-the-realization-of/</link>
		<comments>http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-5-eclipse-foot-in-registration-example-of-the-realization-of/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity bean]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[package org]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[detailed description]]></category>
<category><![CDATA[registration example]]></category>
<category><![CDATA[knowledge point]]></category>
<category><![CDATA[seam]]></category>
<category><![CDATA[concrete steps]]></category>
<category><![CDATA[webcontent]]></category>
<category><![CDATA[org domain registration]]></category>
<category><![CDATA[good habit]]></category>
<category><![CDATA[example registration]]></category>
<category><![CDATA[registration session]]></category>
<category><![CDATA[addition test]]></category>
<category><![CDATA[java errors]]></category>
<category><![CDATA[learned knowledge]]></category>
<category><![CDATA[java file]]></category>
<category><![CDATA[swaps]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jboss-seam-to-learn-from-scratch-5-eclipse-foot-in-registration-example-of-the-realization-of/</guid>
		<description><![CDATA[The best way to learn or to see more examples of learned knowledge point. registration is the official seam examples, function is relatively simple, but they can generally learn about the working prin ...]]></description>
		<content:encoded><![CDATA[The best way to learn or to see more examples of learned knowledge point. registration is the official seam examples, function is relatively simple, but they can generally learn about the working prin ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</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/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</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/jboss-seam-to-learn-from-scratch-5-eclipse-foot-in-registration-example-of-the-realization-of/</wfw:commentRss>
	</item>
		<item>
		<title>Eclipse development environment JQuery settings (Spket)</title>
		<link>http://www.codeweblog.com/eclipse-development-environment-jquery-settings-spket/</link>
		<comments>http://www.codeweblog.com/eclipse-development-environment-jquery-settings-spket/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[cross platform support]]></category>
<category><![CDATA[javascript html]]></category>
<category><![CDATA[jseclipse]]></category>
<category><![CDATA[code structure]]></category>
<category><![CDATA[syntax error]]></category>
<category><![CDATA[eclipse development]]></category>
<category><![CDATA[aptana]]></category>
<category><![CDATA[automatic updates]]></category>
<category><![CDATA[css code]]></category>
<category><![CDATA[new library]]></category>
<category><![CDATA[eclipse auto]]></category>
<category><![CDATA[custom javascript]]></category>
<category><![CDATA[autoinstall]]></category>
<category><![CDATA[wtp]]></category>
<category><![CDATA[spket]]></category>
<category><![CDATA[sftp]]></category>
<category><![CDATA[web tools]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/eclipse-development-environment-jquery-settings-spket/</guid>
		<description><![CDATA[from: http://www.blogjava.net/zcq87642231/archive/2009/02/19/255647.html Eclipse development environment configuration Javascript, Javascript Editor There are three options: 1. JSDT, JavaScript Develo ...]]></description>
		<content:encoded><![CDATA[from: http://www.blogjava.net/zcq87642231/archive/2009/02/19/255647.html Eclipse development environment configuration Javascript, Javascript Editor There are three options: 1. JSDT, JavaScript Develo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/eclipse-development-environment-jquery-settings-spket/</wfw:commentRss>
	</item>
		<item>
		<title>In debian (ubuntu) on the establishment of the Ruby on Rails development environment step by step</title>
		<link>http://www.codeweblog.com/in-debian-ubuntu-on-the-establishment-of-the-ruby-on-rails-development-environment-step-by-step/</link>
		<comments>http://www.codeweblog.com/in-debian-ubuntu-on-the-establishment-of-the-ruby-on-rails-development-environment-step-by-step/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 10:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[export path]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[ubuntu]]></category>
<category><![CDATA[editing tools]]></category>
<category><![CDATA[tar xzvf]]></category>
<category><![CDATA[tar gz]]></category>
<category><![CDATA[system path]]></category>
<category><![CDATA[environment variable]]></category>
<category><![CDATA[decompression]]></category>
<category><![CDATA[deb]]></category>
<category><![CDATA[path environment]]></category>
<category><![CDATA[aptitude]]></category>
<category><![CDATA[administrator privileges]]></category>
<category><![CDATA[zlib]]></category>
<category><![CDATA[client objective]]></category>
<category><![CDATA[kernel 2]]></category>
<category><![CDATA[root users]]></category>
<category><![CDATA[securecrt]]></category>
<category><![CDATA[uname]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-debian-ubuntu-on-the-establishment-of-the-ruby-on-rails-development-environment-step-by-step/</guid>
		<description><![CDATA[1, Introduction Recently, learning Ruby on Rails, development environment in the establishment of a time when a lot of problems encountered, their steps are now posted up tight for reference, to help  ...]]></description>
		<content:encoded><![CDATA[1, Introduction Recently, learning Ruby on Rails, development environment in the establishment of a time when a lot of problems encountered, their steps are now posted up tight for reference, to help  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12: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>
					<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/in-debian-ubuntu-on-the-establishment-of-the-ruby-on-rails-development-environment-step-by-step/</wfw:commentRss>
	</item>
		<item>
		<title>Jsp up development environment</title>
		<link>http://www.codeweblog.com/jsp-up-development-environment/</link>
		<comments>http://www.codeweblog.com/jsp-up-development-environment/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:15:09+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[servlet]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[shenzhen]]></category>
<category><![CDATA[software industry]]></category>
<category><![CDATA[database design]]></category>
<category><![CDATA[data structures]]></category>
<category><![CDATA[architecture database]]></category>
<category><![CDATA[system architecture]]></category>
<category><![CDATA[front desk]]></category>
<category><![CDATA[three musketeers]]></category>
<category><![CDATA[desk design]]></category>
<category><![CDATA[departmental servers]]></category>
<category><![CDATA[bitter struggle]]></category>
<category><![CDATA[technical groups]]></category>
<category><![CDATA[computer telephone]]></category>
<category><![CDATA[remote assistance]]></category>
<category><![CDATA[server linux]]></category>
<category><![CDATA[video sound]]></category>
<category><![CDATA[laymen]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jsp-up-development-environment/</guid>
		<description><![CDATA[I am software professional in 2008 graduated from the University for four years to write their own code of more than 1000 lines,啥都can not tell a 123, apart from page弄弄Three Musketeers, and find a cell ...]]></description>
		<content:encoded><![CDATA[I am software professional in 2008 graduated from the University for four years to write their own code of more than 1000 lines,啥都can not tell a 123, apart from page弄弄Three Musketeers, and find a cell ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/jsp-up-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>Javafx search based on the development of the client list of available serial port</title>
		<link>http://www.codeweblog.com/javafx-search-based-on-the-development-of-the-client-list-of-available-serial-port/</link>
		<comments>http://www.codeweblog.com/javafx-search-based-on-the-development-of-the-client-list-of-available-serial-port/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 08:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[println]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[printstacktrace]]></category>
<category><![CDATA[java framework]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[return result]]></category>
<category><![CDATA[serial operation]]></category>
<category><![CDATA[serial port]]></category>
<category><![CDATA[related resources]]></category>
<category><![CDATA[inconvenience]]></category>
<category><![CDATA[rxtx]]></category>
<category><![CDATA[structure search]]></category>
<category><![CDATA[operational procedures]]></category>
<category><![CDATA[rethink]]></category>
<category><![CDATA[download netbeans]]></category>
<category><![CDATA[javafx]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javafx-search-based-on-the-development-of-the-client-list-of-available-serial-port/</guid>
		<description><![CDATA[http://www.blogjava.net/rethink/archive/2009/02/04/253265.html Recently, I came across a lot of articles about javafx, javafx that previously developed for the inconvenience to the client that there a ...]]></description>
		<content:encoded><![CDATA[http://www.blogjava.net/rethink/archive/2009/02/04/253265.html Recently, I came across a lot of articles about javafx, javafx that previously developed for the inconvenience to the client that there a ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-call-stored-procedure/" title="hibernate call stored procedure">hibernate call stored procedure</a> 2009-02-27 12:34:25</li>
					<li><a href="http://www.codeweblog.com/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/javafx-search-based-on-the-development-of-the-client-list-of-available-serial-port/</wfw:commentRss>
	</item>
		<item>
		<title>SSH latest development environment and project examples of structures, recommend blood, told me to do step by step</title>
		<link>http://www.codeweblog.com/ssh-latest-development-environment-and-project-examples-of-structures-recommend-blood-told-me-to-do-step-by-step/</link>
		<comments>http://www.codeweblog.com/ssh-latest-development-environment-and-project-examples-of-structures-recommend-blood-told-me-to-do-step-by-step/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:35:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[tomcat installation]]></category>
<category><![CDATA[installation directory]]></category>
<category><![CDATA[gt 3]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[directory c]]></category>
<category><![CDATA[tomcat 5]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[dtds]]></category>
<category><![CDATA[lt package]]></category>
<category><![CDATA[fileupload]]></category>
<category><![CDATA[apache software foundation]]></category>
<category><![CDATA[jar files]]></category>
<category><![CDATA[clarity development]]></category>
<category><![CDATA[implementation examples]]></category>
<category><![CDATA[xml apis]]></category>
<category><![CDATA[sqlserver2000]]></category>
<category><![CDATA[configuration note]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ssh-latest-development-environment-and-project-examples-of-structures-recommend-blood-told-me-to-do-step-by-step/</guid>
		<description><![CDATA[See the online article has a lot of ssh configuration, but there is a lot of the tune does not make sense, there are versions, not exactly the same configuration, the following is my configuration to  ...]]></description>
		<content:encoded><![CDATA[See the online article has a lot of ssh configuration, but there is a lot of the tune does not make sense, there are versions, not exactly the same configuration, the following is my configuration to  ...				<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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ssh-latest-development-environment-and-project-examples-of-structures-recommend-blood-told-me-to-do-step-by-step/</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>Detailed packet Spring Jar</title>
		<link>http://www.codeweblog.com/detailed-packet-spring-jar/</link>
		<comments>http://www.codeweblog.com/detailed-packet-spring-jar/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 23:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[spring aop]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[spring framework]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[transaction management]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[cglib]]></category>
<category><![CDATA[source code package]]></category>
<category><![CDATA[inversion of control]]></category>
<category><![CDATA[dependence]]></category>
<category><![CDATA[jar files]]></category>
<category><![CDATA[substantial expansion]]></category>
<category><![CDATA[external spring]]></category>
<category><![CDATA[necessary characteristics]]></category>
<category><![CDATA[formal application]]></category>
<category><![CDATA[application package]]></category>
<category><![CDATA[based management]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-packet-spring-jar/</guid>
		<description><![CDATA[Yes there is a complete spring.jar release contains a single jar package, spring.jar contains spring-mock.jar except in the content contained in all other contents of jar package, because only in the  ...]]></description>
		<content:encoded><![CDATA[Yes there is a complete spring.jar release contains a single jar package, spring.jar contains spring-mock.jar except in the content contained in all other contents of jar package, because only in the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/detailed-packet-spring-jar/</wfw:commentRss>
	</item>
		<item>
		<title>configured to run redmine Memorandum</title>
		<link>http://www.codeweblog.com/configured-to-run-redmine-memorandum/</link>
		<comments>http://www.codeweblog.com/configured-to-run-redmine-memorandum/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[apache]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[instantrails]]></category>
<category><![CDATA[cookbook]]></category>
<category><![CDATA[database test]]></category>
<category><![CDATA[yml]]></category>
<category><![CDATA[privileges]]></category>
<category><![CDATA[host localhost]]></category>
<category><![CDATA[test adapter]]></category>
<category><![CDATA[database development]]></category>
<category><![CDATA[memorandum]]></category>
<category><![CDATA[sql window]]></category>
<category><![CDATA[redm]]></category>
<category><![CDATA[development host]]></category>
<category><![CDATA[mysql examples]]></category>
<category><![CDATA[signals]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/configured-to-run-redmine-memorandum/</guid>
		<description><![CDATA[Installation InstantRails First of all, from the InstantRailsWiki: Instant Rails Download the latest version of InstantRails. Extract the downloaded file, run InstantRails.exe. Has been confirmed to s ...]]></description>
		<content:encoded><![CDATA[Installation InstantRails First of all, from the InstantRailsWiki: Instant Rails Download the latest version of InstantRails. Extract the downloaded file, run InstantRails.exe. Has been confirmed to s ...				<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/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/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/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/configured-to-run-redmine-memorandum/</wfw:commentRss>
	</item>
		<item>
		<title>Struts, Spring, Hibernate Web application development 1</title>
		<link>http://www.codeweblog.com/struts-spring-hibernate-web-application-development-1/</link>
		<comments>http://www.codeweblog.com/struts-spring-hibernate-web-application-development-1/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[spring framework]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[taglib]]></category>
<category><![CDATA[prefix]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[mysql driver]]></category>
<category><![CDATA[struts framework]]></category>
<category><![CDATA[message key]]></category>
<category><![CDATA[password property]]></category>
<category><![CDATA[project login]]></category>
<category><![CDATA[medium web]]></category>
<category><![CDATA[html errors]]></category>
<category><![CDATA[html text]]></category>
<category><![CDATA[information page]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-spring-hibernate-web-application-development-1/</guid>
		<description><![CDATA[This article is taken from: http://www.blogjava.net/jacky9881/archive/2008/01/02/172076.html This Web application is very simple implementation of a user registration page, when users register at regi ...]]></description>
		<content:encoded><![CDATA[This article is taken from: http://www.blogjava.net/jacky9881/archive/2008/01/02/172076.html This Web application is very simple implementation of a user registration page, when users register at regi ...				<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/struts-spring-hibernate-web-application-development-1/</wfw:commentRss>
	</item>
		<item>
		<title>Pomer (Flex + BlazeDS + Hibernate + spring) framework</title>
		<link>http://www.codeweblog.com/pomer-flex-blazeds-hibernate-spring-framework/</link>
		<comments>http://www.codeweblog.com/pomer-flex-blazeds-hibernate-spring-framework/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:50:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[connection password]]></category>
<category><![CDATA[spring framework]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[property documents]]></category>
<category><![CDATA[operating environment]]></category>
<category><![CDATA[tomcat 5]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[apache tomcat]]></category>
<category><![CDATA[decompression]]></category>
<category><![CDATA[configuration environment]]></category>
<category><![CDATA[folders]]></category>
<category><![CDATA[flex design]]></category>
<category><![CDATA[user management]]></category>
<category><![CDATA[management module]]></category>
<category><![CDATA[small changes]]></category>
<category><![CDATA[system compiler]]></category>
<category><![CDATA[environmental development]]></category>
<category><![CDATA[code generator]]></category>
<category><![CDATA[figure 8]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/pomer-flex-blazeds-hibernate-spring-framework/</guid>
		<description><![CDATA[Pomer download and install Pomer Development Environment MyEclipse6.5 plug-in version flex3.0 JDK1.6.0_05 Mysql5.0 Tomcat 6.0 Pomer in Syria on environmental development, and test passed, but does not ...]]></description>
		<content:encoded><![CDATA[Pomer download and install Pomer Development Environment MyEclipse6.5 plug-in version flex3.0 JDK1.6.0_05 Mysql5.0 Tomcat 6.0 Pomer in Syria on environmental development, and test passed, but does not ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/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/pomer-flex-blazeds-hibernate-spring-framework/</wfw:commentRss>
	</item>
		<item>
		<title>Simple example of Hibernate</title>
		<link>http://www.codeweblog.com/simple-example-of-hibernate/</link>
		<comments>http://www.codeweblog.com/simple-example-of-hibernate/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:00:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[table structure]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[proceedings]]></category>
<category><![CDATA[server version]]></category>
<category><![CDATA[database demo]]></category>
<category><![CDATA[host localhost]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[sql insert statement]]></category>
<category><![CDATA[little feelings]]></category>
<category><![CDATA[demo server]]></category>
<category><![CDATA[external jars]]></category>
<category><![CDATA[select properties]]></category>
<category><![CDATA[time table]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/simple-example-of-hibernate/</guid>
		<description><![CDATA[A simple example of Hibernate experience 12 * today looked to me that the easy Hibernate example of the results of an afternoon to get done. Little feelings and share with you the next. Later proceedi ...]]></description>
		<content:encoded><![CDATA[A simple example of Hibernate experience 12 * today looked to me that the easy Hibernate example of the results of an afternoon to get done. Little feelings and share with you the next. Later proceedi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/simple-example-of-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>Spring package structure, and cited relations between the various packages that</title>
		<link>http://www.codeweblog.com/spring-package-structure-and-cited-relations-between-the-various-packages-that/</link>
		<comments>http://www.codeweblog.com/spring-package-structure-and-cited-relations-between-the-various-packages-that/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 00:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[spring framework]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[transaction management]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[resource file]]></category>
<category><![CDATA[spring package]]></category>
<category><![CDATA[test class]]></category>
<category><![CDATA[template engine]]></category>
<category><![CDATA[inversion of control]]></category>
<category><![CDATA[jar files]]></category>
<category><![CDATA[statement of affairs]]></category>
<category><![CDATA[package structure]]></category>
<category><![CDATA[structure description]]></category>
<category><![CDATA[instrument type]]></category>
<category><![CDATA[substantial expansion]]></category>
<category><![CDATA[transaction data]]></category>
<category><![CDATA[service management]]></category>
<category><![CDATA[management service]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-package-structure-and-cited-relations-between-the-various-packages-that/</guid>
		<description><![CDATA[Keyword: Spring Spring package structure Description:   spring.jar Includes a complete release of a single jar package. In addition to have him included in spring-mock.jar all but jar. The reason is t ...]]></description>
		<content:encoded><![CDATA[Keyword: Spring Spring package structure Description:   spring.jar Includes a complete release of a single jar package. In addition to have him included in spring-mock.jar all but jar. The reason is t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/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/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/spring-package-structure-and-cited-relations-between-the-various-packages-that/</wfw:commentRss>
	</item>
		<item>
		<title>Eclipse + axis2 + tomcat5.5 development webservice</title>
		<link>http://www.codeweblog.com/eclipse-axis2-tomcat5-5-development-webservice/</link>
		<comments>http://www.codeweblog.com/eclipse-axis2-tomcat5-5-development-webservice/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 01:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
<category><![CDATA[installation directory]]></category>
<category><![CDATA[deployment]]></category>
<category><![CDATA[job]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[axis]]></category>
<category><![CDATA[code generation tools]]></category>
<category><![CDATA[tomcat apache]]></category>
<category><![CDATA[webapps]]></category>
<category><![CDATA[win32]]></category>
<category><![CDATA[wizard zip]]></category>
<category><![CDATA[gt project]]></category>
<category><![CDATA[wsdl document]]></category>
<category><![CDATA[preparation 1]]></category>
<category><![CDATA[originality]]></category>
<category><![CDATA[sdk]]></category>
<category><![CDATA[wizards]]></category>
<category><![CDATA[fo]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/eclipse-axis2-tomcat5-5-development-webservice/</guid>
		<description><![CDATA[Originality for this article Drinking java For reprint please specify the source of http://www.javadrink.cn First, the environment preparation 1.1 software download ready Tomcat 5.5 download address:  ...]]></description>
		<content:encoded><![CDATA[Originality for this article Drinking java For reprint please specify the source of http://www.javadrink.cn First, the environment preparation 1.1 software download ready Tomcat 5.5 download address:  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/eclipse-axis2-tomcat5-5-development-webservice/</wfw:commentRss>
	</item>
		<item>
		<title>Agile --- immediate acceptance</title>
		<link>http://www.codeweblog.com/agile-immediate-acceptance/</link>
		<comments>http://www.codeweblog.com/agile-immediate-acceptance/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 23:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[superiors]]></category>
<category><![CDATA[iteration]]></category>
<category><![CDATA[tdd]]></category>
<category><![CDATA[machine acceptance]]></category>
<category><![CDATA[circulation records]]></category>
<category><![CDATA[acceptance conditions]]></category>
<category><![CDATA[content flow]]></category>
<category><![CDATA[qa testing]]></category>
<category><![CDATA[acceptance criteria]]></category>
<category><![CDATA[concrete steps]]></category>
<category><![CDATA[executor]]></category>
<category><![CDATA[ba]]></category>
<category><![CDATA[participants]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/agile-immediate-acceptance/</guid>
		<description><![CDATA[Immediate acceptance, also known as BA sigeoff, refers to the process of iteration, story development is completed, the developers did not immediately develop a story, but by the BA Express acceptance ...]]></description>
		<content:encoded><![CDATA[Immediate acceptance, also known as BA sigeoff, refers to the process of iteration, story development is completed, the developers did not immediately develop a story, but by the BA Express acceptance ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/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>
					<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/agile-immediate-acceptance/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby on windows at the eclipse development environment to build</title>
		<link>http://www.codeweblog.com/ruby-on-windows-at-the-eclipse-development-environment-to-build/</link>
		<comments>http://www.codeweblog.com/ruby-on-windows-at-the-eclipse-development-environment-to-build/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 10:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[development tools]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[habit]]></category>
<category><![CDATA[ruby language]]></category>
<category><![CDATA[operating environment]]></category>
<category><![CDATA[software updates]]></category>
<category><![CDATA[tar gz]]></category>
<category><![CDATA[ruby ruby]]></category>
<category><![CDATA[decompression]]></category>
<category><![CDATA[eclipse development]]></category>
<category><![CDATA[environment development]]></category>
<category><![CDATA[language package]]></category>
<category><![CDATA[package management system]]></category>
<category><![CDATA[language interpreter]]></category>
<category><![CDATA[linux environment]]></category>
<category><![CDATA[gt software]]></category>
<category><![CDATA[language runtime]]></category>
<category><![CDATA[installed version]]></category>
<category><![CDATA[matter of time]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-on-windows-at-the-eclipse-development-environment-to-build/</guid>
		<description><![CDATA[Learn a language, I think most should know is how to build such a language runtime environment. If the language of the operating environment we know, and then find the line with the past to develop th ...]]></description>
		<content:encoded><![CDATA[Learn a language, I think most should know is how to build such a language runtime environment. If the language of the operating environment we know, and then find the line with the past to develop th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/jsf-ejb-development-examples/" title="jsf + EJB development examples">jsf + EJB development examples</a> 2009-02-27 13:50:17</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ruby-on-windows-at-the-eclipse-development-environment-to-build/</wfw:commentRss>
	</item>
		<item>
		<title>RoR development environment configuration Textmate</title>
		<link>http://www.codeweblog.com/ror-development-environment-configuration-textmate/</link>
		<comments>http://www.codeweblog.com/ror-development-environment-configuration-textmate/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:00:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[leopard]]></category>
<category><![CDATA[detailed description]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ror-development-environment-configuration-textmate/</guid>
		<description><![CDATA[A detailed description here http://www.buildingwebapps.com/articles/6433-setting-up-rails-on-leopard-mac]]></description>
		<content:encoded><![CDATA[A detailed description here http://www.buildingwebapps.com/articles/6433-setting-up-rails-on-leopard-mac				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-development-environment-to-build/" title="ror development environment to build">ror development environment to build</a> 2009-03-02 17:50:03</li>
					<li><a href="http://www.codeweblog.com/activemq-practice-the-road-four-activemq-4-x-jboss-4-x-mdp-actual-articles/" title="ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles">ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles</a> 2009-03-02 12:06:07</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ror-development-environment-configuration-textmate/</wfw:commentRss>
	</item>
		<item>
		<title>Widnwos under the RoR development environment configuration</title>
		<link>http://www.codeweblog.com/widnwos-under-the-ror-development-environment-configuration/</link>
		<comments>http://www.codeweblog.com/widnwos-under-the-ror-development-environment-configuration/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 10:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[group id]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[cygwin]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[rubyforge]]></category>
<category><![CDATA[tar xzvf]]></category>
<category><![CDATA[decompression]]></category>
<category><![CDATA[rubygems]]></category>
<category><![CDATA[setup exe]]></category>
<category><![CDATA[shell type]]></category>
<category><![CDATA[configuration windows]]></category>
<category><![CDATA[conformity]]></category>
<category><![CDATA[texteditor]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/widnwos-under-the-ror-development-environment-configuration/</guid>
		<description><![CDATA[Windows + e texteditor + cgywin + console2 a) the installation of e texteditor http://www.e-texteditor.com/download/e_beta_setup.exe Installation Attention to the way the installation may be error, an ...]]></description>
		<content:encoded><![CDATA[Windows + e texteditor + cgywin + console2 a) the installation of e texteditor http://www.e-texteditor.com/download/e_beta_setup.exe Installation Attention to the way the installation may be error, an ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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>
					<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/widnwos-under-the-ror-development-environment-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>Shorten the development time of ten pages Ways</title>
		<link>http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/</link>
		<comments>http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[breadth]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[ruby programming]]></category>
<category><![CDATA[programming language]]></category>
<category><![CDATA[asynchronous javascript and xml]]></category>
<category><![CDATA[loopholes]]></category>
<category><![CDATA[application development framework]]></category>
<category><![CDATA[client side scripting language]]></category>
<category><![CDATA[yui]]></category>
<category><![CDATA[authentication method]]></category>
<category><![CDATA[agile software development]]></category>
<category><![CDATA[development time]]></category>
<category><![CDATA[rapid application development]]></category>
<category><![CDATA[fast paced world]]></category>
<category><![CDATA[core developers]]></category>
<category><![CDATA[source package]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[test result]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/</guid>
		<description><![CDATA[Shorten the development time of ten pages Ways In today&#39;s development environment: that is, fast is good. Today such as &quot; Rapid application development &quot;&quot; Agile Software Development ...]]></description>
		<content:encoded><![CDATA[Shorten the development time of ten pages Ways In today&#39;s development environment: that is, fast is good. Today such as &quot; Rapid application development &quot;&quot; Agile Software Development ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16:15:02</li>
					<li><a href="http://www.codeweblog.com/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/professional-it-management-talent-required-ability-ten/" title="Professional IT management talent required ability Ten">Professional IT management talent required ability Ten</a> 2009-02-28 10:05:04</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/shorten-the-development-time-of-ten-pages-ways/</wfw:commentRss>
	</item>
		<item>
		<title>ROR development environment set up a reminder</title>
		<link>http://www.codeweblog.com/ror-development-environment-set-up-a-reminder/</link>
		<comments>http://www.codeweblog.com/ror-development-environment-set-up-a-reminder/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[gems]]></category>
<category><![CDATA[tar gz]]></category>
<category><![CDATA[linux]]></category>
<category><![CDATA[rubygems]]></category>
<category><![CDATA[china]]></category>
<category><![CDATA[command line type]]></category>
<category><![CDATA[system 3]]></category>
<category><![CDATA[reminder]]></category>
<category><![CDATA[administrator privileges]]></category>
<category><![CDATA[file tar]]></category>
<category><![CDATA[tar xvf]]></category>
<category><![CDATA[true success]]></category>
<category><![CDATA[file permissions]]></category>
<category><![CDATA[help file]]></category>
<category><![CDATA[methodologies]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ror-development-environment-set-up-a-reminder/</guid>
		<description><![CDATA[First, set up development environment RUBY 1. This is the official RUBY Net, you can download to the latest version here: http://www.ruby-lang.org/ 2. Download to a file ruby-1.8.7-p72.tar.gz (Note: I ...]]></description>
		<content:encoded><![CDATA[First, set up development environment RUBY 1. This is the official RUBY Net, you can download to the latest version here: http://www.ruby-lang.org/ 2. Download to a file ruby-1.8.7-p72.tar.gz (Note: I ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/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/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/ror-development-environment-set-up-a-reminder/</wfw:commentRss>
	</item>
		<item>
		<title>My ruby on rails development environment</title>
		<link>http://www.codeweblog.com/my-ruby-on-rails-development-environment/</link>
		<comments>http://www.codeweblog.com/my-ruby-on-rails-development-environment/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 02:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[server version]]></category>
<category><![CDATA[connection id]]></category>
<category><![CDATA[mysql connection]]></category>
<category><![CDATA[c users]]></category>
<category><![CDATA[operating systems]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/my-ruby-on-rails-development-environment/</guid>
		<description><![CDATA[ruby: C: \ Users \ zhang&gt; ruby-v ruby 1.8.5 (2006-08-25) [i386-mswin32] rails: C: \ Users \ zhang&gt; rails-v Rails 2.1.1 C: \ Users \ zhang&gt; mysql mysql: Welcome to the MySQL monitor. Commands  ...]]></description>
		<content:encoded><![CDATA[ruby: C: \ Users \ zhang&gt; ruby-v ruby 1.8.5 (2006-08-25) [i386-mswin32] rails: C: \ Users \ zhang&gt; rails-v Rails 2.1.1 C: \ Users \ zhang&gt; mysql mysql: Welcome to the MySQL monitor. Commands  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/my-ruby-on-rails-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>Actual web development web standards Record (1): instrument, the environment, selection, space, the record</title>
		<link>http://www.codeweblog.com/actual-web-development-web-standards-record-1-instrument-the-environment-selection-space-the-record/</link>
		<comments>http://www.codeweblog.com/actual-web-development-web-standards-record-1-instrument-the-environment-selection-space-the-record/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[domain names]]></category>
<category><![CDATA[javascript css]]></category>
<category><![CDATA[ten thousand]]></category>
<category><![CDATA[domain name search]]></category>
<category><![CDATA[money registration]]></category>
<category><![CDATA[flow application]]></category>
<category><![CDATA[necessary job]]></category>
<category><![CDATA[search cn]]></category>
<category><![CDATA[configuration application]]></category>
<category><![CDATA[domain name service]]></category>
<category><![CDATA[application domain]]></category>
<category><![CDATA[technology selection]]></category>
<category><![CDATA[php javascript]]></category>
<category><![CDATA[site statistics]]></category>
<category><![CDATA[web standards]]></category>
<category><![CDATA[comrades]]></category>
<category><![CDATA[web development web]]></category>
<category><![CDATA[record technology]]></category>
<category><![CDATA[space website]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/actual-web-development-web-standards-record-1-instrument-the-environment-selection-space-the-record/</guid>
		<description><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...]]></description>
		<content:encoded><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-development-environment-to-build/" title="ror development environment to build">ror development environment to build</a> 2009-03-02 17:50:03</li>
					<li><a href="http://www.codeweblog.com/activemq-practice-the-road-four-activemq-4-x-jboss-4-x-mdp-actual-articles/" title="ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles">ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles</a> 2009-03-02 12:06:07</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/actual-web-development-web-standards-record-1-instrument-the-environment-selection-space-the-record/</wfw:commentRss>
	</item>
		<item>
		<title>Actual web development web standards Record (1): tools, the environment, selection, space, the record</title>
		<link>http://www.codeweblog.com/actual-web-development-web-standards-record-1-tools-the-environment-selection-space-the-record/</link>
		<comments>http://www.codeweblog.com/actual-web-development-web-standards-record-1-tools-the-environment-selection-space-the-record/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[domain names]]></category>
<category><![CDATA[javascript css]]></category>
<category><![CDATA[ten thousand]]></category>
<category><![CDATA[domain name search]]></category>
<category><![CDATA[money registration]]></category>
<category><![CDATA[flow application]]></category>
<category><![CDATA[necessary job]]></category>
<category><![CDATA[search cn]]></category>
<category><![CDATA[configuration application]]></category>
<category><![CDATA[domain name service]]></category>
<category><![CDATA[application domain]]></category>
<category><![CDATA[technology selection]]></category>
<category><![CDATA[php javascript]]></category>
<category><![CDATA[site statistics]]></category>
<category><![CDATA[web standards]]></category>
<category><![CDATA[comrades]]></category>
<category><![CDATA[web development web]]></category>
<category><![CDATA[record technology]]></category>
<category><![CDATA[space website]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/actual-web-development-web-standards-record-1-tools-the-environment-selection-space-the-record/</guid>
		<description><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...]]></description>
		<content:encoded><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-development-environment-to-build/" title="ror development environment to build">ror development environment to build</a> 2009-03-02 17:50:03</li>
					<li><a href="http://www.codeweblog.com/activemq-practice-the-road-four-activemq-4-x-jboss-4-x-mdp-actual-articles/" title="ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles">ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles</a> 2009-03-02 12:06:07</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/actual-web-development-web-standards-record-1-tools-the-environment-selection-space-the-record/</wfw:commentRss>
	</item>
		<item>
		<title>Many versions of rails development environment to generate the rails app</title>
		<link>http://www.codeweblog.com/many-versions-of-rails-development-environment-to-generate-the-rails-app/</link>
		<comments>http://www.codeweblog.com/many-versions-of-rails-development-environment-to-generate-the-rails-app/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[underscore]]></category>
<category><![CDATA[initial generation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/many-versions-of-rails-development-environment-to-generate-the-rails-app/</guid>
		<description><![CDATA[updated version rails fast inevitably required at many versions of the following development environment, then how to use the specified version of the rails to the initial generation of an app? Very s ...]]></description>
		<content:encoded><![CDATA[updated version rails fast inevitably required at many versions of the following development environment, then how to use the specified version of the rails to the initial generation of an app? Very s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-development-environment-to-build/" title="ror development environment to build">ror development environment to build</a> 2009-03-02 17:50:03</li>
					<li><a href="http://www.codeweblog.com/activemq-practice-the-road-four-activemq-4-x-jboss-4-x-mdp-actual-articles/" title="ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles">ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles</a> 2009-03-02 12:06:07</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/many-versions-of-rails-development-environment-to-generate-the-rails-app/</wfw:commentRss>
	</item>
		<item>
		<title>Actual web standards web site development Record (1): tools, the environment, selection, space, the record</title>
		<link>http://www.codeweblog.com/actual-web-standards-web-site-development-record-1-tools-the-environment-selection-space-the-record/</link>
		<comments>http://www.codeweblog.com/actual-web-standards-web-site-development-record-1-tools-the-environment-selection-space-the-record/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 17:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[development environment]]></category>
<category><![CDATA[domain names]]></category>
<category><![CDATA[javascript css]]></category>
<category><![CDATA[ten thousand]]></category>
<category><![CDATA[domain name search]]></category>
<category><![CDATA[money registration]]></category>
<category><![CDATA[flow application]]></category>
<category><![CDATA[necessary job]]></category>
<category><![CDATA[search cn]]></category>
<category><![CDATA[configuration application]]></category>
<category><![CDATA[domain name service]]></category>
<category><![CDATA[application domain]]></category>
<category><![CDATA[technology selection]]></category>
<category><![CDATA[php javascript]]></category>
<category><![CDATA[web site development]]></category>
<category><![CDATA[site statistics]]></category>
<category><![CDATA[web standards]]></category>
<category><![CDATA[comrades]]></category>
<category><![CDATA[proton]]></category>
<category><![CDATA[celebrations]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/actual-web-standards-web-site-development-record-1-tools-the-environment-selection-space-the-record/</guid>
		<description><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...]]></description>
		<content:encoded><![CDATA[Recently took over a friend&#39;s request to do a website, are subject ceremonial celebrations, ask yourself a lot of projects done, but few records. To take this opportunity to record one side to do  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-development-environment-to-build/" title="ror development environment to build">ror development environment to build</a> 2009-03-02 17:50:03</li>
					<li><a href="http://www.codeweblog.com/activemq-practice-the-road-four-activemq-4-x-jboss-4-x-mdp-actual-articles/" title="ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles">ActiveMQ practice the road (four) ActiveMQ 4.x + JBoss 4.x MDP actual articles</a> 2009-03-02 12:06:07</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/actual-web-standards-web-site-development-record-1-tools-the-environment-selection-space-the-record/</wfw:commentRss>
	</item>
		<item>
		<title>ruby installation</title>
		<link>http://www.codeweblog.com/ruby-installation/</link>
		<comments>http://www.codeweblog.com/ruby-installation/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 18:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[instance variables]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[run time]]></category>
<category><![CDATA[ruby ruby]]></category>
<category><![CDATA[global variables]]></category>
<category><![CDATA[multiple inheritance]]></category>
<category><![CDATA[eiffel]]></category>
<category><![CDATA[ruby program]]></category>
<category><![CDATA[mission management systems]]></category>
<category><![CDATA[ms dos system]]></category>
<category><![CDATA[open source programmers]]></category>
<category><![CDATA[automatic management]]></category>
<category><![CDATA[clear solutions]]></category>
<category><![CDATA[word type]]></category>
<category><![CDATA[as2]]></category>
<category><![CDATA[matz]]></category>
<category><![CDATA[smalltalk]]></category>
<category><![CDATA[first word]]></category>
<category><![CDATA[paying attention]]></category>
<category><![CDATA[figure 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-installation/</guid>
		<description><![CDATA[extraordinary ruby is a language, but do not have the heart of the study it will no avail. The same as the same, it will gradually been paying attention, I believe. This paper describes only how to in ...]]></description>
		<content:encoded><![CDATA[extraordinary ruby is a language, but do not have the heart of the study it will no avail. The same as the same, it will gradually been paying attention, I believe. This paper describes only how to in ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/real-design-pattern/" title="Real design pattern">Real design pattern</a> 2009-03-01 14:00:04</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-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/ruby-installation/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby Tutorial</title>
		<link>http://www.codeweblog.com/ruby-tutorial/</link>
		<comments>http://www.codeweblog.com/ruby-tutorial/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 10:20:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[eclipse ide]]></category>
<category><![CDATA[tutorial pdf]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-tutorial/</guid>
		<description><![CDATA[eclipse plug-ins under the RDT Net download http://yehudakatz.com/2007/01/27/my-preferred-rails-development-environment/ http://beans.seartipy.com/2006/08/12/develop-ruby-applications-using-eclipse-id ...]]></description>
		<content:encoded><![CDATA[eclipse plug-ins under the RDT Net download http://yehudakatz.com/2007/01/27/my-preferred-rails-development-environment/ http://beans.seartipy.com/2006/08/12/develop-ruby-applications-using-eclipse-id ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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-tutorial/</wfw:commentRss>
	</item>
		<item>
		<title>InstantRails structures using RoR development environment</title>
		<link>http://www.codeweblog.com/instantrails-structures-using-ror-development-environment/</link>
		<comments>http://www.codeweblog.com/instantrails-structures-using-ror-development-environment/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 08:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[installation directory]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[instantrails]]></category>
<category><![CDATA[local directory]]></category>
<category><![CDATA[command line type]]></category>
<category><![CDATA[left menu]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/instantrails-structures-using-ror-development-environment/</guid>
		<description><![CDATA[The installation process First download Instant Rails 2.0 Extracted to a local directory, it is necessary to pay attention to where the path should not contain spaces At the installation directory, op ...]]></description>
		<content:encoded><![CDATA[The installation process First download Instant Rails 2.0 Extracted to a local directory, it is necessary to pay attention to where the path should not contain spaces At the installation directory, op ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/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/instantrails-structures-using-ror-development-environment/</wfw:commentRss>
	</item>
		<item>
		<title>And rails 2.0 with Swing - rails2.0 comprehensive Tutorial - Part I</title>
		<link>http://www.codeweblog.com/and-rails-2-0-with-swing-rails2-0-comprehensive-tutorial-part-i/</link>
		<comments>http://www.codeweblog.com/and-rails-2-0-with-swing-rails2-0-comprehensive-tutorial-part-i/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:00:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[source code]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[gems]]></category>
<category><![CDATA[new features]]></category>
<category><![CDATA[mime types]]></category>
<category><![CDATA[exhibitions]]></category>
<category><![CDATA[rubygems]]></category>
<category><![CDATA[video tutorial]]></category>
<category><![CDATA[document structure]]></category>
<category><![CDATA[inflections]]></category>
<category><![CDATA[good tutorials]]></category>
<category><![CDATA[bates]]></category>
<category><![CDATA[30 minutes]]></category>
<category><![CDATA[aim]]></category>
<category><![CDATA[swing]]></category>
<category><![CDATA[translation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/and-rails-2-0-with-swing-rails2-0-comprehensive-tutorial-part-i/</guid>
		<description><![CDATA[About a rails 2.0 Introduction of the article, a total of two parts. Translate the following article from here, or new Translation not please everyone exhibitions. I am pleased to see my video tutoria ...]]></description>
		<content:encoded><![CDATA[About a rails 2.0 Introduction of the article, a total of two parts. Translate the following article from here, or new Translation not please everyone exhibitions. I am pleased to see my video tutoria ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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>
					<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/and-rails-2-0-with-swing-rails2-0-comprehensive-tutorial-part-i/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby on Rails the download and installation as well as the development environment to build</title>
		<link>http://www.codeweblog.com/ruby-on-rails-the-download-and-installation-as-well-as-the-development-environment-to-build/</link>
		<comments>http://www.codeweblog.com/ruby-on-rails-the-download-and-installation-as-well-as-the-development-environment-to-build/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[failure]]></category>
<category><![CDATA[installation directory]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[double click]]></category>
<category><![CDATA[rubyforge]]></category>
<category><![CDATA[ruby version]]></category>
<category><![CDATA[command line mode]]></category>
<category><![CDATA[installation job]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-on-rails-the-download-and-installation-as-well-as-the-development-environment-to-build/</guid>
		<description><![CDATA[To develop applications based on the ruby, we need to install ruby, gem, rails, mongrel. First, to the official website download the latest Ruby One-Click Installer version (already own a RubyGems, a  ...]]></description>
		<content:encoded><![CDATA[To develop applications based on the ruby, we need to install ruby, gem, rails, mongrel. First, to the official website download the latest Ruby One-Click Installer version (already own a RubyGems, a  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ruby-on-rails-the-download-and-installation-as-well-as-the-development-environment-to-build/</wfw:commentRss>
	</item>
		<item>
		<title>Rails under the Eclipse development environment set up (Amendment)</title>
		<link>http://www.codeweblog.com/rails-under-the-eclipse-development-environment-set-up-amendment/</link>
		<comments>http://www.codeweblog.com/rails-under-the-eclipse-development-environment-set-up-amendment/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[fckeditor]]></category>
<category><![CDATA[eclipse development]]></category>
<category><![CDATA[rhtml]]></category>
<category><![CDATA[selection press]]></category>
<category><![CDATA[subclipse]]></category>
<category><![CDATA[demo cd]]></category>
<category><![CDATA[platform 3]]></category>
<category><![CDATA[templete]]></category>
<category><![CDATA[seesaw]]></category>
<category><![CDATA[amendment 1]]></category>
<category><![CDATA[smart one]]></category>
<category><![CDATA[aptana]]></category>
<category><![CDATA[tigris]]></category>
<category><![CDATA[previous version]]></category>
<category><![CDATA[unzip]]></category>
<category><![CDATA[graphs]]></category>
<category><![CDATA[slideshow]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-under-the-eclipse-development-environment-set-up-amendment/</guid>
		<description><![CDATA[1. Unzip eclipse-platform-3.2.2-win32.zip to the e: \ 2. Start eclipse, select workspace, you can use the default, check the following as the default 3. To install plug-ins (plugins), Help-software up ...]]></description>
		<content:encoded><![CDATA[1. Unzip eclipse-platform-3.2.2-win32.zip to the e: \ 2. Start eclipse, select workspace, you can use the default, check the following as the default 3. To install plug-ins (plugins), Help-software up ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/rails-under-the-eclipse-development-environment-set-up-amendment/</wfw:commentRss>
	</item>
		<item>
		<title>mac development environment to deploy ror</title>
		<link>http://www.codeweblog.com/mac-development-environment-to-deploy-ror/</link>
		<comments>http://www.codeweblog.com/mac-development-environment-to-deploy-ror/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 04:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[deployment]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[mistake]]></category>
<category><![CDATA[feelings]]></category>
<category><![CDATA[chinese vocabulary]]></category>
<category><![CDATA[point gem]]></category>
<category><![CDATA[dmg format]]></category>
<category><![CDATA[linux side]]></category>
<category><![CDATA[mac os x]]></category>
<category><![CDATA[unix experience]]></category>
<category><![CDATA[fresh point]]></category>
<category><![CDATA[mac development]]></category>
<category><![CDATA[mac port]]></category>
<category><![CDATA[chaotic systems]]></category>
<category><![CDATA[common software]]></category>
<category><![CDATA[cleanup]]></category>
<category><![CDATA[os x]]></category>
<category><![CDATA[vegetables]]></category>
<category><![CDATA[chaos]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mac-development-environment-to-deploy-ror/</guid>
		<description><![CDATA[I do not have any type of unix experience, so middle of the book while watching the linux side found the web page, which eventually led http://danbenjamin.com/articles/2008/02/ruby-rails-leopard Rubys ...]]></description>
		<content:encoded><![CDATA[I do not have any type of unix experience, so middle of the book while watching the linux side found the web page, which eventually led http://danbenjamin.com/articles/2008/02/ruby-rails-leopard Rubys ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/mac-development-environment-to-deploy-ror/</wfw:commentRss>
	</item>
	</channel>
</rss>
