• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Need to Integrate Jforum with my web application

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a functionality on a web page wherein a user can give comments about the contents and submit those comments with some required information about that user.
Now those comments will be moderated to the moderator who can approve/reject those comments and if approved, those comments will be shown on that article page.

For implementing this, i am thinking to use JForum functionality but dont know how to start with as i will have to create the jsp's for the comments display portion and then interact with the API's or classes of JForum Source.

Can you please help by giving step by step process ?

Its an urgent requirement;so,If any of you has any insight into this ,please let me know...

Thanks in advance
Mukesh Nagpal
[originally posted on jforum.net by Mukesh Nagpal]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To post anything on JForum, you can just send a HTTP request, POST method, to

http://<your_forum>/jforum.page?module=posts&action=insertSave

The necessary fields you can grab from the "New Message" form (New Topic / Post Reply)

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Put the moon back where you found it! We need it for tides and poetry and stuff. Like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic