Adam Fitzgerald

校友
博客文章Adam Fitzgerald

视频:管理和监控 Spring Integration 应用

新闻 | 2012 年 7 月 17 日 | ...

本视频讨论了用于管理和监控使用 Spring Integration 的应用的选项。涵盖的主题包括

  • 使用 Spring Insight 的 Spring Integration 插件以实时查看您的应用及其性能
  • 使用 Integration MBean Exporter 及其注册的 MBean 来分析消息端点和通道
  • 将 Integration MBean Exporter 本身导出为 MBean,以访问其属性和操作
  • 使用 <control-bus /> 启动和停止端点
  • 启用和使用消息历史记录
  • 预览正在构建到 Spring Integration 2.2 中的有序关闭机制

如果您觉得此演示文稿有用,请务必点赞,并订阅 SpringSourceDev 频道以观看其他录音和屏幕录像。

视频:Spring 依赖注入样式

新闻 | 2012 年 5 月 30 日 | ...

本视频介绍了现代依赖注入和 Spring 容器配置样式,包括 Spring 3.1 版本中提供的样式。Spring 专家和长期提交者 Chris Beams 通过示例展示了如何使用 Java @Configuration 类、带注解的 POJO 和 XML 来连接您的应用。演示文稿不仅涵盖了如何配置容器以使用这些选项,还将讨论为何选择一种方法而不是另一种方法,以及如何混合和匹配它们。

如果您觉得此演示文稿有用,请务必点赞,并订阅 SpringSourceDev 频道以观看其他录音和屏幕录像。

本周 Spring:2012 年 5 月 29 日

工程 | 2012 年 5 月 29 日 | ...

欢迎回到新一期的 本周 Spring!像往常一样,我们有很多内容要介绍,所以让我们直奔主题吧!

  1. Chris Beams 宣布,迈向 Spring 3.2 的第一个里程碑版本现已发布!这个版本太棒了!
    	It includes 
    
    	initial support for asynchronous <CODE> @Controller</CODE> methods,
    	early support for JCache-based cache providers,
    	significant performance improvements in autowiring of non-singleton beans,
    	initial delay support for <CODE> @Scheduled</CODE> and <CODE> &lt;task:scheduled&gt;</CODE>,
    	ability to choose between multiple executuors with <CODE>@Async</CODE>,
    	enhanced bean profile selection using the not (<CODE>!</CODE>) operator,  
    	48 bugs fixed, 8 new features and 36 improvements implemented. 
    	
    

    现在就查看最新最精彩的内容吧,随时欢迎提供反馈!

    当我在 Twitter 账户上征集可纳入本期综述的内容时,一位用户立即回复道:“有了 Spring 3.2 的消息,社区是否希望 3.2 M1 之后紧接着就是 RC1 呢?不妨发起一个投票。它太好了,不容等待。” 我同意,这个版本确实是……

视频:更多实用的 Spring Integration 技巧与诀窍

新闻 | 2012 年 5 月 11 日 | ...

本视频是 Oleg Zhurakousky 成功举办的 Spring Integration 技巧与诀窍 网络研讨会的后续,探讨了更深入、更复杂的集成模式。本次会议的问题来自实际的客户参与以及 Spring Integration 论坛上最常被问到的问题。在本期“实用技巧与诀窍”中,Oleg 涵盖了企业集成的高级主题,例如高级聚合和重新排序、异步消息流、消息 ID 自定义、内容丰富和高级消息路由等。本视频基于 Oleg 在 SpringOne 2GX 2011 上发表的非常成功的演讲的精炼版本。

要回顾消息传递和 Spring Integration 的基础知识,请观看 Mark Fisher 的这段消息驱动架构视频,并观看本系列中的上一个视频:Spring Integration 技巧与诀窍

如果您觉得此演示文稿有用,请务必点赞,并订阅 SpringSourceDev 频道以观看其他录音和屏幕录像。

视频:实用的 Spring Integration 技巧与诀窍

新闻 | 2012 年 4 月 26 日 | ...

制作本视频的想法源于 Oleg Zhurakousky 希望分享一些来自实际客户参与和 Spring Integration 论坛上最常被问到的问题的有趣集成解决方案。Oleg 展示了 Spring Integration 框架及其如何帮助您构建、管理和维护强大的企业级集成解决方案。在本期“实用技巧与诀窍”中,Oleg 涵盖了一些企业集成的高级主题,例如消息流分段、自定义重试逻辑、错误处理、超时等。本视频基于 Oleg 在 SpringOne 2GX 2011 上发表的非常成功的演讲的精炼版本。

要回顾消息传递和 Spring Integration 的基础知识,请观看 Mark Fisher 的这段消息驱动架构视频。

如果您觉得此演示文稿有用,请务必点赞,并订阅 SpringSourceDev 频道以观看其他录音和屏幕录像。

本周 Spring:2012 年 4 月 17 日

工程 | 2012 年 4 月 17 日 | ...

