<?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>java type</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/java-type/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>java type</description>
	<pubDate>Mon, 22 Mar 2010 17:42:05+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Detailed study DWR</title>
		<link>http://www.codeweblog.com/detailed-study-dwr/</link>
		<comments>http://www.codeweblog.com/detailed-study-dwr/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[app version]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[test jsp]]></category>
<category><![CDATA[technologies web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-study-dwr/</guid>
		<description><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...]]></description>
		<content:encoded><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/detailed-study-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>JavaBean, Entity Bean, Enterprise Bean, such as Bean, as well as the meaning of POJO</title>
		<link>http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</link>
		<comments>http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 23:05:24+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[bean entity]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[java language]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[java classes]]></category>
<category><![CDATA[single mode]]></category>
<category><![CDATA[enterprise bean]]></category>
<category><![CDATA[enterprise java beans]]></category>
<category><![CDATA[application standards]]></category>
<category><![CDATA[java bean]]></category>
<category><![CDATA[oriented applications]]></category>
<category><![CDATA[javabean properties]]></category>
<category><![CDATA[java component model]]></category>
<category><![CDATA[constructor parameters]]></category>
<category><![CDATA[visualization tools]]></category>
<category><![CDATA[internal domain]]></category>
<category><![CDATA[public exposure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</guid>
		<description><![CDATA[I am finishing with the summary of: First, the java bean, is a java component model, he for the use of java classes provide a standard format, the user program management and visualization tools can b ...]]></description>
		<content:encoded><![CDATA[I am finishing with the summary of: First, the java bean, is a java component model, he for the use of java classes provide a standard format, the user program management and visualization tools can b ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
					<li><a href="http://www.codeweblog.com/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</wfw:commentRss>
	</item>
		<item>
		<title>Java variety of paths and parameters</title>
		<link>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</link>
		<comments>http://www.codeweblog.com/java-variety-of-paths-and-parameters/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[web application]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[relative path]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[two ways]]></category>
<category><![CDATA[root directory]]></category>
<category><![CDATA[jsp access]]></category>
<category><![CDATA[root path]]></category>
<category><![CDATA[path 1]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[absolute path]]></category>
<category><![CDATA[pagecontext]]></category>
<category><![CDATA[weblogic]]></category>
<category><![CDATA[document root]]></category>
<category><![CDATA[bea]]></category>
<category><![CDATA[desktop folder]]></category>
<category><![CDATA[getservletcontext]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-variety-of-paths-and-parameters/</guid>
		<description><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...]]></description>
		<content:encoded><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...				<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-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</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/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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>HQL: Hibernate Query Language (Transfer from the official website)</title>
		<link>http://www.codeweblog.com/hql-hibernate-query-language-transfer-from-the-official-website/</link>
		<comments>http://www.codeweblog.com/hql-hibernate-query-language-transfer-from-the-official-website/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:15:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java type]]></category>
<category><![CDATA[query language]]></category>
<category><![CDATA[query result]]></category>
<category><![CDATA[lowercase letters]]></category>
<category><![CDATA[capital letters]]></category>
<category><![CDATA[query statement]]></category>
<category><![CDATA[inheritance polymorphism]]></category>
<category><![CDATA[language transfer]]></category>
<category><![CDATA[code content]]></category>
<category><![CDATA[sensitivity issues]]></category>
<category><![CDATA[practice habits]]></category>
<category><![CDATA[cat code]]></category>
<category><![CDATA[cartesian product]]></category>
<category><![CDATA[ugly words]]></category>
<category><![CDATA[grammatical structure]]></category>
<category><![CDATA[case sensitivity]]></category>
<category><![CDATA[type names]]></category>
<category><![CDATA[simplest form]]></category>
<category><![CDATA[auto import]]></category>
<category><![CDATA[cat cat]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hql-hibernate-query-language-transfer-from-the-official-website/</guid>
		<description><![CDATA[HQL: Hibernate Query Language (Transfer from the official website) Chapter 15 HQL: Hibernate Query Language Hibernate is equipped with a very powerful query language, this language looks very much lik ...]]></description>
		<content:encoded><![CDATA[HQL: Hibernate Query Language (Transfer from the official website) Chapter 15 HQL: Hibernate Query Language Hibernate is equipped with a very powerful query language, this language looks very much lik ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ruby-on-the-handle-unicode-some-experiences/" title="ruby on the handle unicode Some Experiences">ruby on the handle unicode Some Experiences</a> 2009-03-13 05:35:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-performance-tuning-the-focus-of-understanding/" title="Hibernate performance tuning (the focus of understanding)">Hibernate performance tuning (the focus of understanding)</a> 2009-03-03 10:26:40</li>
					<li><a href="http://www.codeweblog.com/imitation-java-type-hashmap-implementation-of-javascript/" title="Imitation Java type HashMap implementation of JavaScript">Imitation Java type HashMap implementation of JavaScript</a> 2009-03-03 06:10:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-study-of-the-fifth-chapter/" title="hibernate study of the fifth chapter">hibernate study of the fifth chapter</a> 2009-03-02 12:05:21</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hql-hibernate-query-language-transfer-from-the-official-website/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate type mapping mapping types hibernate mysql</title>
		<link>http://www.codeweblog.com/hibernate-type-mapping-mapping-types-hibernate-mysql/</link>
		<comments>http://www.codeweblog.com/hibernate-type-mapping-mapping-types-hibernate-mysql/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 00:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java sql]]></category>
<category><![CDATA[type mapping]]></category>
<category><![CDATA[serializable interface]]></category>
<category><![CDATA[mapping type]]></category>
<category><![CDATA[sql type]]></category>
<category><![CDATA[java math]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[java types]]></category>
<category><![CDATA[mm ss]]></category>
<category><![CDATA[double 8]]></category>
<category><![CDATA[java time]]></category>
<category><![CDATA[type java]]></category>
<category><![CDATA[time hh]]></category>
<category><![CDATA[smallint]]></category>
<category><![CDATA[tinyint]]></category>
<category><![CDATA[blob clob]]></category>
<category><![CDATA[variable length]]></category>
<category><![CDATA[string string]]></category>
<category><![CDATA[character string]]></category>
<category><![CDATA[binary data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-type-mapping-mapping-types-hibernate-mysql/</guid>
		<description><![CDATA[Hibernate mapping type of standard Java types and SQL types of the size range of integer or int int or java.lang.Integer INTEGER 4 bytes long long Long BIGINT 8 bytes short short Short SMALLINT 2 byte ...]]></description>
		<content:encoded><![CDATA[Hibernate mapping type of standard Java types and SQL types of the size range of integer or int int or java.lang.Integer INTEGER 4 bytes long long Long BIGINT 8 bytes short short Short SMALLINT 2 byte ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/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/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-type-mapping-mapping-types-hibernate-mysql/</wfw:commentRss>
	</item>
		<item>
		<title>Detailed struts development</title>
		<link>http://www.codeweblog.com/detailed-struts-development/</link>
		<comments>http://www.codeweblog.com/detailed-struts-development/#comments</comments>
		<pubDate>Tue, 05 May 2009 08:35:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java type]]></category>
<category><![CDATA[web application framework]]></category>
<category><![CDATA[tag library]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[apache struts]]></category>
<category><![CDATA[mutual cooperation]]></category>
<category><![CDATA[java developers]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[jsp taglib]]></category>
<category><![CDATA[layer model]]></category>
<category><![CDATA[j2ee architecture]]></category>
<category><![CDATA[controller controller]]></category>
<category><![CDATA[mvc model]]></category>
<category><![CDATA[data access technologies]]></category>
<category><![CDATA[architecture standards]]></category>
<category><![CDATA[control architecture]]></category>
<category><![CDATA[tag libraries]]></category>
<category><![CDATA[framwork]]></category>
<category><![CDATA[model view]]></category>
<category><![CDATA[customer requests]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-struts-development/</guid>
		<description><![CDATA[Detailed struts development Struts concepts and architecture Struts has a group of mutual cooperation category, Serlvet as well as the composition of Jsp TagLib. Struts-based web application framework ...]]></description>
		<content:encoded><![CDATA[Detailed struts development Struts concepts and architecture Struts has a group of mutual cooperation category, Serlvet as well as the composition of Jsp TagLib. Struts-based web application framework ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/imitation-java-type-hashmap-implementation-of-javascript/" title="Imitation Java type HashMap implementation of JavaScript">Imitation Java type HashMap implementation of JavaScript</a> 2009-03-03 06:10:02</li>
					<li><a href="http://www.codeweblog.com/spring-of-the-jar-package-detailed/" title="spring of the jar package Detailed">spring of the jar package Detailed</a> 2009-03-02 12:05:39</li>
					<li><a href="http://www.codeweblog.com/spring-jar-package-detailed/" title="Spring jar package Detailed">Spring jar package Detailed</a> 2009-02-28 16:00:32</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/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/detailed-struts-development/</wfw:commentRss>
	</item>
		<item>
		<title>J2EE project data persistence layer design</title>
		<link>http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/</link>
		<comments>http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[data query]]></category>
<category><![CDATA[type mapping]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[mapping framework]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[object persistence]]></category>
<category><![CDATA[programming job]]></category>
<category><![CDATA[compatibility problem]]></category>
<category><![CDATA[interface implementation]]></category>
<category><![CDATA[layer structure]]></category>
<category><![CDATA[persistence mechanism]]></category>
<category><![CDATA[project unity]]></category>
<category><![CDATA[logic development]]></category>
<category><![CDATA[manual programming]]></category>
<category><![CDATA[concurrent data]]></category>
<category><![CDATA[database product]]></category>
<category><![CDATA[applications database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/</guid>
		<description><![CDATA[J2EE project data persistence layer design Data Persistence Layer design goal is to provide a high level throughout the project, unity, security, and concurrent data persistence mechanism. Achieve the ...]]></description>
		<content:encoded><![CDATA[J2EE project data persistence layer design Data Persistence Layer design goal is to provide a high level throughout the project, unity, security, and concurrent data persistence mechanism. Achieve the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA type of data-HIBERNATE data type - the standard SQL data type correspondence table</title>
		<link>http://www.codeweblog.com/java-type-of-data-hibernate-data-type-the-standard-sql-data-type-correspondence-table/</link>
		<comments>http://www.codeweblog.com/java-type-of-data-hibernate-data-type-the-standard-sql-data-type-correspondence-table/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 01:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[date java]]></category>
<category><![CDATA[sql date]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[time java]]></category>
<category><![CDATA[timestamp java]]></category>
<category><![CDATA[sql timestamp]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[blob]]></category>
<category><![CDATA[java math]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[smallint]]></category>
<category><![CDATA[tinyint]]></category>
<category><![CDATA[string string]]></category>
<category><![CDATA[java data]]></category>
<category><![CDATA[time time time]]></category>
<category><![CDATA[type correspondence]]></category>
<category><![CDATA[sql data]]></category>
<category><![CDATA[string text]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-type-of-data-hibernate-data-type-the-standard-sql-data-type-correspondence-table/</guid>
		<description><![CDATA[Java data type Hibernate type of data standard SQL data types (PS: for different DB may vary) byte, java.lang.Byte byte TINYINT short, java.lang.Short short SMALLINT int, java.lang.Integer integer ING ...]]></description>
		<content:encoded><![CDATA[Java data type Hibernate type of data standard SQL data types (PS: for different DB may vary) byte, java.lang.Byte byte TINYINT short, java.lang.Short short SMALLINT int, java.lang.Integer integer ING ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/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/java-type-of-data-hibernate-data-type-the-standard-sql-data-type-correspondence-table/</wfw:commentRss>
	</item>
		<item>
		<title>DWR Introduction</title>
		<link>http://www.codeweblog.com/dwr-introduction/</link>
		<comments>http://www.codeweblog.com/dwr-introduction/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[programming interface]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[web developers]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[java method]]></category>
<category><![CDATA[web server resources]]></category>
<category><![CDATA[web server side]]></category>
<category><![CDATA[direct web remoting]]></category>
<category><![CDATA[web browser plug]]></category>
<category><![CDATA[java function]]></category>
<category><![CDATA[server protocol]]></category>
<category><![CDATA[code web]]></category>
<category><![CDATA[type safety]]></category>
<category><![CDATA[browser web]]></category>
<category><![CDATA[source class]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-introduction/</guid>
		<description><![CDATA[DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser&#39;s code to use at WEB server running on the JAVA functi ...]]></description>
		<content:encoded><![CDATA[DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser&#39;s code to use at WEB server running on the JAVA functi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-introduction/</wfw:commentRss>
	</item>
		<item>
		<title>DWR brief introduction (to)</title>
		<link>http://www.codeweblog.com/dwr-brief-introduction-to/</link>
		<comments>http://www.codeweblog.com/dwr-brief-introduction-to/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 08:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[programming interface]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[web developers]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[javascript function]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[java method]]></category>
<category><![CDATA[web server resources]]></category>
<category><![CDATA[web server side]]></category>
<category><![CDATA[direct web remoting]]></category>
<category><![CDATA[web browser plug]]></category>
<category><![CDATA[java function]]></category>
<category><![CDATA[website developers]]></category>
<category><![CDATA[server protocol]]></category>
<category><![CDATA[code web]]></category>
<category><![CDATA[type safety]]></category>
<category><![CDATA[browser web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-brief-introduction-to/</guid>
		<description><![CDATA[DWR (Direct Web Remoting) is a Open source The class library that can help developers site contains AJAX technology. It can permit in the browser&#39;s code uses WEB server running on the JAVA functio ...]]></description>
		<content:encoded><![CDATA[DWR (Direct Web Remoting) is a Open source The class library that can help developers site contains AJAX technology. It can permit in the browser&#39;s code uses WEB server running on the JAVA functio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-primary-key-strategy-sequence/" title="Hibernate primary key strategy-sequence">Hibernate primary key strategy-sequence</a> 2009-02-27 12:34:56</li>
					<li><a href="http://www.codeweblog.com/spring-myfaces-hibernate-richfaces/" title="spring myfaces hibernate richfaces">spring myfaces hibernate richfaces</a> 2009-02-27 12:34:36</li>
					<li><a href="http://www.codeweblog.com/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/build-flex-spring-blazeds-hibernate-application/" title="Build flex + spring + blazeds + hibernate application">Build flex + spring + blazeds + hibernate application</a> 2009-02-27 11:20:52</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-brief-introduction-to/</wfw:commentRss>
	</item>
		<item>
		<title>Imitation Java type HashMap implementation of JavaScript</title>
		<link>http://www.codeweblog.com/imitation-java-type-hashmap-implementation-of-javascript/</link>
		<comments>http://www.codeweblog.com/imitation-java-type-hashmap-implementation-of-javascript/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[key key]]></category>
<category><![CDATA[function key]]></category>
<category><![CDATA[key value]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/imitation-java-type-hashmap-implementation-of-javascript/</guid>
		<description><![CDATA[Imitation Java type HashMap implementation of JavaScript]]></description>
		<content:encoded><![CDATA[Imitation Java type HashMap implementation of JavaScript				<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/imitation-java-type-hashmap-implementation-of-javascript/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Mapping Types</title>
		<link>http://www.codeweblog.com/hibernate-mapping-types/</link>
		<comments>http://www.codeweblog.com/hibernate-mapping-types/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:34:06+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java sql]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[serializable interface]]></category>
<category><![CDATA[mapping type]]></category>
<category><![CDATA[sql type]]></category>
<category><![CDATA[java math]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[java types]]></category>
<category><![CDATA[mm ss]]></category>
<category><![CDATA[double 8]]></category>
<category><![CDATA[java time]]></category>
<category><![CDATA[type java]]></category>
<category><![CDATA[time hh]]></category>
<category><![CDATA[smallint]]></category>
<category><![CDATA[tinyint]]></category>
<category><![CDATA[blob clob]]></category>
<category><![CDATA[variable length]]></category>
<category><![CDATA[type description]]></category>
<category><![CDATA[string string]]></category>
<category><![CDATA[character string]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-mapping-types/</guid>
		<description><![CDATA[Hibernate mapping types divided into two categories: built-in mapping types and mapping types of customers. Built-in mapping types is responsible for some common Java types are mapped to the correspon ...]]></description>
		<content:encoded><![CDATA[Hibernate mapping types divided into two categories: built-in mapping types and mapping types of customers. Built-in mapping types is responsible for some common Java types are mapped to the correspon ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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-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/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/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-mapping-types/</wfw:commentRss>
	</item>
	</channel>
</rss>
