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 →
Struts 2 Namespace configuration example and explanation Written on June 7, 2010 at 10:05 am by mkyong 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 betw
Post a Comment:
Showing 0 Comments: