Override the methods of classes from a .war file.
Posted
by
Sweety
on Stack Overflow
See other posts from Stack Overflow
or by Sweety
Published on 2010-12-28T06:45:26Z
Indexed on
2010/12/28
6:54 UTC
Read the original article
Hit count: 170
java
I have a base application war file say homeApp.war. This contains default operations which user can carry out on the web browser. Now I need to extend the operations available on the same application using that .war file. Like I need to add the extra menus, some shortcuts like icon for log out etc. Please let me know how can I use this .war file to extend the operations and also fix the already existing issues on the application. This web application uses java server faces.
© Stack Overflow or respective owner