J2EE: Presentations about API Design and Distributed Caching

19 Januar 2007 | By Christoph in Allgemein, Software-Development

Beeing in process of doing heavy refactoring of my application’s API for my bachelor thesis, I have found two very good online-video presentations. One is about “Designing a good API” (by Joshua Bloch). Very good for everybody who is writing reusable code. This is not only usefull if you write code which is used by other people in your API, but it also gives you good tips about your own code.
I say that it helps a lot for your own applications, when you always code like you would code for someone else.

The other presentation is about “Distributed Clustering” (by Cameron Purdy). This is gonna be very important as scalability is one of the next phases of the current application I am working on.

Leave a Comment