how to implement login using httpclient?

2010-03-31 Thread maikeru8
decided to use Java Servlets to implement the server-side. Any suggestions on how to use it? Just giving simple examples is good enough for me :) Thanks for those who will reply. :) -- View this message in context: http://n4.nabble.com/how-to-implement-login-using-httpclient-tp1747091p1747091.html

RE: how to implement login using httpclient?

2010-03-31 Thread Steve Cole
decided to use Java Servlets to implement the server-side. Any suggestions on how to use it? Just giving simple examples is good enough for me :) Thanks for those who will reply. :) -- View this message in context: http://n4.nabble.com/how-to-implement-login-using-httpclient-tp1747091p17470 91.html

Re: how to implement login using httpclient?

2010-03-31 Thread Niall Pemberton
On Wed, Mar 31, 2010 at 6:37 PM, maikeru8 msantos.my...@gmail.com wrote: I'm still a beginner with regards to Apache Commons, and I wish to implement the login for a plugin in Eclipse. The user does not log in via the browser but rather Eclipse instead. And I found out about httpclient and I