Zend Framework 2.0 BETA 对于生产来说安全吗?

发布于 2024-12-27 20:27:55 字数 68 浏览 0 评论 0原文

我知道它仍处于测试阶段,但我很想尝试一下并创建一个项目并对其进行午餐。

那么一个简单的问题是,生产安全吗?

I know its still in beta, but I so want to try it already and create a project and lunch it.

So a quick question, is it production safe?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冰葑 2025-01-03 20:27:55

如果我是你,我会避免在生产项目中使用仍处于测试阶段的框架。

正如 Zend 网站此处引用的:

一旦所有代码都在建议的标准分发中
已达到成熟度和合理稳定性,我们将冻结 API 并
准备发布候选状态。

所以基本上,除了可能遇到的错误之外,您可以期望 API 会立即更改,直到它们达到候选发布里程碑(无论何时)。

If I were you, I would avoid using a framework that is still in beta for a production project.

As quoted from the Zend website here:

Once all code in the proposed standard distribution
has reached maturity and reasonable stability, we will freeze the API and
prepare for Release Candidate status.

So basically, aside from likely encountering bugs you can expect API's to change right until they have reached the Release Candidate milestone (whenever that may be).

很酷不放纵 2025-01-03 20:27:55

如果您几个月没有发布,那么 ZF2 是非常可行的。到目前为止,合作也很顺利。 引用

这是一系列计划的测试版中的第五个也是最后一个。这
beta 发布周期遵循 beta 的“gmail”风格,其中
每个新版本中都添加了新功能,并且向后添加
兼容性 (BC) 尚未得到保证。愿望一直是为了
开发人员在新组件交付时采用并使用它们,
并提供反馈,以便我们完善发行版。

因此,对于每个版本,我们都必须修改一些小东西。但这几乎只是“设置代码”,对我们的控制器或视图脚本没有大的改变。

现在这会更好:

目前,我们预计从现在到 BC 之间几乎不会出现任何中断。
第一个候选版本 (RC)。今天在 beta5 上构建的应用程序将
按照我们期望的稳定版本的方式运行。

因此,如果有一天您需要学习 ZF2,请立即购买。如果您只构建一个应用程序并且需要快速交付它,我认为 ZF1 将是更好的选择。

If you're not releasing for some months, then ZF2 is very viable. Up till now, it has been okey to work with as well. Quoting:

This is the fifth and last in a series of planned beta releases. The
beta release cycle has followed the "gmail" style of betas, whereby
new features have been added in each new release, and backwards
compatibility (BC) has not been guaranteed. The desire has been for
developers to adopt and work with new components as they are shipped,
and provide feedback so we can polish the distribution.

so for each release, we have had to modify some small stuff. But this is almost just "setup-code" and no big changes to our controllers or view scripts.

And now this will be even better:

At this time, we anticipate few if any BC breaks between now and the
first release candidate (RC). Applications built today on beta5 will
operate in the way we expect them to for the stable release.

so grab ZF2 now if you will need to learn it anyway some day. If you're only building one single application and need to ship it fast, I think ZF1 would be a better choice.

过潦 2025-01-03 20:27:55

这取决于。什么时候向客户部署? Beta 5 刚刚发布,接下来的几个版本将是候选版本。这意味着不再有重大变化。所以你的 ZF 代码可以保持相当稳定。

ZF2 的发布日期仍为夏季末。如果您在此之前没有向客户部署,我会强烈考虑 v2。我们从 beta 3 开始就一直在使用 ZF2。我们更愿意选择最新的技术,而不是坚持使用 v1 10 年(我们应用程序的最短预期寿命;我们是 B2B)。

It depends. When are you deploying to customers? Beta 5 was just released and the next few releases will be Release Candidates. That means no more major changes. So your ZF code can remain pretty stable.

ZF2 release date remains by the end of Summer. If you aren't deploying to customers before then, I'd strongly consider v2. We did and have been using ZF2 since beta 3. We preferred to pick the latest technology rather than be stuck with v1 for 10 years (the minimum expected lifespan of our application; we're B2B).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文