• 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

DAO implementation is absolutely frickin' brilliant.

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To whoever wrote the data access code for JForum: Congratulations, you're my new hero. This code is very well organized and thought-out, flexible and powerful. I would love to implement this pattern/model in some upcoming data-centric applications I'm working on. Can you point me at any reference material or documentation that was helpful while developing this stuff? I'm talking about the whole net.jforum.dao package. Kudos. It's a work of art.
[originally posted on jforum.net by roach]
 
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
In fact, upon further perusal, pretty much ALL of the code is a work of art. I really didn't have an appreciation of the elegance of JForum until I took a look at the source code.

before: "meh. It's another Forum package. Big deal."
after: "Wow. Just look at this CODE!!!"

lol. Great work, guys!
[originally posted on jforum.net by roach]
 
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

roach wrote:In fact, upon further perusal, pretty much ALL of the code is a work of art. I really didn't have an appreciation of the elegance of JForum until I took a look at the source code.

before: "meh. It's another Forum package. Big deal."
after: "Wow. Just look at this CODE!!!"

lol. Great work, guys!




[originally posted on jforum.net by Serge Maslyukov]
 
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
Hey, thanks for that. All of us who develop JForum thank you!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
reply
    Bookmark Topic Watch Topic
  • New Topic