开发学院图形图像Flash 基于flex4技术从零开发flex博客系统 : 3 使用Remo... 阅读

基于flex4技术从零开发flex博客系统 : 3 使用Remoting服务

 2009-05-05 12:04:23 来源:WEB开发网   
核心提示: endpoint用”/weborb.wo”在于web.xml有如下一段定义:<servlet> <servlet-name>weborb</servlet-name> <servlet-class>weborb.ORB

基于flex4技术从零开发flex博客系统 : 3 使用Remoting服务

endpoint用”/weborb.wo”在于web.xml有如下一段定义:

<servlet>
    <servlet-name>weborb</servlet-name>
    <servlet-class>weborb.ORBServlet</servlet-class>
    <load-on-startup> 1 </load-on-startup>
  </servlet>

  <servlet-mapping>
    <servlet-name>weborb</servlet-name>
    <url-pattern>*.wo</url-pattern>
  </servlet-mapping>

玄机在weborb.ORBServlet中,WebORB使用它做为处理remoting调用的入口。

我们之所以可以以GenericDestination作为RemoteObject的destination,源于在war/WEB-INF/flex/remoting-config.xml文件中有如下一段定义:

<destination id="GenericDestination">
        <properties>
            <source>*</source>
        </properties>
    </destination>

系列文章:

flex选修课之第一课:flex4开发环境配置与第一个应用程序hello world

flex选修课之第二课:与servlet服务端交互

上一页  1 2 3 4 

Tags:基于 flex 技术

编辑录入:爽爽 [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
赞助商链接