Faqts : Business : Programming : Shopping For You : Java

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 19 people (42%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How to collect user data send by java client

Dec 2nd, 2005 07:24
Khurram Ijaz, Peter Reuterås, http://www.renai-soft.com


Many ways to do it. You can use RMI to send data from one system to
another. But the simplest method I use which works everywhere is by
Using Jakarta Commons HttpClient library and send http requests to my
servlets.