Guidelines or Design pattern to develop configurable software

Posted by Rumit Parakhiya on Programmers See other posts from Programmers or by Rumit Parakhiya
Published on 2012-10-10T12:04:31Z Indexed on 2012/10/10 15:54 UTC
Read the original article Hit count: 173

I want to develop an application which would have it's own framework, using which developer can implement functionality very easily. Developer shouldn't have to code for each and every page or report. But, he can do it very easily by just configuring it using the framework provided. Some nice examples of it is SAP and Tally. They have got their own framework, using which anybody having knowledge of it can customize or extend functionality of the product.

But, as I am beginner in this direction, I don't have any idea about where to start. Can anybody point me to some design pattern which I can follow or some similar open source software which I can refer?

© Programmers or respective owner

Related posts about design-patterns

Related posts about architecture