Namespace in Struts 2: In Struts 2 framework, the use of namespace is similar as in core languages. But here, namespaces are used to handle more than one module simultaneously. Modules here refer to different actions, action classes and JSP’s. The web a
Struts 2 Tutorial 05 – Understanding Namespaces We’ll understand the concept of namespaces when mapping Struts 2 actions. We’ll configure a namespace, and also understand the default Continue reading →
Previous Next Struts 2 Namespace is a new concept to handle the multiple modules by given a namespace to each module. In addition, it can used to avoid conflicts between same action names located at different modules. See this picture to understand how a
Post a Comment:
Showing 0 Comments: