<?xml version="1.0" encoding="GBK" ?>








<?xml-stylesheet type="text/css" href="/css/rss.css"?>
<!-- generator="BEABLOG 1.0(beta)" -->
<rss version="2.0" xmlns:sns="http://dev2dev.bea.com.cn/blog/">
    <channel>
        <title><![CDATA[Chris Hogue]]></title>
        <description><![CDATA[]]></description>
        <link>http://dev2dev.bea.com.cn/blog/chrishogue</link>
        
        <generator>dev2dev blog</generator>
        <language>zh-cn</language>
        <copyright>Copyright 1996 - 2007 BEA Inc. All Rights Reserved.</copyright>
       
        
        
       
        <item>
            <title><![CDATA[Workshop 10.1发布！]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200803/weblogic_workshop_06_928.html</link>
            <description><![CDATA[
			我们很高兴能够宣布这个倍受大家期待的发行版已经发布了。它的版本号为10.1。这个发行版真正实现了Workshop for WebLogic和Workshop Studio产品的合并。从此再也不需要两个单独的IDE，两个单独的产品线了。它们现在已经合为一体，不过用户仍然可以根据需要选择一些不同的包。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2008-03-06 10:28:09</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[J2EE库，Workshop和您]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200710/15_474.html</link>
            <description><![CDATA[
			随着WLS 9.0版本的发布，引入了一个称为 Shared J2EE Libraries 的新特性——有时也叫做J2EE库或库模块。J2EE库通常是完全合法的J2EE模块，部署时只带有一个指示它是库类型的一个标记。请参阅链接了解模块的详细信息。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2007-10-15 09:14:13</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[测试服务控件]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200706/07_368.html</link>
            <description><![CDATA[
			　　不久之前，我描述了如何在Workshop IDE.中轻松地 测试控件。此后就有不少的人询问如何测试依赖于J2EE容器的控件。提问形式通常是这样：“我应该如何测试服务控件？”			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2007-06-07 14:54:41</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[使用ServiceControl处理mustUnderstand消息头]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200703/13_356.html</link>
            <description><![CDATA[
			　　关于Web service消息的元信息经常在消息头中（在SOAP信封中，而不在传输头中）传递。这通常用于用户凭证、回调端点地址等信息。发送这些消息的服务会用mustUnderstand属性来标志每个消息头，表明它们需要消息的接收方理解该消息头。如果接收方不理解该消息头，那么消息发送失败。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2007-03-13 13:36:15</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[为服务控件添加handler]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200703/13_355.html</link>
            <description><![CDATA[
			　　处理Web service有时需要直接处理传入和传出的消息。标准的做法是使用在客户端或服务器上注册的handler。handler可以检测传入和传出的消息，在使其到达终点、写入日志信息之前修改消息。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2007-03-13 13:21:53</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[WORKSHOP 9.2 SCHEMA WEB SERVICES入门]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200612/18_335.html</link>
            <description><![CDATA[
			　　近日来总是讲述WSDL web services的入门知识，手动或使用工具编写WSDL已经不再是难事。但是，对于坚持使用一组通用的、定义良好的数据结构的人来说，还有另一种方法可以带来相同的好处——开始使用Schema web services			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-12-18 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[编写WEB SERVICES更加轻松——WEB SERVICE设计视图]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200612/11_331.html</link>
            <description><![CDATA[
			　　已经接触过了 Workshop 9.2，也看到了使用JSR-181中描述的注释web服务模型、WLS web服务堆栈通过注释公开的高级功能和Workshop提供的编程建模工具来构建web services是多么容易的事情。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-12-11 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[用JDBCCONTROL检索生成的键]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200611/27_328.html</link>
            <description><![CDATA[
			　　在用自动生成的键（例如主键）在表中进行插入时，常常希望马上获得这个键并在代码中使用。从JDK 1.4开始，Statement类有一个getGeneratedKeys()方法（以及用来指定列的相关方法）。但是如果要使用JdbcControl，那么会怎么样？			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-11-27 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[WORKSHOP FOR WEBLOGIC 9.2设计视图更新现在可用了]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200611/23_327.html</link>
            <description><![CDATA[
			　　尽管这个夏天的许多时间花在GA方面了，但是今天我们发布了几个重要的Workshop for  WebLogic Platform 9.2更新。这些更新主要是提供新的经过增强的设计视图、在Web Service  Test Client中增加支持、更新文档以及提供许多bug补丁。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-11-23 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[使用WORKSHOP 9.2管理项目依赖性]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200611/10_323.html</link>
            <description><![CDATA[
			　　近来，我见过很多人在Workshop中的项目依赖性上有过失误，所以我想指出一些要注意的方面。首先，要查看有关处理不同种类依赖性的详细信息，可以查看Help &gt; BEA  Workshop for WebLogic Platform Programmer's Guide &gt; IDE User Guide &gt;  Managing Project Dependencies主题。（没错，文档中已经存在这个主题，但是不要紧，因为我们知道有些人迫不及待地想要了解这些内容:）。）			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-11-10 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[更多WORKSHOP 9.2技巧]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200610/16_319.html</link>
            <description><![CDATA[
			　　距离我上次发表文章已经有一段时间了。这次，我将讲述更多在Workshop中偶然发现的技巧，并与您分享这些有趣的技巧。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-10-16 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[在使用JNDI查找时进行容器外测试]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200608/31_311.html</link>
            <description><![CDATA[
			　　在IDE中测试容器外的控件之后，我产生了许多关于如何测试JdbcControl的疑问，因为它通常使用JNDI数据源来查看其连接。显然，如果您正在进行普通的JUnit测试，那么您将无法访问JNDI树，因此，在尝试测试JdbcControl时，您会获得一个NamingException。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-08-31 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[WORKSHOP 9.2的PAGE FLOW OVERVIEW简介]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200608/17_307.html</link>
            <description><![CDATA[
			　　几个星期前，我给出了Workshop for WebLogic 9.2中页面流工具的简介，重点介绍了Page Flow Editor。在某一时刻，我曾提到过Page Flow Overview (PFO)，它是Page Flow Editor的补充视图，从以后的版本中可以获得。好了，现在可以预览一下将要介绍的内容。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-08-17 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[WORKSHOP 9.2——您可能错过的精彩特性II]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200608/08_300.html</link>
            <description><![CDATA[
			　　在发布了几个月关于Workshop 9.2的各种主题之后，该轮到您可能错过的精彩特性主题成为最流行的主题了。这意味着该主题有一个吸引人的标题或者实际上对用户很有帮助。我将继续介绍Workshop 9.2的益处，这次讨论我最喜欢的少数几个特性。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-08-08 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[测试控件的简单方法]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200608/08_302.html</link>
            <description><![CDATA[
			Chris Hogue			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-08-08 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[WORKSHOP 9.2中的页面流工具简介]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200607/24_292.html</link>
            <description><![CDATA[
			　　虽然Java早就有用来构建设计良好的、基于MVC的Web应用程序的框架，但是它们通常并不是最易于使用的。它们常常需要许多XML文件编辑操作，且生成许多类似的小Java类。为此，WebLogic Workshop 8.1引入了Page Flows的概念——一个Java注释模型，构建于一流的开源框架Struts之上。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-07-24 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[XMLBeans和Workshop 9.2]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200607/05_284.html</link>
            <description><![CDATA[
			　　在本文中，作者将描述一些更改，然后介绍如何在Workshop  9.2 IDE中使用XMLBeans。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-07-05 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[Service Control在哪里？]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200606/14_266.html</link>
            <description><![CDATA[
			　　因为Workshop  9.2中没有用于创建Service Control的File &gt; New菜单，所以有些人就找不到它了。其实它还在那里。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-06-14 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[使用Workshop 9.2监视Web服务消息]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200606/08_261.html</link>
            <description><![CDATA[
			　　本文将介绍如何监视一个调用web服务的ServiceControl的传入和传出消息。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-06-08 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[Workshop for WebLogic Platform 9.2产品要点]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200606/02_254.html</link>
            <description><![CDATA[
			　　本文作者主要关注Workshop产品线以及相关话题，介绍该产品中您可能未曾注意的特性，提供一些技巧和窍门，解释一些设计为什么会是那样，并解决客户和读者的常见问题。			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-06-02 00:00:00</pubDate>            
        </item>
        
       
        <item>
            <title><![CDATA[Workshop 9.2 IDE——容易被忽视的酷特性]]></title>
            <link>http://dev2dev.bea.com.cn/blog/chrishogue/200606/02_255.html</link>
            <description><![CDATA[
			　　将Workshop迁移到Eclipse 3.1之上的一个优点是，现在可在Workshop IDE中得到Eclipse所提供的许多特性。这是好消息。坏消息是Eclipse和Workshop有如此多有趣的特性，以至于有时它们很难找到，结果让有用的特性得不到使用。为此，我打算列出一些我最喜欢的特性，这些特性无论是新用户还是Eclipse老手都可能不会立刻注意到...			

]]></description>
            <author><![CDATA[Chris Hogue]]></author>
            <pubDate>2006-06-02 00:00:00</pubDate>            
        </item>
        
    </channel>
</rss>