• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Whats involved in adding DB2 support to jforum 2.1.7?

 
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've downloaded jforum 2.1.7 and I've been poking around. I know that it currently does not support DB2 as a backend but I thought I could make some software changes myself to do this.

Might anyone being able to point me to information that could help me do this? (and/or have a sense of how difficult/easy/fast/slow it might be)

Thanks, Judy
[originally posted on jforum.net by jfisch]
 
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
Most generic queries (net.jforum.dao.generic) should work. You will need to provide specialized versions for any query that has a db2 only sintax (like pagination).
Take a look in the implementations for other databases (in the dao package) to have an idea.

Also, the sql queries and other db configurations are in WEB-INF/config/database

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Listen. That's my theme music. That's how I know I'm a super hero. That, and this tiny ad told me:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic