<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>王洪伟的专栏 - </title><link>category/339010.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 05 May 2008 17:43:42 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>teamlet</dc:creator><title>OAuth使用简述</title><link>http://blog.csdn.net/teamlet/archive/2008/05/05/2394883.aspx</link><pubDate>Mon, 05 May 2008 17:44:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/05/05/2394883.aspx</guid><wfw:comment>comments/2394883.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/05/05/2394883.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2394883.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2394883</trackback:ping><description>OAuth协议致力于使网站和应用程序（统称为消费方）能够在无须用户透露其认证证书的情况下，通过API访问某个web服务（统称为服务提供方）的受保护资源。更一般地说，OAuth为API认证提供了一个可自由实现且通用的方法。
在运行OAuth的web例子的时候，遇到问题的总结。
&lt;img src ="aggbug/2394883.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>删除eclipse的configuration目录导致eclipse无法启动的解决办法</title><link>http://blog.csdn.net/teamlet/archive/2008/03/26/2221413.aspx</link><pubDate>Wed, 26 Mar 2008 22:16:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/03/26/2221413.aspx</guid><wfw:comment>comments/2221413.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/03/26/2221413.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221413.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221413</trackback:ping><description>本文介绍了删除eclipse的configuration目录导致eclipse无法启动的解决办法。&lt;img src ="aggbug/2221413.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>equinox实现Class Loader机制的代码解读(2)</title><link>http://blog.csdn.net/teamlet/archive/2008/03/16/2188588.aspx</link><pubDate>Sun, 16 Mar 2008 21:47:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/03/16/2188588.aspx</guid><wfw:comment>comments/2188588.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/03/16/2188588.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2188588.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2188588</trackback:ping><description>在开发equinox环境下的bundle的时候，所有java.*包的类不需要import而javax.*的包则需要import。但是这些包都是在同一个jar中的，为什么呢？本文根据对代码的分析和实践，得出结论。&lt;img src ="aggbug/2188588.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>在equinox环境开发web应用的"利器" -- registerResources()方法 详解</title><link>http://blog.csdn.net/teamlet/archive/2008/02/27/2125608.aspx</link><pubDate>Wed, 27 Feb 2008 21:06:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/02/27/2125608.aspx</guid><wfw:comment>comments/2125608.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/02/27/2125608.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/2125608.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2125608</trackback:ping><description>HttpService是equinox环境下提供web应用bundle向web服务bundle注册资源的接口。registerResources(...)是org.osgi.service.http.HttpService类中提供的方法,可以直接向jetty服务器中注册静态的资源。本文讲解了registerResources的参数，作用和约束条件。举例说明参数的用法和一个可用的程序提供更多的参考。&lt;img src ="aggbug/2125608.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>在equinox环境开发web应用的"利器" -- 序</title><link>http://blog.csdn.net/teamlet/archive/2008/02/27/2125585.aspx</link><pubDate>Wed, 27 Feb 2008 20:52:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/02/27/2125585.aspx</guid><wfw:comment>comments/2125585.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/02/27/2125585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2125585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2125585</trackback:ping><description>在equinox环境中开发web应用必须要借助一些工具包提供的功能，实现web服务器和equinox环境中资源的互通。本文列举了eclipse实现的osgi环境下提供的这些工具包，并在后续的文章中逐一介绍这些类的使用和说明。&lt;img src ="aggbug/2125585.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>equinox环境下web应用资源的部署[最后更新2008-02-27]</title><link>http://blog.csdn.net/teamlet/archive/2008/02/24/2117978.aspx</link><pubDate>Sun, 24 Feb 2008 22:14:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2008/02/24/2117978.aspx</guid><wfw:comment>comments/2117978.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2008/02/24/2117978.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2117978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2117978</trackback:ping><description>在osgi的equinox实现环境下，web服务器和web应用都是以osgi的bundle的形式部署到equinox环境中的。在equinox下部署web服务器的资源与非equinox(osgi)环境下有一些不同，这为使用Spring+Struts+Hibernate的应用向equinox环境转移带来了一定的困难。而在spring中使用acegi的应用的转换麻烦要更多一些。本文从equinox提供的HttpService接口角度来解答如何处理这些情况。&lt;img src ="aggbug/2117978.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>Tuscany是什么？为什么要用Tuscany命名SCA规范的实现？</title><link>http://blog.csdn.net/teamlet/archive/2007/12/03/1913930.aspx</link><pubDate>Mon, 03 Dec 2007 15:40:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2007/12/03/1913930.aspx</guid><wfw:comment>comments/1913930.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2007/12/03/1913930.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/1913930.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1913930</trackback:ping><description>蓝蓝的天，墨绿的橄榄树大片大片整齐地铺排着，起伏的山棱线和地平线像音乐。小城科尔托纳就藏身在Tuscany的美丽里。黄昏橘色的夕阳让每一个角落都有一种温暖华美的感觉，橘色转成金色，再化成古铜色，色彩温煦而艳丽。这就是Tuscany.SCA的参考实现命名为Tuscany，蕴含着一些意义在里面.&lt;img src ="aggbug/1913930.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>回答:细说SCA V1.0规范(2) --Composite与架构 网友xiexie的问题</title><link>http://blog.csdn.net/teamlet/archive/2007/11/06/1869428.aspx</link><pubDate>Tue, 06 Nov 2007 13:28:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2007/11/06/1869428.aspx</guid><wfw:comment>comments/1869428.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2007/11/06/1869428.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/1869428.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1869428</trackback:ping><description>Component是不是不能提供服务，是不是必须通过Composite向外提供服务？在SCA里面好像组件能打包，是不是只有Domian才能打包呢？SOA的概念层次从下到上一般分为：操作系统层、组件层、服务层、业务流程层、和表示层，具体到SCA，它分别对应于SCA的什么呢？&lt;img src ="aggbug/1869428.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>细说SCA V1.0规范(3) -- Domain与业务</title><link>http://blog.csdn.net/teamlet/archive/2007/11/06/1868669.aspx</link><pubDate>Tue, 06 Nov 2007 00:04:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2007/11/06/1868669.aspx</guid><wfw:comment>comments/1868669.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2007/11/06/1868669.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>comments/commentRss/1868669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1868669</trackback:ping><description>Domain是作用的范围，有一个划分边界的含义。一个域就是一个范围，一个作用区域，在这个区域内包含的内容有一个共同的特性。在同一个领域中每个不同的域之间是有明显的分界和不同特性的内容。Domain域分为两层.一层是命名层，将URI与Domain域建立关联，并通过URI实现对Domain域模型的访问；另一层是Composite层.
&lt;img src ="aggbug/1868669.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>Java 1.5 特性之一：可变长度的参数功能</title><link>http://blog.csdn.net/teamlet/archive/2007/10/01/1809188.aspx</link><pubDate>Mon, 01 Oct 2007 21:05:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2007/10/01/1809188.aspx</guid><wfw:comment>comments/1809188.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2007/10/01/1809188.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1809188.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1809188</trackback:ping><description>Java1.5提供了一个叫varargs的功能，就是可变长度的参数。在以前的jdk版本中，对象中一个方法的入参个数在写好后就是固定的，而varargs提供了可变长度的功能，有点类似于main方法的参数String[] args，在命令行运行时args可数是可变的。&lt;img src ="aggbug/1809188.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>teamlet</dc:creator><title>AccessController.doPrivileged 小记</title><link>http://blog.csdn.net/teamlet/archive/2007/10/01/1809165.aspx</link><pubDate>Mon, 01 Oct 2007 20:35:00 GMT</pubDate><guid>http://blog.csdn.net/teamlet/archive/2007/10/01/1809165.aspx</guid><wfw:comment>comments/1809165.aspx</wfw:comment><comments>http://blog.csdn.net/teamlet/archive/2007/10/01/1809165.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1809165.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1809165</trackback:ping><description>本文介绍了AccessController类中doPrivileged方法，并列举了几个有关的特权处理的事例。&lt;img src ="aggbug/1809165.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>