Spring GemFire 1.0.0.M1 released for Java and .NET

马渊
2023-12-01

Engineering
Costin Leau
August 03, 2010

I am happy to announce the first milestone release of the Spring GemFire project, the newest member in the Spring family. Spring GemFire (for short SGF) brings the Spring concepts and programming model to GemFire, SpringSource’s distributed data management platform. The release is available for both Java and .NET.

The features in 1.0.0.M1 include:

declarative dependency injection style configurations for the GemFire infrastructure (such as Cache, Region, Interest, etc)

exception translation to Spring’s portable DataAccess exception hierarchy

Template and callback support for easy native API access

transaction management support

Spring-backed wiring for GemFire managed objects

auto-generation of non-reflection based Instantiators

Note that some of these features are currently available only in the Java version.

Through SGF, Spring users should feel right at home when interacting with GemFire while developers familiar with GemFire will see the benefits and flexibility of the Spring container, its powerful AOP integration, and versatile service abstractions. But don’t take my word for it - download the project and take the sample application for a spin. It’s a console based ‘shell’ which allows for ad-hoc interaction with the data grid; one can start and stop nodes and see the information shared transparently between multiple clients.

We look forward to your feedback!
comments powered by Disqus

translate:
翻译:

我很高兴宣布Spring GemFire项目的第一个里程碑发布,它是Spring家族的最新成员。Spring GemFire(简称SGF)将Spring的概念和编程模型引入到SpringSource的分布式数据管理平台GemFire中。该版本可用于Java和.NET。
中的功能1.0.0.M1级包括:
GemFire基础设施的声明性依赖注入样式配置(如缓存、区域、兴趣等)
异常转换为Spring的可移植数据访问异常层次结构
模板和回调支持,便于本机API访问
事务管理支持
GemFire管理对象的弹簧连接
基于非反射的实例化器的自动生成
请注意,其中一些功能目前仅在Java版本中可用。
通过SGF,Spring用户在与GemFire交互时应该有宾至如归的感觉,而熟悉GemFire的开发人员将看到Spring容器的优点和灵活性、其强大的AOP集成和多功能的服务抽象。但是不要相信我的话-下载这个项目,然后使用这个示例应用程序。它是一个基于控制台的“shell”,允许与数据网格进行即席交互;可以启动和停止节点,并查看多个客户端之间透明共享的信息。

 类似资料:

相关阅读

相关文章

相关问答