[ 
https://issues.apache.org/jira/browse/HTTPCORE-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507897
 ] 

Oleg Kalnichevski commented on HTTPCORE-37:
-------------------------------------------

Hi Andrea

> In my opinion the pojo's way is the best if used with spring. In this case 
> which are the base beans to "parametrize"? 

We basically need pojo equivalents for these three classes:

http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/params/HttpConnectionParams.java
http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/params/HttpProtocolParams.java
http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/src/main/java/org/apache/http/nio/params/HttpNIOParams.java

The trouble is we still not have a common understanding how to go about Spring 
integration and whether it should be a part of HttpCore at all. The resolution 
of this issue should probably be delayed until HttpCore is more stable. It 
would be a shame to have your efforts wasted.

Oleg

> Spring integration for HttpParams
> ---------------------------------
>
>                 Key: HTTPCORE-37
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-37
>             Project: HttpComponents Core
>          Issue Type: Improvement
>          Components: HttpCore Spring
>         Environment: Spring 2.0
>            Reporter: Stojce Dimski
>             Fix For: 4.0-beta1
>
>         Attachments: springHttpParams.zip
>
>
> I quickly prototyped a simple spring integration trough HttpParamsFactoryBean 
> which load parameters from external .properties file and decodes them into 
> HttpParams.
> Approach at solving this issue is pretty 'pragmatic' as would tell Roland, 
> but works like charm for me ;-)

-- 
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]

Reply via email to