Hi Anuj,
Thanks for sharing the screenshots. Let me comment as per your change list:

Originally Posted by
anujk
Meanwhile, I have made some changes to the jsp add on ,
- Added a header section.
- Moved few information from footer to Header like language flag
- Added Principal Name after successful Login.
- Added new command welcome to the shell to change the welcome text as per the client application during demos.
Points 1 and 2 are related to moving some functionality from the status bar to the main logo. This is interesting but I am not sure if this would improve overall usability of the UI. Have you created a application with the current changes in Roo trunk yet? While these changes are subtle I think the status bar is a better location for the theme and language selectors now that there is a little more space.
Point 3 would be something you should lodge as a Jira ticket (related to Spring Security and MVC artifacts) and then vote for it. I am sure it would not be hard to integrate it where suitable.
Point 4 is interesting as we already have a command which lets you change property files conveniently:
Code:
properties set --path SRC_MAIN_WEBAPP --name /WEB-INF/i18n/messages.properties --key welcome.text --value "new welcome message"
I am sure you were not aware of this command yet. The new documentation guide now has a reference section for all commands in the appendix. So I guess there is no need for your new command after all.
Cheers,
Stefan