Browsing All posts tagged under »Plugin framework«

Building a Plugin Based Architecture in Scala

September 15, 2011

0

A plugin based architecture has many advantages. Some of the common ones include Extending an application’s functionality without compiling it again Adding functionality without requiring access to the original source code. Replacing or adding new functionality becomes easy Help in organizing large projects Help in extending the functionality of the system to unimagined areas. I […]