Camel In Action一书第四章的中文版。
2021-08-03 16:19:17 796KB Camel SOA ESB
1
Apache Camel 开发使用指南中文版
2021-07-21 15:04:58 606KB Camel 系统集成
1
Apache Camel视觉设计师 使用可视设计器(由)实现集成。 可视化工具可实时同步文本编辑器,以生成XML源代码,其中包含从图形流转换而来的CamelContext定义。 早期原型: 请记住,此VSCode扩展处于“早期原型”阶段,尚无法使用。 它有助于探讨有关计划如何进行的想法。 功能亮点 易于视觉化的处理流程设计 拖放即可组织活动 REST定义 在文本编辑器中单击以导航: 在路线之间切换 选择要配置的活动 每个活动的配置面板 预定义集(选择/并行) 打开Camel XML文件并进行可视化渲染。 跟踪实时骆驼交换 使用扩展名 要开始使用扩展名并生成您的Camel定义,请执行以下操作: 在VS Code中,创建一个新的工作区。 从菜单中,选择文件>新建文件 要激活设计器视图按钮,请通过以下任一方法将文件语言更改为XML: 单击状态栏中的语言(右下角) 按下键(Mac)
2021-07-08 16:59:47 8.35MB JavaScript
1
该函数有六个局部极小点,其中(-0.0898,0.7126)和(0.0898,-0.7126)为全局最小点,最小值为-1.031628。
2021-06-27 15:14:31 2KB 人工智能 遗传算法
1
Java / Apache Camel开发人员的原型和监视工具 此回购包含的原型对于不希望从其项目中已包含的常见事物(例如监视,断路,swagger ui等)开始的骆驼开发人员应该有用。 它还包含一个全面的Grafana仪表板,用于监控通过Prometheus收集的指标的性能。 创建一个Spring Boot Camel项目 以下是Spring Boot原型 mvn archetype:generate \ -DarchetypeGroupId=io.github.alainpham \ -DarchetypeArtifactId=spring-boot-camel \ -DarchetypeVersion=1.0.0 创建一个Quarkus Camel项目 以下是Quarkus原型 mvn archetype:generate \ -Darchetype
2021-06-25 09:27:29 14.91MB CSS
1
Apache Camel Spring Boot支持 是基于已知的Enterprise Integration Patterns和功能强大的bean集成的功能强大的开源集成框架。 介绍 该项目为Apache Camel提供Spring Boot支持。 创建/删除启动器 要为zoot组件创建启动器,请运行以下命令: ./starter-create zoot 同样,要删除zoot组件的启动器,请运行以下命令: ./starter-delete zoot
2021-06-21 08:56:48 9.68MB java spring-boot integration camel
1
骆驼开发指南,企业集成,路由表达式和判断,camel高级编程,api组件框架,耗时半年翻译成果,全部为markdown文档!!!
2021-05-18 14:19:44 564KB Apache Camel camel
1
Apache Camel is a Java framework that lets you implement the standard enterprise integration patterns in a few lines of code. With a concise but sophisticated DSL you snap integration logic into your app, Lego-style, using Java, XML, or Scala. Camel supports over 80 common transports such as HTTP, REST, JMS, and Web Services. Camel in Action is a Camel tutorial full of small examples showing how to work with the integration patterns. It starts with core concepts like sending, receiving, routing, and transforming data. It then shows you the entire lifecycle and goes in depth on how to test, deal with errors, scale, deploy, and even monitor your app—details you can find only in the Camel code itself. Written by the developers of Camel, this book distills their experience and practical insights so that you can tackle integration tasks like a pro.
2021-05-10 16:12:13 3.89MB Camel 整合 integration
1
Apache Camel 作为集成项目的利器,针对应用集成场景的抽象出了一套消息交互模型,通过组件的方式进行第三方系统的接入,目前Apache Camel已经提供了300多种组件能够接入HTTP,JMS,TCP,WS-*,WebSocket 等多种传输协议。Apache Camel结合企业应用集成模式(EIP)的特点提供了消息路由,消息转换等领域特定语言(DSL),极大降低了集成应用的开发难度。Apache Camel通过URI的方式来定义需要集成的应用节点信息,用户可以按照业务需求使用DSL快速编写消息路由规则,而无需关注集成协议的细节问题。与传统的企业集成服务总线(ESB)相比,Apache Camel的核心库非常小巧(是一个只有几M的jar包),可以方便地与其他系统进行集成。
2021-04-25 21:01:45 3.77MB camel apache esb
1
Apache Camel(http://camel.apache.org/) 是一个非常强大的基于规则的路由以及媒介引擎,该引擎提供了基于POJO的 企业应用模式(EIP--Enterprise Integration Patterns)的实现。
2021-04-25 21:01:45 577KB camel esb
1