Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-20-2007, 07:01 PM
Member
 
Join Date: Nov 2007
Posts: 4
goodjonx is on a distinguished road
Simple serverless chat solution
Hey All,

I'm looking for an easy way to chat java-application to java-application. I want to integrate it into my own program, it doesn't have to be fancy. I don't need emoticons or buddy lists, just a way to send text back and forth between two IP adresses. Anyone? Thanks!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-27-2007, 10:38 PM
Member
 
Join Date: Dec 2007
Posts: 16
Cazrin is on a distinguished road
You won't be able to create an absolute server-less solution (as far as I know). One of the users will have to act as the server, and the other user will connect to them as the client.

This involves having to know IP addresses, but you could also set up your own server that runs all the time, and just let them connect to that, but that isn't what you want

Hopefully someone else can come up with a better solution!
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 01-02-2008, 11:36 AM
roots's Avatar
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 251
roots is on a distinguished road
Either both or one of your ip address needs to initiate ServerSocket and listen to other so as they could connect to each other. If ip is preknown you dont need third server to connect.
__________________
dont worry newbie, we got you covered.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 01-07-2008, 04:25 PM
Member
 
Join Date: Jan 2008
Posts: 1
prasadinas is on a distinguished road
hi
hi
dsdasdasdadsadsdsaddsds
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help in Chat application zocky Networking 0 11-08-2007 08:19 PM
Help Finding Compiler error solution please jamesr2b New To Java 2 07-25-2007 02:13 PM
Friends could u plz give me solution 4 this Saritha Database 1 06-15-2007 05:42 PM
123 Flash Chat 6.6 levent Java Announcements 0 06-05-2007 01:07 PM
Chat Client Jessi34 New To Java 4 05-31-2007 12:37 PM


All times are GMT +3. The time now is 04:59 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org