• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Are there any J2EE case-studies I can learn from?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Does anyone know of any J2EE applications or case studies I can download and open as a project in NetBeans to use as a learning tool?

I find reviewing existing projects a good way to learn, and I would like to take things a step beyond the contrived course-work case studies I have studied so far.

I am looking for something which incorporates a database layer, EJBs, Beans, Entity classes, JSPs and JSTL EL and other related J2EE topics. I'm not interested in 3rd party frame-works at this point such as Hibernate, I can progress on to those at a later date.

I did try the JForum source, but I think it's a bit complex for the level I'm looking for, it doesn't use EJBs and there appears to be no suitable JSPs to review.

Does anyone have any recommendations?

Thanks

M

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the Java J2EE BluePrints. I believe the "Pet Store" is pretty much "the" example of how to use J2EE.
 
Mark Waes
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This looks ideal. I will explore in more detail when I get home.

Thank you...
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic