Search:

Type: Posts; User: skarosg3

Search: Search took 0.10 seconds.

  1. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    I can not test it for multiple clients just yet.
    The client is an android app, and so far i have been testing using an emulator on local host.
    Will have to get it on line on some server(still have...
  2. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    @Norm
    How does this look 2 u?
    The main Server class


    public class Server extends Thread {
    public static ArrayList<Branch> bank;
    public static void main(String[] args)
    {...
  3. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    I forgot about that. Its been working fine till now, but i have been working with only one client, so there was no problem there. I will have to read a bit about it to remember how it works. If i...
  4. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    WAR is Web Archive, and from what i have read online, is what tomcat needs to run. I am not sure about it, but i think jar will not work with it. WAR files are supposed to have some extra stuff that...
  5. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    Ok, lets take things from the begining.
    I need to create a client server application for android.
    I CREATED a socket server that worked ok for a rough demo version of what i want to do.
    As things...
  6. Replies
    16
    Views
    1,584

    Re: Help with a client server program

    I might be able to work around to it then, keep the socket open and sent streams of text representing the operation i need, then the server can execute the apropriate functions (after checking the...
  7. Replies
    16
    Views
    1,584

    Help with a client server program

    Hi all,
    I am trying to create a java client server application, that eventually will turn into an android client application. For now i am still trying to understand the technology behind it b4...
Results 1 to 7 of 7