Affinity IT
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of JBoss AS 5 Development this week in the JBoss forum
or Spring Dynamic Modules in Action in the Spring forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java in General
 
RSS feed
 
New topic
Author

Help with creating a http server to serve POST requests

Brendon Randall
Greenhorn

Joined: Mar 13, 2009
Messages: 10

Hi all any help with this would be appreciated.

I have embarked on trying to make a new mobile product, and while i have been researching Java Card technology, i need a server that can handle all these requests that i send.

Basically from what i have picked up in my research is that i need to create a Http server that can handle these post requests. I am trying to figure out how the best way to go about this is, basically i dont want to write a servlet to handle this and i dont want a web based application. I have seen that the class HttpServer may be what i need to use. But im not sure where to start or how to go about this as i have very little knoledge about http post requests.

Any help would be greatly appreciated.

 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java in General
 
RSS feed
 
New topic
IntelliJ open source