Any book suggestion on enterprise application framework or API design ? but not just on design patterns .
Thanks
Any book suggestion on enterprise application framework or API design ? but not just on design patterns .
Thanks
In the .NET world you should really check 'Framework Design Guidelines' by Cwalina and Abrams http://www.amazon.com/Framework-Design-Guidelines-Conventions-Libraries/dp/0321545613/ref=sr_1_1?ie=UTF8&s=books&qid=1286948204&sr=1-1
I'm not sure whether this is the sort of thing that you're looking for, and the advice that it gives is very specific to .NET, but Framework Design Guidelines is an excellent book.
There's also a cut-down version of it available for free on MSDN -- Design Guidelines for Developing Class Libraries -- so you can try before you buy.
There's Practical API Design written by the guy behind much of the NetBeans component and services APIs. I have not read it yet, however.
try these : Practical API Design: Confessions of a Java™ Framework Architect and Patterns of Enterprise Application Architecture