• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Hibernate Version Of JForum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you don't know Hibernate

This is a FrameWork that permit to be Database Independant so You make Your application with hibernate
see www.hibernate.org
(Hibernate query language is really near SQL)

And you have a xml configuration file to specify the database type you need
Hibernate transform your request in the database request

Avantage

JForum would be compatible with all Hibernate compatible Database
Automatic optimisation of request for certain known database like MySql/Oracle/SqlServer


[originally posted on jforum.net by Anonymous]
 
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
I know hibernate, but I can't work on a support for it in JForum as I have to deal with the new features and bug fixes most of the time.
Daniel ( campers in the forum ) is probably working on it, but I don't know yet the status.

It will be really nice to support Hibernate too, but the community should help us

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
I havent looked at my hibernate stuff for JForum for a little while, but after reading this thread i spent another couple hours on it

I have done most of the grunt work marking up the entity classes with xdoclet tags and done most of the straightforward bit of the model implementations (ie most stuff except search and security).

Ill try and do a bit more over the next week. Then maybe it would be worth comitting to CVS so other people can start to help finish it off!

Dan
[originally posted on jforum.net by campers]
 
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

I see there is a JavaBB forum software.
It's using Hibernate and based on phpBB template very similar to JForum.

So maybe we should not include JavaBB in JForum's meta keyword field. And if possible, maybe we can talk with them to get some knowledge of Hibernate experience.



I know the people who is making javabb. They're from Brazil too. I'm sure that Daniel can manage perfecly well the Hibernate integration with JForum

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
I see there is a JavaBB forum software.
It's using Hibernate and based on phpBB template very similar to JForum.

So maybe we should not include JavaBB in JForum's meta keyword field. And if possible, maybe we can talk with them to get some knowledge of Hibernate experience.

[originally posted on jforum.net by Anonymous]
 
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
The last post is me.

Andowson
[originally posted on jforum.net by andowson]
 
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

I know the people who is making javabb. They're from Brazil too. I'm sure that Daniel can manage perfecly well the Hibernate integration with JForum



Any plan on merging to two project together so we don't duplicate the effort? After all, you guys all from Brazil ;)
[originally posted on jforum.net by Anonymous]
 
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
JavaBB is dead!

We from JForum are working on a branch to support Hibernate 3 and Lucene!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
REALLY?! So you and Dalton met up, shook hands after couple drinks and Dalton decided that for the good of the Java community and Brazillian solidarity, he will close JavaBB and join JForum?!

That is really something Thanks guys.
[originally posted on jforum.net by Anonymous]
 
Forget this weirdo. You guys wanna see something really neat? I just have to take off my shoe .... (hint: it's a tiny ad)
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic