需要关于设计模式的建议

需要关于设计模式的建议

本文介绍了需要关于设计模式的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我正在设计基于MVC的应用程序,我正在寻找最适合我的要求的实现设计模式,但我不知道我怎么能建模我的设计我的要求如下所述。



参数化模块

         ;           效益安装


                    产品安装及NBSP;

                   &NBSP ;合同设置

福利设置有不同的部分,以便产品和合同设置



人员配置

限制配置

成本价值配置等....



我正在使用基于角色的访问控制。可以配置控制器上基于MVC的体系结构访问,并且在人员配置部分有不同的操作,例如保存和验证,当人们进行人员迁移时,我们称之为操作的Web服务,例如验证。



请建议我在基于MVC的架构中为这种应用程序建模的一些解决方案。任何帮助理解提前。马赫什

解决方案


Hi ALL,

I am designing MVC based application, I am looking for implementing design pattern which best suits my requirment but i do not know how can i model my design My requiremtns are as described below.

Parameterisation module
                    Benefit Setup
                    Product setup 
                    contract setup
Benefit setup has different sections so as product and contract setup

Person configuration
Limit configuration
Cost value configuration etc....

I am using Role based access control. and MVC based architecture access on controllers can be configured and there are different actions like save and validate in Person configuration section when person configration happens we call web services for oprations like validation.

Please suggest me some solution to model this kind of application in MVC based architecture. Any help is appreciated in advance.


mahesh

解决方案


这篇关于需要关于设计模式的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 04:45