
Originally Posted by
nitingupta183
I knew it is meant for Swing applications. On its site, I read that the design principle has been 'view agnostic'. As a result I thought that may be the core components, such as a HTTP client implementation may be used by an SWT app.
I dont need a web browser. My desktop application needs to talk to a server app. For this reason, I need to add HTTP client in my desktop app. Of course I can use apache's HTTP client library. But was just wondering if Spring has provided any support for it in its framework.
Cheers,
Nitin