Hello
I've seen a few threads about this sort of subject but I wonder if anyone can offer some general tips or pointers.
My issue is that I have an application written in
Java with
servlets and JSPs and MySQL where users can form communities based around types of data uploaded. However, the next stage of this work involves integrating a forum into each community to allow members to discuss the data and so on.
What I would like to have is a particular
JSP in each community call that community's forum and where posting to existing threads and creating new threads is restricted to the members of that community only. Others would be able to look at a community's forum but only post if they joined the community.
One feature of this would be that logging in would be completely transparent to the community members. These members would already have logged into the Java / JSP application.
What I would like to know is if this can be done and if anyone has any advice, pointers and so on, i.e. can I call JForum directly from my application and if so, how?
Any advice would be welcome.
Thanks
Martin O'Shea.
[originally posted on jforum.net by MartinOShea]