• 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

Seam version of the Hibernate sample

 
Ranch Hand
Posts: 364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some time ago, I was downloading the Hibernate CaveatEmptor
sample
and noticed the following statement about the Seam version of this sample:

"CaveatEmptor Seam
This version of CaveatEmptor, with a user interface implemented in JSF and integrated with the JBoss Seam framework, is currently in development with no set release date."

Not that I am placing any fault on the authors of the Seam book , yet I consider it useful to know if there are issues between Seam and Hibernate that prevent the sample from being completed.
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seam and Hibernate are both invented by the same person (Gavin King) and they are developed by the same team. So, Seam absolutely works best with Hibernate. All the examples in my book are Seam+ Hibernate (see signature).

I do not know why the Hibernate example is delayed. But there are more than 20 sample applications in Seam distribution if you are interested in those.
 
Edvins Reisons
Ranch Hand
Posts: 364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds reassuring.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic