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

Thread: Java Source/APIs to create a Fourm

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Java Source/APIs to create a Fourm

    Hi All,

    I would like to create a forum in my application, I would like to know available source code/APIs through which i can create it in less time/effort

    Thanks for your comments.

    -Buzz


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Java Source/APIs to create a Fourm

    Ooooh, this is something I've been working on actually, not an API as such but an actual forum using Java and Servlets

    How advanced would you like this forum to be? Do you just want users to be able to post comments about something or do you want a full blown forums like this one we're on right now?

    // Json

  3. #3
    Junior Member
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Source/APIs to create a Fourm

    What i want is something like
    1. If user want to post a thread then he/should will have to login first for that i created user registration/login
    2. Clicking on post new thread should allow user to enter
    2.1 Title
    2.2 Description
    3. The value will be reflected in post as well as the DB
    4. When another user click on 'reply to post' he/she should be logged in at that time or ask for credentials and then allow to enter the reply description and store the same to DB
    5. while loading the app all the post as well as the reply should be maintained in it.

    that's it.

    -
    buzz

Similar Threads

  1. Java error "could not create java virtual machine"
    By aubrey4444 in forum Java Theory & Questions
    Replies: 17
    Last Post: October 3rd, 2010, 12:51 PM
  2. How to Grab the HTML source code of a website URL index page?
    By JavaPF in forum Java Networking Tutorials
    Replies: 6
    Last Post: April 22nd, 2010, 02:46 PM
  3. Which is better for reporting tool: open source or charge?
    By freezea in forum JDBC & Databases
    Replies: 1
    Last Post: August 11th, 2009, 03:09 PM
  4. Website Source
    By expertOpinion in forum Java Theory & Questions
    Replies: 10
    Last Post: July 21st, 2009, 11:06 AM
  5. [SOLVED] Books and sources for Java beginners
    By chronoz13 in forum Java Theory & Questions
    Replies: 1
    Last Post: April 15th, 2009, 08:36 AM