Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 9 of 9

Thread: what code was that ?

  1. #1
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Question what code was that ?

    i saw a code snipping a while back that allowed a client to call a method from the server its connected to .
    since i cant seem to find it again i was wondering if any 1 knew what it was and how to use it ?
    Programming: the art that fights back


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: what code was that ?

    Something like this perhaps?

    http://www.javaprogrammingforums.com...-tutorial.html

    // Json

  3. #3
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: what code was that ?

    *checks * omg yes , ty * gets back to work on the 3d mmo maker*
    Programming: the art that fights back

  4. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: what code was that ?

    No worries.

    What kind of 3D are you using or what API are you using rather?

    // Json

  5. #5
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: what code was that ?

    ok , i read through the tut but i still dont get it , could some 1 explain it better plz?
    Programming: the art that fights back

  6. #6
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: what code was that ?

    How about you have a look over here instead then.

    Trail: RMI (The Java™ Tutorials)

    // Json

  7. #7
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: what code was that ?

    the only 3d api i know of is the j3d , i haven't started working on that part yet , right now just getting the client - server and maybe database setup working * checks out the tut*
    Programming: the art that fights back

  8. #8
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: what code was that ?

    I'm more of an OpenGL man myself really

    // Json

  9. #9
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: what code was that ?

    i started as wanting to change around the new version of eclipse evolution ( not the eclipse ide ) that is still in the works but is being build with java . but after i saw it supposed 3d i decided to make my own instead , but still in java .
    Programming: the art that fights back