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,而使用 Spring 的开发人员效率提高了 50%。

SpringSource 感谢所有为此次发布做出贡献的优秀社区成员。社区贡献构成了许多项目的重要组成部分,所有试验过里程碑和发布候选版本的用户都为确保 Spring 技术高质量和生产就绪做出了巨大贡献。许多其他激动人心的项目正在进行中,例如最近宣布的 Spring for Apache Hadoop 项目。欢迎社区成员参加即将举行的 SpringOne on the Road 活动,与 Spring 专家会面并了解 Spring 的最新功能。

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

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

此视频将提供 Android 架构的介绍性概述、Android 项目的布局以及各种 Maven 插件和工具在您的 Android 项目中启用依赖管理的使用。在构建 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 社区所有即将举行的活动。

查看所有