﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-wilin-文章分类-eclipse</title><link>http://www.blogjava.net/wilin/category/1838.html</link><description>wilin</description><language>zh-cn</language><lastBuildDate>Thu, 01 Mar 2007 12:14:55 GMT</lastBuildDate><pubDate>Thu, 01 Mar 2007 12:14:55 GMT</pubDate><ttl>60</ttl><item><title>Hibernate toolset </title><link>http://www.blogjava.net/wilin/articles/6972.html</link><dc:creator>wilin</dc:creator><author>wilin</author><pubDate>Fri, 01 Jul 2005 01:45:00 GMT</pubDate><guid>http://www.blogjava.net/wilin/articles/6972.html</guid><wfw:comment>http://www.blogjava.net/wilin/comments/6972.html</wfw:comment><comments>http://www.blogjava.net/wilin/articles/6972.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/wilin/comments/commentRss/6972.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/wilin/services/trackbacks/6972.html</trackback:ping><description><![CDATA[<BR><BR><BR>hibernate.cfg.xml<BR>
<DIV style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 4px; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 97.45%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: windowtext 0.5pt solid; HEIGHT: 266px">
<DIV><SPAN style="COLOR: #008080">&nbsp;1</SPAN>&nbsp;<SPAN style="COLOR: #0000ff">&lt;?</SPAN><SPAN style="COLOR: #ff00ff">xml&nbsp;version="1.0"&nbsp;encoding="utf-8"</SPAN><SPAN style="COLOR: #0000ff">?&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;2</SPAN>&nbsp;<SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #0000ff">&lt;!</SPAN><SPAN style="COLOR: #ff00ff">DOCTYPE&nbsp;hibernate-configuration&nbsp;PUBLIC<BR></SPAN><SPAN style="COLOR: #008080">&nbsp;3</SPAN>&nbsp;<SPAN style="COLOR: #ff00ff">"-//Hibernate/Hibernate&nbsp;Configuration&nbsp;DTD&nbsp;3.0//EN"<BR></SPAN><SPAN style="COLOR: #008080">&nbsp;4</SPAN>&nbsp;<SPAN style="COLOR: #ff00ff">"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;5</SPAN>&nbsp;<SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">hibernate-configuration</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;6</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">session-factory</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;7</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.connection.url"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">jdbc:oracle:thin:@192.168.0.212:1521:mtime</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;8</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.cglib.use_reflection_optimizer"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">true</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">&nbsp;9</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.connection.password"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">lindasl</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">10</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.connection.username"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">WILINTEST</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">11</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.connection.driver_class"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">oracle.jdbc.driver.OracleDriver</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">12</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.dialect"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">org.hibernate.dialect.Oracle9Dialect</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">13</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.default_schema"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">WILINTEST</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">14</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">property&nbsp;</SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="hibernate.show_sql"</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000">true</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">15</SPAN>&nbsp;<SPAN style="COLOR: #000000">&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">session-factory</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">16</SPAN>&nbsp;<SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">hibernate-configuration</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN></DIV></DIV><BR>需要特别指出的是第13行，一定要加，而且schema一定要大些,不然。。。。。<IMG height=19 src="http://www.blogjava.net/Emoticons/teeth_smile.gif" width=19 border=0><img src ="http://www.blogjava.net/wilin/aggbug/6972.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wilin/" target="_blank">wilin</a> 2005-07-01 09:45 <a href="http://www.blogjava.net/wilin/articles/6972.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>eclipse资源链接</title><link>http://www.blogjava.net/wilin/articles/6661.html</link><dc:creator>wilin</dc:creator><author>wilin</author><pubDate>Fri, 24 Jun 2005 03:57:00 GMT</pubDate><guid>http://www.blogjava.net/wilin/articles/6661.html</guid><wfw:comment>http://www.blogjava.net/wilin/comments/6661.html</wfw:comment><comments>http://www.blogjava.net/wilin/articles/6661.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/wilin/comments/commentRss/6661.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/wilin/services/trackbacks/6661.html</trackback:ping><description><![CDATA[<STRONG>Eclipse</STRONG><A href="http://www.eclipse.org/"><BR>http://www.eclipse.org/</A><BR><BR><SPAN style="FONT-WEIGHT: bold"></SPAN><BR><STRONG>插件下载地址<BR></STRONG><BR><SPAN style="FONT-WEIGHT: bold">Eclipse插件专门店<BR></SPAN><A href="http://www.eclipse-plugins.info/eclipse/index.jsp" target=_top><SPAN style="FONT-WEIGHT: bold">http://</SPAN>www.eclipse-plugins.info/eclipse/index.jsp</A><BR><BR><SPAN class=postdetails><SPAN style="FONT-WEIGHT: bold">JBossIDE</SPAN>&nbsp;<BR><!--StartFragment --><A href="http://jboss.sourceforge.net/jbosside/updates" target=_top>http://jboss.sourceforge.net/jbosside/updates</A> <BR></SPAN><A href="http://www.jboss.org/products/jbosside/downloads" target=_top><SPAN class=postdetails>http://www.jboss.org/products/jbosside/downloads</SPAN></A><BR><SPAN class=postdetails></SPAN><SPAN class=postdetails></SPAN><A href="http://prdownloads.sourceforge.net/jboss/JBossIDE-1.4.1-e30.zip?download" target=_top><SPAN class=postdetails>http://prdownloads.sourceforge.net/jboss/JBossIDE-1.4.1-e30.zip?download</SPAN></A><BR><BR><SPAN class=postdetails></SPAN><SPAN class=postdetails><SPAN style="FONT-WEIGHT: bold">Spring</SPAN> <BR><A href="http://springide.org/updatesite/" target=_blank>http://springide.org/updatesite/</A><BR><BR><SPAN style="FONT-WEIGHT: bold">Spindle </SPAN><BR><A href="http://spindle.sourceforge.net/updates/">http://spindle.sourceforge.net/updates/</A><BR><BR><SPAN style="FONT-WEIGHT: bold">FreeMarker</SPAN> <BR><A href="http://freemarker.sourceforge.net/">http://freemarker.sourceforge.net/</A><BR><BR><STRONG>GEF<BR></STRONG><A href="http://download.eclipse.org/tools/gef/downloads/index.php">http://download.eclipse.org/tools/gef/downloads/index.php</A><BR><BR><STRONG>EMF</STRONG><BR><A href="http://download.eclipse.org/tools/emf/scripts/downloads.php">http://download.eclipse.org/tools/emf/scripts/downloads.php</A><BR><BR></SPAN><SPAN class=postbody><SPAN style="FONT-WEIGHT: bold">Tomcat launcher for Eclipse：</SPAN><BR><A class=postlink href="http://www.sysdeo.com/eclipse/tomcatPlugin.html" target=_blank>http://www.sysdeo.com/eclipse/tomcatPlugin.html</A><BR></SPAN>
<P style="FONT-WEIGHT: bold">Hibernate Synchronizer</P>
<P style="FONT-WEIGHT: bold"><SPAN class=postbody style="FONT-WEIGHT: normal"></SPAN><A class=postlink style="FONT-WEIGHT: normal" href="http://hibernatesynch.sourceforge.net/update" target=_blank>http://hibernatesynch.sourceforge.net/update</A><BR><A class=postlink href="http://www.binamics.com/hibernatesync/" target=_blank><SPAN style="FONT-WEIGHT: normal">http://www.binamics.com/hibernatesync/</SPAN></A><BR><SPAN style="FONT-WEIGHT: normal"></SPAN><BR></P>
<P style="FONT-WEIGHT: bold">Hibernate Tools<BR></P>
<P style="FONT-WEIGHT: bold"><A href="http://downloads.jboss.com/jbosside/updates/development/">http://downloads.jboss.com/jbosside/updates/development/</A><BR><BR></P><SPAN class=postbody>Ibm Eclipse文章集锦<BR><A href="http://www-128.ibm.com/developerworks/cn/views/opensource/articles.jsp?view_by=search&amp;search_by=Eclipse">http://www-128.ibm.com/developerworks/cn/views/opensource/articles.jsp?view_by=search&amp;search_by=Eclipse</A><BR><BR><!--StartFragment -->&nbsp;<B class=xlgfc2b>Eclipse profiler plugin: Summary</B> <BR><A href="http://sourceforge.net/projects/eclipsecolorer/">http://sourceforge.net/projects/eclipsecolorer/</A></SPAN><img src ="http://www.blogjava.net/wilin/aggbug/6661.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wilin/" target="_blank">wilin</a> 2005-06-24 11:57 <a href="http://www.blogjava.net/wilin/articles/6661.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>