<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 15,  comments - 8,  trackbacks - 0
    原文出自:http://www.tkk7.com/xmatthew/archive/2008/11/02/238208.html    作者:xmatthew

    Spring2 針對遠程訪問服務,提供的一個remote包。其的的是提供一套統一的遠程服務發布功能。
    先來看一下Spring2支持那些遠程服務功能:
        1. RMI服務
        2. Hessian或者Burlap通過HTTP遠程調用服務
        3. HTTP調用器暴露服務

    下面用一個例子,來看一下Spring2 是怎樣對這些服務進行統一的封裝和管理。

    先看一下服務器端的源代碼
    public interface IBookService {

        Book getById(String id);

    }

    public class Book {

        
    public String name;
        
    public String id;
        
    public String author;

    }
        
    public class BookService implements IBookService {

        
    public Book getById(String id) {
            
    return BookStore.getById(id);
        }

    }  

    客戶端源代碼
    public class BookQueryService {
      
    private IBookService bookService;
      
    public void setAccountService(IBookService bookService) {
        
    this.bookService = bookService;
      }
      
      
    public Book getBookById(String id) {
          
    return bookService.getById(id);
      }
    }

    //客戶端調用示例

    public static void main(String[] args) {

      ClassPathXmlApplicationContext context;
        context 
    = new  ClassPathXmlApplicationContext("applicationContext.xml");
        BookQueryService bookQueryService 
    = (BookQueryService) context.getBean("bookQueryService");
        Book book 
    = bookQueryService.getBookById("1");
    }

    使用Spring2 發布 RMI服務示例
    服務器端配置:
    <bean id="bookService" class="com.xmatthew.spring.remote.BookService">
    </bean>

    <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
        
    <!-- does not necessarily have to be the same name as the bean to be exported -->
        
    <property name="serviceName" value="bookService"/>
        
    <property name="service" ref="bookService"/>
        
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
        
    <property name="registryPort" value="1800"/>
    </bean>

    客戶端配置:

    <bean class="com.xmatthew.spring.remote.client.BookQueryService">
        
    <property name="bookService" ref="bookService"/>
    </bean>

    <bean id="bookService" class="org.springframework.remoting.rmi.RmiProxyFactoryBean">
        
    <property name="serviceUrl" value="rmi://localhost:1800/bookService"/>
        
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
    </bean>

    使用Spring2 發布 基于Http的Hessian服務示例
    注: Hessian提供一種基于HTTP的二進制遠程協議。它是由Caucho創建的,可以在 http://www.caucho.com 找到更多有關Hessian的信息。
     
    首為使用Hessian,需要為其配置Spring 的 DispatcherServlet
    把下面的配置加入到web.xml中
    <servlet>
        
    <servlet-name>remoting</servlet-name>
        
    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
        
    <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
        
    <servlet-name>remoting</servlet-name>
        
    <url-pattern>/remoting/*</url-pattern>
    </servlet-mapping>

    服務器端配置:
    <bean id="bookService" class="com.xmatthew.spring.remote.BookService">
    </bean>

    <bean name="/bookService" class="org.springframework.remoting.caucho.HessianServiceExporter">
      
    <property name="service" ref="bookService"/>
      
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
    </bean>

    客戶端配置:

    <bean class="com.xmatthew.spring.remote.client.BookQueryService">
        
    <property name="bookService" ref="bookService"/>
    </bean>

    <bean id="bookService" class="org.springframework.remoting.caucho.HessianProxyFactoryBean">
        
    <property name="serviceUrl" value="http://localhost:8080/bookService"/>
        
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
    </bean>

    使用Spring2 發布 基于Http的Burlap服務示例
     Burlap,它是一個基于XML的Hessian替代方案。它的配置方法和上述Hessian的一樣。只要把 Hessian 換成 Burlap 就行了。
     服務器端使用:
         org.springframework.remoting.caucho.BurlapServiceExporter 發布服務
     客戶端使用:
         org.springframework.remoting.caucho.BurlapProxyFactoryBean

    使用Spring2 發布 基于HTTP調用器暴露服務
    和使用自身序列化機制的輕量級協議Burlap和Hessian相反,Spring HTTP調用器使用標準Java序列化機制來通過HTTP暴露業務.
    但其配置與Burlap和Hessian很相近

    服務器端配置:
    <bean id="bookService" class="com.xmatthew.spring.remote.BookService">
    </bean>

    <bean name="/bookService" class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
      
    <property name="service" ref="bookService"/>
      
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
    </bean>

    客戶端配置:

    <bean class="com.xmatthew.spring.remote.client.BookQueryService">
        
    <property name="bookService" ref="bookService"/>
    </bean>

    <bean id="bookService" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
        
    <property name="serviceUrl" value="http://localhost:8080/bookService"/>
        
    <property name="serviceInterface" value="com.xmatthew.spring.remote.IBookService"/>
    </bean>



    posted on 2008-11-04 12:05 lvq810 閱讀(234) 評論(0)  編輯  收藏 所屬分類: Java
    主站蜘蛛池模板: 亚洲午夜精品久久久久久浪潮 | 亚洲精品自在在线观看| 色九月亚洲综合网| 免费无码又爽又刺激高潮| 亚洲va在线va天堂成人| 99久久免费精品国产72精品九九 | 亚洲av无码专区在线播放| 91在线免费观看| 亚洲国产精品高清久久久| 玖玖在线免费视频| 亚洲欧洲免费视频| 91成年人免费视频| 亚洲精品亚洲人成在线播放| 女人18一级毛片免费观看| 牛牛在线精品观看免费正| 国产l精品国产亚洲区在线观看| 久久国产精品免费看| 亚洲va成无码人在线观看| 免费无码又爽又刺激高潮的视频| 亚洲第一se情网站| 国产亚洲AV手机在线观看| 热99RE久久精品这里都是精品免费 | 亚洲av无码一区二区三区乱子伦 | 亚洲国产成人超福利久久精品| 日韩版码免费福利视频| 亚洲人成色99999在线观看| mm1313亚洲精品无码又大又粗| 97在线视频免费公开视频| 亚洲精品视频在线观看免费| 女人毛片a级大学毛片免费| 青青草国产免费国产是公开| 日本亚洲视频在线| 国产桃色在线成免费视频| 高潮毛片无遮挡高清免费视频| 亚洲va久久久噜噜噜久久天堂| 午夜免费1000部| 色婷婷六月亚洲综合香蕉| 亚洲综合av永久无码精品一区二区 | 免费一级大黄特色大片| 性xxxx视频免费播放直播| 亚洲成年网站在线观看|