Reputation: 1437
Does anyone know if ApacheHttpComponents
will work or can be used with BlackBerry development?
Thanks,
Rasputin.
Upvotes: 0
Views: 71
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