API: Configuration framework is not Java-like
---------------------------------------------
Key: HTTPCLIENT-722
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-722
Project: HttpComponents HttpClient
Issue Type: Bug
Affects Versions: 4.0 Alpha 2
Reporter: Jens Wike
I consider the new configuration scheme a major draw back.
Having a map and introducing static accessor methods for this map
is neither OO nor Java-like.
Configuration data should be standard beans compliant classes.
Also a JSR250 compliant annotation should be there (@Resource, et. al.)
This way http client and its configuration can assembled directly in an
IoC container.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]