Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

about jforum integration

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sir ,
i got error when i integrate jforum in my application.
please give me step by step procedure how to integrate jforum in my struts2+spring+hibernate application.
thanks in advance....
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

krishna sudha wrote:I got error when i integrate jforum in my application.


Welcome to CodeRanch! Please see TellTheDetails for why this isn't enough information to be helpful and what to provide instead.

krishna sudha wrote:please give me step by step procedure how to integrate jforum in my struts2+spring+hibernate application.


JForum is an application on its own. You can deploy the war without "integrating". Or copy the war into your ear. Again, please be more specific about what the question is.
 
krishna sudha
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sir,
i would like to use jforum in my project for discussions.
whenever i register with my project it will automatically registered with jforum and conncected to it.
for this how can i use jforum in my project.
please give me step by step procedure.
 
Jeanne Boyarsky
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

krishna sudha wrote:hi sir,
please give me step by step procedure.


First, two general tips for posting on the internet.
  • "sir" is not a gender-neutral word While I let it go in the first post, I'm not this time. Using "sir" implies I shouldn't reply because I am female. (And it isn't so great in the first post either.)
  • .
  • You might omit the requests for a step by step procedure. You are getting advice and ideas here not a list like "1) Type "rm foo", "start server", etc



  • krishna sudha wrote:i would like to use jforum in my project for discussions.
    whenever i register with my project it will automatically registered with jforum and conncected to it.


    Now, back to your question. "Automatically registered" doesn't mean more to me than "integrated." It still sounds like you want to have a forum in your app. Which is good. And you still have two choices: a standalone app or including it in your ear as a war (or copy/paste.) Are you looking for any other integration? Shared logon? Automatic posting when something happens?
    reply
      Bookmark Topic Watch Topic
    • New Topic