Using this plugin is quite easy…
All you need to do is to add struts2-config-browser-plugin-2.x.x.jar to your project.
No other action is required!
Now, after you deploy your project, open config-browser by calling index.action inside config-browser namespace.
for example:
http://localhost:8084/MyApp/config-browser/index.action
After you run it, you’ll get a page containing entire configuration of you application.
You can click on any action you have mapped inside your struts.xml and see all the parameters set for it…
And not only actions!
You can explore the struts constants too, for example…
Try it! You could fine some interesting things, and it could actually help you when developing or maintaining application…
2 comments:
Thanks for a good post, was helpful for me. keep up friend
You're welcome!
Post a Comment