欢迎回到新一期的 本周 Spring。本周是报名参加 SpringOne on the Road伦敦基辅莫斯科 的活动的最后机会了,所以请务必注册。让我们深入探讨吧!

  1. Chris Richardson 关于Java 开发人员的 NoSQL 选项的网络研讨会录音已在 SpringSourceDev YouTube 频道上线。
  2. Shekhar Gulati 关于 Spring Roo 的精彩介绍继续在 IBM 的 developerWorks 门户上发布。最新一期介绍了如何编写高级(和包装器)Spring Roo 插件
  3. <LI>  This article, which introduces how to use <a href = "http://java.dzone.com/articles/use-javafx2-spring">Spring to assemble  JavaFX 2 components</a> is short and to the point.  I'd probably use Spring's Java configuration option to fully exploit all the custom components, however. The nice thing about the approach outlined (over using FXML, directly, is that beans configured this way benefit from all the services that Spring provides, including dependency injection and AOP). Nice post, Andy!  </LI>
    
    <LI>Blogger <EM>Rob Gordon</EM> has a nice post introducing <a href ="http://rgordon.co…

Spring Integration 2.1.1 发布

新闻 | 2012 年 4 月 6 日 | ...

Spring Integration 团队很高兴宣布发布 Spring Integration 2.1.1.RELEASE。这是 2.1.x 分支的第一个维护版本,包含常见的错误修复和改进,涉及在 Spring Integration 2.1.0 中首次引入的 AMQP、Gemfire、Mongo 和 Redis 模块。本次发布总共解决了 56 个问题。

下载 | JavaDocs | 参考文档 | 发行说明

要了解有关该项目的更多信息,请访问 Spring Integration 主页,观看介绍视频或在论坛上提问。

本周 Spring:2012 年 3 月 20 日

工程 | 2012 年 3 月 20 日 | ...

大家好,欢迎回到新一期的 本周 Spring!像往常一样,我们有很多精彩的内容要看,所以让我们开始吧。

  1. 	Want to use SpringSource Tool Suite on the <a href = "http://blog.springsource.org/2012/03/14/early-access-springsource-tool-suite-for-eclipse-juno-4-2/">latest Eclipse Juno (4.2) milestone builds</A>? 
    	SpringSource Tool Suite lead Martin Lippert has got the answer for you.
    	  </LI>
    
    
    <LI> Michal Borek  has a great blog post on how to use the <a href = "http://www.greenpath.pl/2012/03/spring-framework-and-file-upload/"><CODE>ConversionService</CODE> in Spring 3.0+ to convert uploaded file data into a domain object</A>. First, this is a <EM>really</EM> cool idea. Second, users should be…

Spring 3.1 发布列车已完成,Spring 比以往任何时候都更受欢迎

发布 | 2012 年 3 月 14 日 | ...
Spring 3.1 Release Train Complete

在今天的新闻稿中,SpringSource 和 VMware 宣布 Spring 3.1 发布列车已完成。Spring IntegrationSpring SecuritySpring BatchSpring DataSpring MobileSpring for Android 现在都支持 Spring 3.1,这使得企业开发人员构建下一代企业应用变得更容易、更快速。

新闻稿还强调了 Evans Data Research 关于 Spring 日益增长的普及度和益处的重要发现。超过三分之二的 Java 开发人员目前正在使用 Spring 或计划在未来两年内使用,而使用 Spring 的开发人员的工作效率提高了 50%。

SpringSource 谨向所有为本次发布做出贡献的杰出社区成员表示感谢。社区贡献是许多项目的重要组成部分,所有试用里程碑和发布候选版本的用户都为确保 Spring 技术的高质量和生产就绪性做出了实质性贡献。许多其他令人兴奋的项目正在进行中,例如最近宣布的 Spring for Apache Hadoop 项目。社区成员受邀参加即将举行的 SpringOne on the Road 活动,与 Spring 专家见面,了解 Spring 的最新功能。

视频:使用 Spring 进行原生 Android 开发

新闻 | 2012 年 3 月 13 日 | ...

本视频将提供 Android 架构、Android 项目布局、以及如何在 Android 项目中使用各种 Maven 插件和工具实现依赖管理的入门概述。构建 Android 应用时,您可以使用第三方库,例如 Spring for Android,它提供了一种抽象,用于在原生 Android 应用中消费 RESTful 服务。Spring Android 也支持在 Android 上使用 Spring Social,本次演示将讨论 Spring Social 如何帮助您将应用连接到受 OAuth 保护的服务,例如 Facebook 和 Twitter。

如果您觉得此演示文稿有用,请务必点赞,并订阅 SpringSourceDev 频道以观看其他录音和屏幕录像。

先行一步

VMware 提供培训和认证,助您加速前进。

了解更多

获取支持

Tanzu Spring 通过一项简单的订阅,为 OpenJDK™、Spring 和 Apache Tomcat® 提供支持和二进制文件。

了解更多

即将举行的活动

查看 Spring 社区所有即将举行的活动。

查看全部