开发者

How to create reusable component in Struts 2

开发者 https://www.devze.com 2023-02-28 01:22 出处:网络
Hi I want to make reusable component in/for Struts 2 framework. For example, a login form having validations, authentication on form submission, error display, Forgot password link etc.

Hi I want to make reusable component in/for Struts 2 framework. For example, a login form having validations, authentication on form submission, error display, Forgot password link etc. I want to create this form in such a way so that it can be placed anywhere within the site and in any site wi开发者_StackOverflow社区thout any changes.

Please suggest what should I use or better if you can provide and reference for the example of such type of components.

Thanks Krishan Babbar


Why not, this is Model View Controller, source code can be reused, for example if you want to go to another framework, everything you will need to modify is View, because each framework has its specific tags, you could do everything with simple html tags, but this is already a framework problem

0

精彩评论

暂无评论...
验证码 换一张
取 消