本文介绍了来自jsp页面的MVC架构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个只有jsp页面的项目,仅在jsp页面中,在scriptlets中我正在编写所有servlet代码。我怀疑的是,对于在src包中分别编写servlet而来说,休闲是否会让Der有任何优势。?

I am developing a project with only jsp page , in jsp pages only , in scriptlets I am writing all servlet code. My doubt is , will dis kind of projects fallow MVC model and if fallow is Der any advantage over writing servlet separatly in src packages.?

推荐答案


这篇关于来自jsp页面的MVC架构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-20 18:25