Search:

Type: Posts; User: wrapster

Search: Search took 0.11 seconds.

  1. Re: A different sort of POST method im implementing... Im a newbie ,please help.

    Yeah, I got that understanding by reading up on a few things...

    and then I was able to resolve my issue.
    I wrote a simple server( my own psuedo gateway for now) and a client...
    The gateway...
  2. Re: A different sort of POST method im implementing... Im a newbie ,please help.

    I realized the first part after I started using netbeans....
    the getParameter is what i use.


    response.getWriter().write("uname=valid");
    response.getWriter().flush();

    Secondly youre...
  3. A different sort of POST method im implementing... Im a newbie ,please help.

    Hi all,

    Im writing a servlet to communicate to the Gateway..I'll explain it with the code



    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException,...
  4. Re: How to communicate to/from gateway to stand alone server?( Newbie,pls help)

    Thanks,
    indeed the logic helped me to understand quite a bit.
  5. Re: How to communicate to/from gateway to stand alone server?( Newbie,pls help)urgent

    wanted to know this as well..

    The gateway that will send the data to us will be in the form of an url, this will be processed by our server(Which will act as a client since the gateway now acts as...
  6. Re: How to communicate to/from gateway to stand alone server?( Newbie,pls help)

    So in that case, there is very little of network programming that I'll be doing in java is it (meaning no scripts like the client side /sever side are necessary?)
    can just use servlets to do the...
  7. Re: How to communicate to/from gateway to stand alone server?( Newbie,pls help)

    The protocol is probably going to be HTTPS...
    We have a choice to choose between that and HTTP... working out the logistics as of now..
    But generally speaking can you give me pointers on how to...
  8. How to communicate to/from gateway to stand alone server?( Newbie,pls help)

    Hi all,

    Im writing an app that will contact a specified gateway and retrieve info onto our server and perform manipulations on it then return the result back to the gateway for further...
Results 1 to 8 of 8