简体   繁体   English

CakePHP和SOA

[英]CakePHP and SOA

I am a PHP developer and wanted to develop a large scale web application in PHP. 我是一名PHP开发人员,希望用PHP开发大型Web应用程序。 I have an essay about EMR systems (electronic medical records) using Service Oriented Architecture (SOA). 我有一篇关于使用面向服务架构 (SOA)的EMR系统(电子病历)的文章。 I was thinking about using the CakePHP framework. 我在考虑使用CakePHP框架。

Is CakePHP good for large scale web applications and is it good for SOA? CakePHP是否适用于大规模Web应用程序,是否适用于SOA?

I am looking forward to your guidance. 我期待着你的指导。


thanks for your reply burzum, i am thinking to implement it using REST and CakePHP 2. I found some tutorials on the net and of course at cakephp docs, but i have difficulties to catch the point..using REST with CakePHP.Maybe i need more reading about RESTful WS..any suggestions or links to extra resources will be welcomed 感谢您的回复burzum,我正在考虑使用REST和CakePHP 2实现它。我在网上找到了一些教程,当然还有cakephp文档,但是我很难理解这一点。使用CakePHP.Maybe使用REST我需要更多关于RESTful WS的内容。欢迎任何有关额外资源的建议或链接

Yes, we have a huge app in the same field with over 250 tables and it's working fine and fast. 是的,我们在同一领域有一个巨大的应用程序,有超过250个表,它工作正常,速度快。 we use a lot of caching techniques and use PostgreSql. 我们使用了很多缓存技术并使用PostgreSql。

I suggest you to follow the conventions of the framework and get some experience with the Framework before you start building such a huge app that requires high security standards and a good performance. 我建议您在开始构建需要高安全性标准和良好性能的巨大应用程序之前,遵循框架的约定并获得一些框架经验。

When it comes to this performance bullshit talk I would say it does not matter which framework you use but how good your team of programmers can use the power of the framework. 当谈到这种性能废话时,我会说你使用哪个框架并不重要,但是你的程序员团队能够利用框架的强大功能。 You can be successfully or build a huge pile of fail with any framework. 你可以成功或用任何框架构建一大堆失败。 I've seen both cases in CakePP. 我在CakePP中看到过两个案例。

We have played recently a little bullshit bingo with benchmarks for fun and in fact CakePHP 2.1 was beating Yii in their own silly benchmark (just echoing something) if we used more than one simultaneous request. 我们最近玩了一个带有基准的小废话宾果游戏,实际上,如果我们使用多个同时请求,CakePHP 2.1在他们自己的愚蠢基准测试中击败Yii(只是回应一些东西)。 Using a single request Yii was faster. 使用单个请求Yii更快。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM