<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>anton_xu的专栏 - 1&lt;hr&gt; 11 Java</title><link>http://blog.csdn.net/anton_xu/category/72149.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 24 Mar 2007 18:14:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>anton_xu</dc:creator><title>给论坛开发者和使用者的几点建议 </title><link>http://blog.csdn.net/anton_xu/archive/2005/03/11/317601.aspx</link><pubDate>Fri, 11 Mar 2005 23:12:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2005/03/11/317601.aspx</guid><wfw:comment>http://blog.csdn.net/anton_xu/comments/317601.aspx</wfw:comment><comments>http://blog.csdn.net/anton_xu/archive/2005/03/11/317601.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/anton_xu/comments/commentRss/317601.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=317601</trackback:ping><description>给论坛开发者和使用者的几点建议&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/317601.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>JDBC连接数据库经验集萃Z</title><link>http://blog.csdn.net/anton_xu/archive/2005/03/11/317546.aspx</link><pubDate>Fri, 11 Mar 2005 22:20:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2005/03/11/317546.aspx</guid><wfw:comment>http://blog.csdn.net/anton_xu/comments/317546.aspx</wfw:comment><comments>http://blog.csdn.net/anton_xu/archive/2005/03/11/317546.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/anton_xu/comments/commentRss/317546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=317546</trackback:ping><description>JDBC连接数据库经验集萃 &lt;img src ="http://blog.csdn.net/anton_xu/aggbug/317546.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>jspSmartUpload上传下载全攻略(转)</title><link>http://blog.csdn.net/anton_xu/archive/2005/02/01/277008.aspx</link><pubDate>Tue, 01 Feb 2005 21:33:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2005/02/01/277008.aspx</guid><description>jspSmartUpload上传下载全攻略&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/277008.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>Java开发编码规范</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/15/216873.aspx</link><pubDate>Wed, 15 Dec 2004 10:34:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/15/216873.aspx</guid><description>本编码规范总结了目前可找到的各种Java编码规范的可取之处，制定出了新九七系统开发时应遵守的规范。从各种编码规范所要规范的内容来看，主要包括命名规范（包括类、变量、方法等）、文档注释规范、编码格式规范和一些编程的惯例。其中规范命名和文档注释比较重要，它们对于改善软件的可读性很有帮助，尤其是JDK中含有提取文档注释成为单独文件的JavaDOC工具，合乎规范的文档注释可直接提取成文档供后续修改维护人员参考，其内容也比更新不够及时的设计文档更准确详细。而编码格式和编程惯例虽然对程序可读性也有影响，但要完全遵守具有一定难度，且编码格式可以通过格式规范工具在编码完成后统一调整。 
因此，以下关于命名规范和文档注释规范要求开发人员严格遵守，而编码格式规范和编程惯例作为参考建议，建议开发人员遵守。 
本规范的编写主要参考了Sun公司网站上的Java编码规范（http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html）和IBM公司网站上的Java程序编码规范。 
&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/216873.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>Java 程序编码规范</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/15/216811.aspx</link><pubDate>Wed, 15 Dec 2004 10:00:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/15/216811.aspx</guid><wfw:comment>http://blog.csdn.net/anton_xu/comments/216811.aspx</wfw:comment><comments>http://blog.csdn.net/anton_xu/archive/2004/12/15/216811.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/anton_xu/comments/commentRss/216811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=216811</trackback:ping><description>    所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应，但是在多个开发人员共同写作的情况下，这些规则是必需的。这不仅仅是为了开发效率来考虑，而且也是为了后期维护考虑。&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/216811.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>Java语言编码规范(Java Code Conventions)</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/15/216790.aspx</link><pubDate>Wed, 15 Dec 2004 09:47:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/15/216790.aspx</guid><description>本文档讲述了Java语言的编码规范，较之陈世忠先生《c++编码规范》的浩繁详尽，此文当属短小精悍了。而其中所列之各项条款，从编码风格，到注意事项，不单只Java，对于其他语言，也都很有借鉴意义。因为简短，所以易记，大家不妨将此作为handbook，常备案头，逐一对验。&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/216790.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>使用JSF（Java Server Faces）开发</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/07/207728.aspx</link><pubDate>Tue, 07 Dec 2004 13:46:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/07/207728.aspx</guid><wfw:comment>http://blog.csdn.net/anton_xu/comments/207728.aspx</wfw:comment><comments>http://blog.csdn.net/anton_xu/archive/2004/12/07/207728.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/anton_xu/comments/commentRss/207728.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=207728</trackback:ping><description>   Java Server Faces（JSF）技术为开发基于网络用户界面的Java开发者提供了标准的编程接口API以及标记库。Apache Struts框架的作者Craig McClanahan，协助领导了Sun公司的JSF项目。这使项目能够容易的从流行的Apache向JSF标准移植得到了保证。就像Struts框架一样，JSF定义了一套JSP标记，能够生成与JavaBean属性绑定在一起的HTML表单元素。从应用开发者的角度看，两种框架是很相似的，但是JSF可能将会得到更多的支持。因为JSF是Java的标准。在未来的发展中，有可能所有的J2EE应用服务器都需要支持JSF（Java Server Faces）。
&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/207728.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>关于JSF和Struts的讨论</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/07/207479.aspx</link><pubDate>Tue, 07 Dec 2004 10:53:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/07/207479.aspx</guid><wfw:comment>http://blog.csdn.net/anton_xu/comments/207479.aspx</wfw:comment><comments>http://blog.csdn.net/anton_xu/archive/2004/12/07/207479.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/anton_xu/comments/commentRss/207479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=207479</trackback:ping><description>JSF(Java Server Faces)是目前sun指定为view层标准的表示层技术。当前的版本为1.1。 Struts是一个使用较为广泛的开源表mvc框架。当前在国内使用的人数众多，目前的版本也是1.1。 
笔者正在为一个项目框架作技术选型，所以先后研究了这两种技术。本人打算就目前所掌握的知识对这两种技术作一对比和分析。由于是初学，可能有不正确或者不完整的地方，希望大家能积极的讨论，指正。 

据说JSF的主要负责人就是struts的主要作者，所以二者的相似点还是有很多的。
&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/207479.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>关于J2EE 讲座的一些截图</title><link>http://blog.csdn.net/anton_xu/archive/2004/12/04/204892.aspx</link><pubDate>Sat, 04 Dec 2004 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/12/04/204892.aspx</guid><description>表单认证 Form-Based Authentication 
&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/204892.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>anton_xu</dc:creator><title>Java和WorkFlow的相关链接</title><link>http://blog.csdn.net/anton_xu/archive/2004/11/30/199282.aspx</link><pubDate>Tue, 30 Nov 2004 15:11:00 GMT</pubDate><guid>http://blog.csdn.net/anton_xu/archive/2004/11/30/199282.aspx</guid><description>link&lt;img src ="http://blog.csdn.net/anton_xu/aggbug/199282.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>