Introducing Apache Tomcat 7

Mark Thomas 在 SpringOne2GX 大会上介绍了 Apache Tomcat 7 的新特性,包括 Servlet 3.0、JSP 2.2、EL 2.2、异步请求处理、内存泄漏保护和安全性改进等内容。

http://www.infoq.com/presentations/Apache-Tomcat-7

 

 

Summary
Mark Thomas reviews some of the new features available in Apache Tomcat 7, including: Servlet 3.0, JSP 2.2, EL 2.2, asynchronous request processing, memory leak protection, and security improvements.

Bio
Mark Thomas is a Senior Software Engineer at SpringSource, responsible for Tomcat-tc Server integration. He is a Tomcat committer and PMC member, being involved in creating Tomcat’s security pages and fixing bugs. He is also a member of the Apache Security Committee and Apache Commons PMC.

About the conference
SpringOne 2GX is a collocated event covering the entire Spring ecosystem and Groovy/Grails technologies. SpringOne 2GX is a one-of-a-kind conference for application developers, solution architects, web operations and IT teams who develop, deploy and manage business applications. This is the most important Java event of 2010, especially for anyone using Spring technologies, Groovy & Grails, or Tomcat. Whether you're building and running mission-critical business applications or designing the next killer cloud application, SpringOne 2GX will keep you up to date with the latest enterprise technology.

转载于:https://www.cnblogs.com/mengheyun/archive/2011/02/08/1949986.html

Spring XD 是一个开源的分布式数据处理平台,主要用于构建数据管道和集成任务。它提供了一种简单而高效的方式来处理实时数据流和批量数据。 ### 主要特点: 1. **模块化设计**:Spring XD 采用模块化架构,支持多种数据源、处理器和存储系统,使得用户可以灵活地组合不同的模块来满足特定的需求。 2. **分布式处理**:通过使用Apache ZooKeeper进行协调,Spring XD 能够在多个节点上分布式运行任务,从而提高系统的可扩展性和可靠性。 3. **丰富的模块库**:Spring XD 提供了大量的预定义模块,包括数据源(如Kafka、RabbitMQ)、处理器(如转换、过滤)和存储系统(如HDFS、HBase)。用户也可以自定义模块来扩展功能。 4. **脚本支持**:支持使用JavaScript、Python等脚本语言编写处理器逻辑,使得开发更加灵活和快速。 5. **易于部署和管理**:Spring XD 提供了命令行工具和Web界面,方便用户进行部署、监控和管理。 6. **与Spring生态系统集成**:作为Spring家族的一部分,Spring XD 可以无缝集成到现有的Spring应用程序中,利用Spring框架的强大功能。 ### 应用场景: - **实时数据处理**:适用于需要对流式数据进行实时处理的场景,如日志分析、事件驱动的应用等。 - **ETL流程**:用于提取、转换和加载数据,特别适合大数据环境下的数据集成任务。 - **微服务架构**:在微服务架构中,Spring XD 可以用来处理服务间的消息传递和数据流。 ### 安装步骤: 1. **下载并解压安装包**。 2. **配置环境变量**,确保Java和Maven已正确安装。 3. **启动ZooKeeper**,因为Spring XD依赖于ZooKeeper进行集群管理。 4. **运行Spring XD单节点模式**,可以使用`xd-singlenode`脚本启动。 5. **访问Web界面**,通常位于`http://localhost:8080/`,在这里可以进行模块的创建和管理。 ### 示例代码: 以下是一个简单的例子,展示了如何使用Spring XD创建一个数据管道,该管道从Kafka读取消息,将其转换为大写,然后输出到控制台。 ```shell # 创建Kafka源模块 module create --name kafka-source --type source --definition "kafka --brokers=localhost:9092 --topic=input" # 创建转换模块 module create --name uppercase-transform --type processor --definition "log --expression='payload.toUpperCase()'" # 创建控制台输出模块 module create --name console-sink --type sink --definition "log" # 创建数据管道 stream create --name uppercase-pipeline --definition "kafka-source > uppercase-transform > console-sink" # 启动数据管道 stream deploy --name uppercase-pipeline ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值