• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DataBase on public Server ( Messenger Program )

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looking for people who have done something similar to this.



This is the first time I've attempted to create a chat messenger what I want to do is put the server side obviously on a server and have a db MySql? on the server as well, I'm just having a difficult time putting this all together ... for example I have a class that sits on my computer or someone else's I need to create a sign up/login form so when the user is interested in signing up he will put the username his chosen password etc. click OK send it off to server in which the database will create user so the next time he logs in he's accepted etc... What would be the framework to tackle this so to speak? Im more so asking how to set up the server side and database since I don't have enough experience with this.



- Install Database on server MySql?

- Login on my computer accessing the client side class and populate my contacts in JTree


- Initiate session


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic