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 8 of 8

Thread: How can i create a chat application

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How can i create a chat application

    What programming language do i need to know so as to create a chat application? Please jsp take it easy with me. Am new to this site, am sorry for the link in the last question. I will soon adapt to the rules. Thanks


  2. #2
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: How can i create a chat application

    Hello.
    It depends if your application is standalone or web-based.
    If it is stand alone then you can just write two classes. Each class will do both - accept connection from others & initiate connection to others. You can use swings if you want the chat to be gui based.
    If it is a web application then you can use servlets/jsp/webservices.

    The core technology or api you need to use is java socket programming.

    Thanks,
    Syed.

  3. #3
    Junior Member
    Join Date
    Jul 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chat application

    Please what programming language do i need to learn so as to create a web based chat application. Is it java? Jsp please take it easy with me. Am sorry to have post a link here.

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: How can i create a chat application

    The list of languages that support "chat" is indeed a long one. Consider other important factors, like the GUI, which I consider one of the most important parts of a project. After all besides correct operation, it is all the user ever sees of the application. Having said that I would choose a language suitable for the overall project, based on what you (or the end user) will feel is important.
    Post some of the specifics for better suggestions.

  5. #5
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Chat application

    Please do not double post your questions.
    Threads merged

  6. #6
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: Chat application

    If it is gui-based you can use Java.
    It it is text-based you can use C/C++/Java.
    In either case Java would be much easier and faster to accomplish the task. Because it has very simple API.

    Thanks,
    Syed.

  7. #7
    Junior Member
    Join Date
    Jul 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How can i create a chat application

    Thanks for your answers. The web based chat application i would like to create will have the following features1)users will be able to register using there mobile number, which after, a code will be sent to there mobile number to confirm there mobile number. (2)users will be able to buy credits with the aid of there network operator which they would use to play games and quiz that will earn them more credits, this credit can be used by the user to purchase airtime from the chat application. (3) there will be chat rooms. (4)users can update there statues.(5) users can chat to there friends. (6)users will be able to share videos, photos, credits and friends. (7)there will be a forum in the chat application where users can post topics and other users comment on the topic. (8)there will be a database where i monitor users activites. These and more are what i would like to be in my chat application. I serious need to complete this project in the next six(6) months, i beg u all to help me. Moreover am new to java (a beginner). Just give me a list of all i should learn together with the website i would find and read them. Thanks!

  8. #8
    Member
    Join Date
    May 2011
    Location
    west palm beach, FL
    Posts
    189
    My Mood
    Tired
    Thanks
    41
    Thanked 11 Times in 10 Posts

    Default Re: How can i create a chat application

    if you are new to java you going to need more than 6 months....even if you arent new to java youll probably be looking at a lot longer than 6 months with all that stuff in it...youll need a server to host it on and a way to actually sell credits and such and then you have to figure what games youll have on it and are you going to make the games yourself? etc etc etc etc this wont be a small project especially if you are the only one working on it

Similar Threads

  1. Chat application
    By Celestine in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 27th, 2013, 12:22 PM
  2. Client Server Chat application
    By twolohan in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 30th, 2013, 06:58 AM
  3. chat application login error
    By felixnoriel in forum Java Networking
    Replies: 4
    Last Post: January 4th, 2012, 01:38 PM
  4. mobile chat application
    By teemone2001 in forum Java Theory & Questions
    Replies: 1
    Last Post: July 21st, 2011, 03:33 AM
  5. Chat application problem
    By fembiz in forum Java Networking
    Replies: 1
    Last Post: December 11th, 2009, 05:21 AM