Rasputin Jones
Rasputin Jones

Reputation: 1437

Apache HttpComponents on Blackberry?

Does anyone know if ApacheHttpComponents

http://hc.apache.org/

will work or can be used with BlackBerry development?

Thanks,

Rasputin.

Upvotes: 0

Views: 71

Answers (1)

Eric Giguere
Eric Giguere

Reputation: 3505

Not without significant work. HttpComponents depends on JDK classes that don't exist on the BlackBerry. I think it would be possible to port some of it, especially because of the strong separationof interface vs. implementation, but it would be a lot of work to do that.

Upvotes: 1

Related Questions