I have a ROOT war which is my main application. and I have JForum deployed in
Tomcat as a second war. I've integrated them using SSO.
I now want to integrate posting a new
thread in my main app. I have a business detail page like this:
http://www.fencechat.com/businessDetail.do?id=58741&dist=3.6&subcatnm=Tires&subcat=353
On this page I'd like a link that says "discuss this business". Now there can be a few problems here, one of which is two users clicking this link close together and starting separate threads for ths same business.
Any suggestions on how I can simplify the integration here? Lately I've been thinking I will have to import the JForum
java code in my main app and use your helper classes.
An ideal way would be to use simple html that just calls back to the Jforum app in tomcat. I can't decide and need some suggestions.
Thanks,
Mark
[originally posted on jforum.net by conquest]