Play 与 Stripes 相比如何
大家好,有谁有同时使用 Stripes 和 Play 的经验吗?可以比较一下它们的优缺点吗? 我知道有很多类似的问题,例如 Stripes 、Spring、Play(或?):使用哪个高性能Java框架?但是我还没有找到直接比较。
就我而言,我们去年在一个相当复杂的应用程序中使用了 Stripes,并且对此非常满意,但是社区看起来如此小且相对安静这一事实让我对未来感到有点担忧。
干杯
Hi has anyone had any experience using both Stripes and Play and can compare their strengths and weaknesses?
I understand there are many similar questions such as Stripes, Spring, Play (or ?) : which high performance Java framework to use? however I haven't found anmy direct comparisons.
For my part we used Stripes in a fairly complex application last year and were very happy with it however the fact that the community seems so small and relatively quiet is a bit concerning for me going forward.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Play 社区!非常活跃并且增长非常快。我对 Stripes 没有太多经验,但我很喜欢它,特别是在一个非常大的应用程序中使用 Spring/Hibernate 7 年之后(巨大的 spring 上下文,大约 500 个 Hibernate 实体,几千个 Spring beans,几乎 5 分钟)但是 Play! 非常高效,对我来说这是主要的区别,它使简单的事情变得非常容易,它使非常困难的事情变得非常优雅,他们的休眠层可以正常工作。 WebSockets 支持轻而易举,而且这样的框架不胜枚举。
我在 Play 上发布了很多信息!
http://geeks.aretotally.in/
http://playframework.info/
希望这有帮助。
谢谢你,
费利佩
The community of Play! is extremely active and it's growing very fast. I don't have a lot of experience with Stripes but I enjoyed it, especially after coming of 7 years of Spring/Hibernate in a very large application (huge spring context, about 500 Hibernate entities, a couple of thousand Spring beans, almost 5mins startup time. But Play! is extremely productive and to me that's the main difference, it makes the easy things very easy, it makes the very hard things very possible. Their http async support is extremely elegant, their hibernate layer just works, WebSockets support is a breeze and the list goes on and on. It's just such a fun framework!
I have a couple of sites I post a lot of information on Play!
http://geeks.aretotally.in/
http://playframework.info/
Hope this helps.
Thank you,
Felipe
我认为 Stripes 社区的规模与 Play 社区没有太大不同。例如,在 Stackoverflow,Play 框架 拥有 160 名关注者,而Stripe 的关注者。
如果以更大的社区为标准,您可能需要考虑其他基于操作的框架,例如 Struts(355 位关注者)和 Spring MVC(620 名关注者和 2300 名更一般的 Spring 标签)。
I don’t think the size of the Stripes community is that much different of the Play community. For example here at Stackoverflow the Play framework has 160 followers against 60 Stripes followers.
If a bigger community is the criteria you might want to consider other action based frameworks like Struts (355 followers) and Spring MVC (620 followers and 2300 on the more general Spring tag).