Springframework 重演 Redhat/Fedora/CentOS 既歷史

SpringFramework 已經成為Java application最重要既application framework 之一, 佢背後既 SpringSource公司 亦開始收緊spring framework 既更新發佈.

http://www.springframework.org/node/768

Customers who are using SpringSource Enterprise, available under a subscription, will receive maintenance releases for three years from the general availability of a major new version. These customers receive ongoing, rapid patches as well as regular maintenance releases to address bugs, security vulnerabilities and usability issues, making SpringSource Enterprise the best option for production systems.

After a new major version of Spring is released, community maintenance updates will be issued for three months to address initial stability issues. Subsequent maintenance releases will be available to SpringSource Enterprise customers. Bug fixes will be folded into the open source development trunk and will be made available in the next major community release of the software.


SpringFramework 始終都係open source software, 呢D bug fix 仍然係會source code repository 出現. 不過要有最新update 就要自己build. 情況就好似收費既Redhat Enterprise 同 免費Fedora Linux 既關係. 於是Linux 既世界有左CentOS, 佢拎番Redhat Enterprise 既 source 重新build 一個免費既版本. 但仍然可以緊跟Redhat 為RHEL 發佈既fixes.

同樣既事發生係Spring framework. 有人搞左個freespring.org. 會將最新既Springframework 自行compile 同發佈. 而唔需要等major release 先有bug fix.

呢度其實多唔多人/有無人用緊Spring?

Spring做得咁好,我覺得賺錢係應份既。不過由Open Source去到賺錢,真係要諗D計仔。

相信香港唔用.NET做web app framework,就係用Spring多。

TOP

arm arm 學緊.....
我知道有bank用...

TOP

其實我想知centos點可以攞到rhel d source code 再compile,
可以係佢網站download?

TOP

原帖由 Ixidor 於 2008-10-22 23:07 發表
其實我想知centos點可以攞到rhel d source code 再compile,
可以係佢網站download?


果D source code 既license 係GPL, 一定可以download.
反而Spring Framework 係 Apache License, SpringSource 完全可以收埋一D唔放出黎.

TOP

大家用Spring 用到幾全面呢? 單純當係一個IoC container, 定係做埋 web framework, transaction management, web services, security 等等?

TOP

原帖由 thinkpanda 於 2008-10-22 23:16 發表
大家用Spring 用到幾全面呢? 單純當係一個IoC container, 定係做埋 web framework, transaction management, web services, security 等等?

IoC Controller + web framework(MVC only)....

TOP