Hi Roland, Your article offered a very enjoyable read and a good approach to introduce somebody to the framework. I have never seen it done before and I like it very much. Thanks.
Cheers, Daniel PS: on a side note, because that was one thing I was wondering about:
From a framework perspective, parameters are read-only.
Was it too difficult to use in the client or why didn't you make the HttpParams interface readonly and provided a subinterface (for use in the helper classes HttpProtocolParams and HttpConnectionParams) with the setter methods? Since the core doesn't need the setter methods it looks like the way to go to design the interface. But I'm probably missing some of the usages.
