How can we integrate an plugin architecture in to a web application?
Problem: I get different customer requirements for a business application that has many common modules. So I decided to develop an minimal application that can take functionalities as plugins. Whenever I get a new requirement I will be developing n...