• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best Forum Bulletin Board Software in Java

 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was just wondering what people thought were the best bulletin board software in Java?

One thing I'd like is the ability to grab information from the database, so some type of access API would be good. Google has the Blogger API, which would allow me to get at the information in the database, but I can't seen any forums or blogger type of software that implements this API. JForum is trying, but it'll take a while, I'm sure.

I found with JForum that I couldn't understand the database, so just trying to write JDBC code that pulled information from the database was time consuming.

Any suggestions?

I know people are always asking the JavaRanch to use a Java based forum software. If JavaRanch was to make the switch, is there one in particular they would prefer?

-Cameron McKenzie
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my question would be: Why does it have to be a Java solution? Shouldn't you simply want the BEST solution, regardless of the underlying technology?
[ June 11, 2008: Message edited by: fred rosenberger ]
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The solution would be deployed to a Tomcat server or WebSphere Application Server. Plus, I'd probably want to take my own wrench to it from time to time, and my wrench is programmed in Java.

-Cameron McKenzie
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some of the JavaRanch team have looked at various options in the past; judging by that, JForum would certainly be a strong contender. I don't think it has a web service kind of interface, but my impression was that working with it on a JDBC level wasn't especially hard. Is there something in particular you're struggling with?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic