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
Printable View
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