From: Stanimir Stamenkov Newsgroups: comp.lang.java.programmer,comp.lang.java.help,comp.client-server Subject: Re: Testing the Post request Date: Sat, 18 Jun 2011 23:36:54 +0300 Organization: A noiseless patient Spider Lines: 23 Message-ID: References: <3ea90246-d6b2-4ce2-9a20-d3273d35530a@c9g2000yqp.googlegroups.com> <5763b1d0-0bc1-442e-a39a-843e26698855@j23g2000yqc.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 18 Jun 2011 20:36:53 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="VdcnnljfizG2LUdZ5iOA6g"; logging-data="30839"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/wxXssHiPP9ErhCSg0Eybf" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20110608 SeaMonkey/2.1 In-Reply-To: <5763b1d0-0bc1-442e-a39a-843e26698855@j23g2000yqc.googlegroups.com> X-Face: )>>ChyF_H I have experience in Java programming but not in J2EE, so working with > HTTP and servlets etc is new to me but at the same time interesting. > So in answer to your question :- >[...] > Do I need help with: steps 1 to 5? > In short yes. Basically I would complete this by the end of the > weekend. Given your time restriction, you may better take the approach suggested by markspace in another reply - write a simple socket server, reading the HTTP request, verifying what you need. I guess you'll also need to send out a manually crafted HTTP response back from you socket service. You may read the Java Tutorial trail on sockets, if you need further help with that: http://download.oracle.com/javase/tutorial/networking/sockets/ -- Stanimir