有关MVC3和其他设计模式的详细知识 [英] Detailed knowledge on MVC3 and other Design Patterns

查看:66
本文介绍了有关MVC3和其他设计模式的详细知识的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



最近,我开发了一个网站,并使用了MVC3架构.我
知道这是在自己的内部制作独立模块的好方法
方法.然后我的老板来了,现在他有一个制作基于Web的需求
插件,它将为我们的网站带来流量.它将用作
as访问者会将给定的代码复制并粘贴到他/她的网站上
该工具将开始在他的网站上运行.但是什么时候他会做出
使用该工具进行计算,所需的结果将由我们的
提供 网站为我们提供了来自互联网的流量.某种营销方式
我猜策略.

我的意思是我很困惑如何实现所有这些以及哪种架构
牢记功能,外观和感觉,将是最好的选择
和插件的用户友好行为等.只需使用3个Teir
建筑就足够了???

我从此
获得了参考 href ="http://www.tonymarston.net/php-mysql/design-patterns.html
>

网站,但我仍然感到困惑.请给我建议.

Hi,

Recently, I have developed a website and i used MVC3 architecture. I
know it is really a nice way of making a independent module in its own
way. Then my Boss came and now he has a demand of making a web based
plugin which will be bringing traffic to our website. It will be used as
the as visitor will copy and paste the given code on his/her website
and the tool will start working on his website. But when he will make
calculations using that tool the desired results will be provided by our
website giving us traffic from internet. Some sort of marketing
strategy I guess.

My point is I am confused how to achieve all this and which architecture
will be best for this keeping in mind the functionality, look and feel
and user friendly behavior of the plugin etc. Just using 3 Teir
architecture will be enough ???

I took a reference from this
href="http://www.tonymarston.net/php-mysql/design-patterns.html
">

site but still I am confused. Please advice me.

推荐答案

MVC3是基于MVVM(实际上不是MVC)构建的Web开发框架.无论哪种方式,您的工具只能真正使用html和javascript,除非它将被放置在iframe中的站点中,在这种情况下,您将仅使用现有的MVC框架来构建它.
MVC3 is a web development framework built on MVVM, really, not MVC. Either way, your tool can only really use html and javascript, unless it''s going to be put into the sites in an iframe, in which case you would just built it using your existing MVC framework.


这篇关于有关MVC3和其他设计模式的详细知识的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