<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>风水幽灵 - JavaEE</title><link>http://blog.csdn.net/phantomhu/category/357999.aspx</link><description>JavaEE</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 14 Jul 2008 14:22:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>风水幽灵</dc:creator><title>使用 Apache HttpClient 突破 J2EE 站点认证</title><link>http://blog.csdn.net/phantomhu/archive/2008/07/14/2647299.aspx</link><pubDate>Mon, 14 Jul 2008 10:54:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/07/14/2647299.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2647299.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/07/14/2647299.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2647299.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2647299</trackback:ping><description>商业性 Web 站点大都提供站点认证功能以保护某些受限资源，HTTP 协议和 J2EE 规范对 Web 站点的认证过程都已有了详尽的定义，常见浏览器都能根据相应协议提供对应的界面形式帮助用户完成站点的认证过程。但在某些情况下，我们需要编写程序直接获取站点的受保护资源，在这类情况下，就不能利用浏览器给定的界面去完成认证，而需要我们根据不同的协议人工地发送相应请求以完成整个认证过程。本文根据这种需求给出一个基于 Apache HttpClient 应用包的解决方案。
&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2647299.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>AOP 的利器：ASM 3.0 介绍</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/29/2133269.aspx</link><pubDate>Fri, 29 Feb 2008 15:40:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/29/2133269.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2133269.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/29/2133269.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2133269.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2133269</trackback:ping><description>随着 AOP（Aspect Oriented Programming）的发展，代码动态生成已然成为 Java 世界中不可或缺的一环。本文将介绍一种小巧轻便的 Java 字节码操控框架 ASM，它能方便地生成和改造 Java 代码。著名的框架，如 Hibernate 和 Spring 在底层都用到了 ASM。比起传统的 Java 字节码操控框架，BCEL 或者 SERP，它具有更符合现代软件模式的编程模型和更迅捷的性能。

本文主要分为四个部分：首先将 ASM 和其他 Java 类生成方案作对比，然后大致介绍 Java 类文件的组织，最后针对最新的 ASM 3.0，描述其编程框架，并给出一个使用 ASM 进行 AOP 的例子，介绍调整函数内容，生成派生类，以及静态和动态生成类的方法。
&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2133269.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>纯 servlet：重新考虑视图,使用 Servlet API 简化设计</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/25/2118337.aspx</link><pubDate>Mon, 25 Feb 2008 09:20:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/25/2118337.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2118337.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/25/2118337.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2118337.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2118337</trackback:ping><description>对于具有动态内容的 Web 页面，可以使用 Java™Server Pages（JSP）技术将开发人员和 UI 设计人员的工作分离开来。遗憾的是，JSP 对于许多设计人员来说太复杂了，所以 Java 开发人员只好自己处理 JSP 代码，这往往会产生令人不满意的结果。本文演示一种非正统的替代方法：通过使用简单的 helper 对象，根据纯 servlet 构建 Web 界面。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2118337.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>使用 Alphablox 创建 J2EE 网络聊天室</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/14/2091329.aspx</link><pubDate>Thu, 14 Feb 2008 09:30:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/14/2091329.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2091329.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/14/2091329.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2091329.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2091329</trackback:ping><description>本文以创建一个聊天室网络应用为例，介绍 DB2 Alphablox 的一些关键技术，包括客户端界面创建，服务器端系统管理以及各种通信技术的融合。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2091329.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>用 Spring 框架指定自定义隔离级别,在 Java EE 应用程序的分布式事务中使用自定义隔离级别</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/13/2089748.aspx</link><pubDate>Wed, 13 Feb 2008 10:26:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/13/2089748.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2089748.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/13/2089748.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2089748.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2089748</trackback:ping><description>如果您正在构建一个应用程序，该应用程序要求在执行用例时在全局事务中具有自定义隔离级别，您可能已经发现这是一件困难的事，因为 Java™ Transaction API 并不提供对自定义隔离级别的支持。幸运地是，Spring 框架允许您设计在全局事务中使用自定义隔离级别的 Web 和企业应用程序，但这却不是一件容易的事。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2089748.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>用 jpa2web 生成 Ajax J2EE Web 应用程序</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/05/2084147.aspx</link><pubDate>Tue, 05 Feb 2008 09:35:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/05/2084147.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2084147.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/05/2084147.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2084147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2084147</trackback:ping><description>了解并试用新的开放源码工具 — jpa2web — 这种工具可以根据带 JPA 注解的 bean 生成基于 Ajax 的 J2EE Web 应用程序。通过使用 ZK 框架，这个工具生成的应用程序提供一个友好的基于 Ajax 的 Web 用户界面，允许用户添加、删除、搜索、修改和连接与数据库同步的对象实例。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2084147.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>监控业务系统数据库连接</title><link>http://blog.csdn.net/phantomhu/archive/2008/02/04/2083356.aspx</link><pubDate>Mon, 04 Feb 2008 13:34:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2008/02/04/2083356.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/2083356.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2008/02/04/2083356.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/2083356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2083356</trackback:ping><description>J2EE 服务器一般提供了数据库连接池活跃连接个数的信息，但难以提供连接的细节、执行的 SQL 语句以及是否产生锁等信息。一旦发生不稳定现象，开发人员容易归咎于应用服务器。本文分析了业务模块如何导致系统级别的问题，并提出了实时监控数据库连接细节并准确定位异常所在模块的方法，以方便排除业务模块问题。

读者可以增强对于系统问题分析和解决的能力，并能够明确如何分析和解决业务系统问题，而不是简单认为时应用服务器平台不够稳定造成的。同时，对 Java 核心 API 及 Proxy 技术的理解也将进一步增强。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/2083356.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>Java EE 迎合 Web 2.0</title><link>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957762.aspx</link><pubDate>Fri, 21 Dec 2007 17:23:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957762.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/1957762.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957762.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/1957762.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1957762</trackback:ping><description>如果 Web 2.0 应用程序使用的是基于标准的 Java Platform, Enterprise Edition 5 (Java EE) 开发方法，那么将会面临着严重的性能和可伸缩性问题。这是因为，大量支持 Java EE 平台的底层设计原理（尤其是使用同步 API 的应用）并不适合 Web 2.0 解决方案的需求。本文将解释 Java EE 和 Web 2.0 方法之间的不一致性，并对一些使用 Java 平台开发异步 Web 应用程序的解决方案进行评估。&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/1957762.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风水幽灵</dc:creator><title>Java EE 5：强大的功能、高生产率和低复杂性</title><link>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957300.aspx</link><pubDate>Fri, 21 Dec 2007 13:56:00 GMT</pubDate><guid>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957300.aspx</guid><wfw:comment>http://blog.csdn.net/phantomhu/comments/1957300.aspx</wfw:comment><comments>http://blog.csdn.net/phantomhu/archive/2007/12/21/1957300.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/phantomhu/comments/commentRss/1957300.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1957300</trackback:ping><description>Java EE 5&lt;img src ="http://blog.csdn.net/phantomhu/aggbug/1957300.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>