Results 1 to 4 of 4
- 04-12-2012, 08:13 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 37
- Rep Power
- 0
I have to create a chatroom application, that connects to a database JUST NEED ADVICE
Hello, how can I do this.
The proyect is this
1. phpbb or simplemachines forum where the user registrates
2. chat application designed in java that takes the stuff from the forum data base in order to login to the chatroom
What should I use to accomplish this, I am not that basic in Java, but not really that advanced, I need to know what should I use to connect to the databse, to conneche users, etc...
I just want some small answers not a lot of trouble for you guys :).
I would also appretiate some advice for a project if you think this one is not yet doable by someone that has not a lot of knowledge in jave or databases... or what could I do to make it easy to develop.
Thanks
- 04-12-2012, 07:36 PM #2
AN21XX
- Join Date
- Mar 2012
- Location
- Munich
- Posts
- 297
- Rep Power
- 2
Re: I have to create a chatroom application, that connects to a database JUST NEED AD
Personally I would start by googling "Java" and "MySQL" (if that is what your database will probably be)... so maybe you first should make up your mind on which database you wish to connect and then look if someone has done it before. :)
As far as I know java has a database API - so maybe checking out "java +database" would be helpful also.
- 04-13-2012, 10:05 AM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: I have to create a chatroom application, that connects to a database JUST NEED AD
JDBC is the database API.
Most databases have a driver for it (don't use MS Access!).
Here's the tutorial.Please do not ask for code as refusal often offends.
- 04-19-2012, 04:46 PM #4
Member
- Join Date
- Apr 2012
- Posts
- 37
- Rep Power
- 0
Re: I have to create a chatroom application, that connects to a database JUST NEED AD
Hello everyone, I just got an advice from a person that told me it would be easier to use an IRC server and to make the program login through the login.php in the forum, in order not to access the database directly... so about the IRC integration, which is somethig I don't know... could you guys please help me on this thread? I didn't really mean to make a new one but I thought that forum was a little more specific... Thanks.
Integrating an IRC server on Java application
Similar Threads
-
Looking for database program design advice from experienced programmers
By Nighthawk in forum JDBCReplies: 2Last Post: 03-03-2011, 08:23 AM -
applet does not connects to database in browser
By innspiron in forum Java AppletsReplies: 5Last Post: 01-25-2011, 06:51 PM -
Login page which connects to database that verifies user
By Neutrino in forum JDBCReplies: 1Last Post: 03-15-2010, 01:39 AM -
Multi-chatroom
By Mr.Beans in forum NetworkingReplies: 1Last Post: 05-15-2009, 11:16 PM -
New Database Approach Advice
By greenco in forum New To JavaReplies: 2Last Post: 12-02-2008, 08:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks