override « class file « Java I/O Q&A





1. Override the methods of classes from a .war file    stackoverflow.com

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 ...