instant messenger project

Reply

Join Date: Nov 2004
Posts: 257
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

instant messenger project

 
0
  #1
Oct 20th, 2005
hi all

I am trying to make a server and client side instant messenger in java.

Now I was thinking is there a way to make a database in the server where I would keep thier usernames and passwords. Then I would have a button in the client side where users can register?

if yes, is it with mysql and is there any tutorials?

thanx
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 76
Reputation: leelee is an unknown quantity at this point 
Solved Threads: 1
leelee leelee is offline Offline
Junior Poster in Training

Re: instant messenger project

 
0
  #2
Oct 20th, 2005
That would work, if implemented properly.

Give it a shot:

http://www.google.com/search?hl=en&q...utorials&meta=
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 257
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

Re: instant messenger project

 
0
  #3
Oct 20th, 2005
thnx but how would i connect it to java and also how would I implement it in the server?
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 76
Reputation: leelee is an unknown quantity at this point 
Solved Threads: 1
leelee leelee is offline Offline
Junior Poster in Training

Re: instant messenger project

 
0
  #4
Oct 20th, 2005
you need to either set up an sql server on your own server(s), or purchase hosting that allows access to their sql servers. Read around some mysql tutorials to show you how to get the mysql database up and running with a schema that you're happy with. There's probably little point in trying to use Java to interact with mysql unless you know what's going on in there.

Once you're happy with all that, download and have a play with JDBC
http://dev.mysql.com/downloads/connector/j/3.0.html

There's a good sun tutorial here:
http://java.sun.com/docs/books/tutor...ngstarted.html

and a simple search shows more here:
http://www.google.com/search?hl=en&q...utorials&meta=
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC