---[flex-application-context.xml]---
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:flex="http://www.springframework.org/schema/flex"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
http://www.springframework.org/schema/flex http://www.springframework.org/schema/flex/spring-flex-1.0.xsd">
<!-- 加载message-broker服务的一种写法
<flex:message-broker id="_messageBroker"
services-config-path="WEB-INF/flex/services-config.xml">
<flex:mapping pattern="/messagebroker/*" />
<flex:exception-translator ref="myExceptionTranslator" />
</flex:message-broker>
-->
<!-- 加载message-broker服务-->
1 声明
<bean id="_messageBroker"
class="org.springframework.flex.core.MessageBrokerFactoryBean">
<property name="servicesConfigPath"
value="WEB-INF/flex/services-config.xml" />
</bean>
2映射
<bean
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="mappings">
<value>/*=_messageBroker</value>
</property>
</bean>
3MessageBrokerHandlerAdapter 实际动作 的 处理者
<bean
class="org.springframework.flex.servlet.MessageBrokerHandlerAdapter">
</bean>
以下 的 bean 注册 ,如果 项目 中 没有 加入 spring的 支持 ,则 这些 bean的注册 应该 注册 在
remoting-config.xml 配置文件中的
<!-- 以下的Bean可以直接被Flex客户端可访问RemoteObject-->
<bean id="authenticateRO"
class="com.boco.smp.system.Authenticate">
<property name="daoFactory" ref="daoFactory" />
<flex:remoting-destination />
</bean>
分享到:
相关推荐
当当elastic-job控制台jar包,elastic-job-lite-console-3.0.0.M1-SNAPSHOT,本人从git下载源码后编译生成的jar。 $ 解压 elastic-job-lite-console-3.0.0.M1-SNAPSHOT.rar $ cd elastic-job-lite-console-3.0.0.M1-...
Elastic-Job是一个分布式任务调度框架,由两个子项目Elastic-Job-Lite和Elastic-Job-Cloud组成。Elastic-Job-Lite是轻量级的解决方案,它不依赖于任何云平台,适用于分布式环境中的任务调度。而Elastic-Job-Cloud则...
Elastic-Job是一个分布式任务调度框架,由两个独立的模块组成:Elastic-Job-Lite和Elastic-Job-Cloud。Elastic-Job-Lite主要适用于微服务架构,而Elastic-Job-Cloud则适用于云计算环境。这个压缩包"elastic-job-lite...
Elastic-Job分为Elastic-Job-Lite和Elastic-Job-Cloud两个版本,其中Elastic-Job-Lite是轻量级的离线分布式作业调度框架,它不依赖任何云平台,适合在各种环境部署。Elastic-Job-Lite提供了一套完整的作业解决方案...
下载后,tar xvzf elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz,解压后,进入bin目录,直接运行./start.sh。默认端口为8899,直接在浏览器里打开:yourip:8899,即可看到你的Elasticjob的控制台啦,默认的...
2. **配置文件**:如`application.properties`,包含了Elastic-Job-Lite的运行配置,如注册中心地址、端口设置等。 3. **jar包**:Elastic-Job-Lite的核心库和其他依赖库,如`elastic-job-lite-core.jar`、`elastic-...
基于shardingsphere-elasticjob-ui 的3.1.0版本打出来的elasticjob-lite软件包,可以解压后直接使用. 登录地址:ip:8088,登录账号/密码:root/root 在软件包中的conf/application.properties 文件中可以直接修改...
xxl-job-admin.jar运行文件
在`xxl-job-common`模块中,包含了一些公共的工具类和模型,如`com.xxl.job.core.context.XxlJobContext`封装了执行任务的上下文信息,`com.xxl.job.core.handler.annotation.JobHandler`注解用于标记自定义的任务...
Elastic-Job-Lite 主要关注的是分布式执行和故障转移,而Elastic-Job-Cloud 则是在Mesos之上实现的分布式调度解决方案。在本例中,我们主要探讨Elastic-Job-Lite Console,它是Elastic-Job-Lite的图形化管理界面,...
赠送jar包:xxl-job-core-2.3.0.jar; 赠送原API文档:xxl-job-core-2.3.0-javadoc.jar; 赠送源代码:xxl-job-core-2.3.0-sources.jar; 赠送Maven依赖信息文件:xxl-job-core-2.3.0.pom; 包含翻译后的API文档:...
### 将xxl-job-admin、xxl-job-core、xxl-job-executor的源码引入项目中的实践 在探讨如何将这三个组件(xxl-job-admin、xxl-job-core、xxl-job-executor)有效地引入到项目中之前,我们需要先了解它们各自的作用及...
标题"xxl-job-admin-2.3.0-SNAPSHOT"表明这是XXL-JOB的一个版本,具体为2.3.0的Snapshot版本,通常Snapshot版本代表的是开发中的不稳定版本,可能包含最新的功能或修复。 描述中提到“xxl-job可直接运行其中的jar...
赠送jar包:xxl-job-core-2.3.0.jar 赠送原API文档:xxl-job-core-2.3.0-javadoc.jar 赠送源代码:xxl-job-core-2.3.0-sources.jar 包含翻译后的API文档:xxl-job-core-2.3.0-javadoc-API文档-中文(简体)版.zip ...
Job-Lite控制台的源码,通常会包含以下几个部分:前端Web应用代码(HTML、CSS、JavaScript等)、后端服务代码(Java或其他语言)、配置文件(如application.properties)、数据库脚本、构建脚本(如Maven的pom.xml)...
XXL-JOB是一个分布式任务调度平台,主要由两部分组成:调度中心(xxl-job-admin)和执行器(xxl-job-executor)。本资源“xxl-job-admin-2.4.1-SNAPSHOT”是针对Oracle数据库的版本,意味着它已经配置好与Oracle...