凯恩戈姆 3 建筑
我听说 cairngorm 不是一个框架,parsely 框架是内置的(IOC 容器)。所以我们这里不需要使用frontcontroler来控制请求的响应。任何人都可以向我发送 cairngorm3 的清晰架构吗?
我搜索了 cairngorm 3 架构的文档,但没有找到任何地方。
学习cairngorm3架构是否需要了解cairngorm2或parsly框架(IoC容器)或设计模式?
谢谢, 拉维
I heared the cairngorm is not a framework and parsely framework is inbuilt(IOC container). So we here no need to use the frontcontroler to control the request to respose. Can any one please send ma clear architecture of the cairngorm3.
I had searched documents for cairngorm 3 architecture but not found anywhere.
Is it necessary to know the cairngorm2 or parsely framework (IoC container) or design patterns for learning cairngorm3 architecture.?
Thanks,
ravi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要的所有内容都写在这里:
http://opensource.adobe.com/wiki/display /cairngorm/CairngormGuidelines
正如已经说过的,Cairngorm3不是一个框架,它更像是一个架构蓝图、指南和一些库。因此您可以将 CG3 与“标准”MVC 框架一起使用。如果我是你,我就会远离 Cairngorm2。
Adobe 主要使用 Parsley,但您可以将 CG3 与 Swiz、Spring Source、Robotlegs 等一起使用
Everything you need is written here :
http://opensource.adobe.com/wiki/display/cairngorm/CairngormGuidelines
As already said , Cairngorm3 is not a framework, it's more like an architecture blueprint, guidelines and some libraries. So you can use CG3 with a "standard" MVC framework. I would stay away from Cairngorm2 if I were you.
Adobe uses mainly Parsley, but you can use CG3 with Swiz, Spring Source, Robotlegs, ...