Results 1 to 3 of 3
Thread: HTTP Post
- 02-22-2012, 09:45 AM #1
Senior Member
- Join Date
- Oct 2011
- Posts
- 106
- Rep Power
- 0
HTTP Post
Forgive me if this is a stupid question. I have done a decent amount of web development(mainly .NET) I am somewhat new to Java. I have made my first "real" desktop application. Its in Swing. It constructs a URL with query string, based on a bunch of user input. Then it encodes the URL and query string. It all works fine. I currently have it set up where it displays the encoded URL in a JTextarea. Now I need to do an HTTP Post and return the response. I have done a bunch of searching for the last two days and haven't found the answer to a few questions.
1. Can this be done without using Socket?
2. If I use the correct class(s) will the app do the HTTP Post? or do I have to establish a connection? ( I am clueless on how to do this)
3. Is there any good documentation, tutorials for an absolute beginner in this area? (besides the API tutorials)
any help would be appreciated!!
- 02-22-2012, 10:00 AM #2
Re: HTTP Post
Moved from New to Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 02-22-2012, 03:33 PM #3
Similar Threads
-
http post
By cino in forum Advanced JavaReplies: 8Last Post: 06-13-2011, 04:08 PM -
HTTP POST over sockets
By DC200 in forum NetworkingReplies: 2Last Post: 09-19-2010, 03:00 PM -
HTTP Post
By erics44 in forum New To JavaReplies: 0Last Post: 03-22-2010, 01:01 PM -
No location on http post
By malandro95 in forum Advanced JavaReplies: 2Last Post: 03-09-2010, 02:49 PM -
SOAP over HTTP/POST
By sabatier in forum NetBeansReplies: 0Last Post: 07-10-2007, 08:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks