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
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.
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
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
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