• 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

EJB Design Question

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a question on EJB design. I'm about to create an EJB system for an online store, which sells various kinds of products. To begin with, the store will sell tangible products only (like books or CDs). I want my design to be as flexible as possible, though, so that other kinds of products (also intangible, like travels) can be easily added at a later point.

I'm fairly new to EJB, so I'd be very interested in hearing your thoughts on this. If you were in my shoes, how would you go about creating a good, flexible EJB design for various kinds of products?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch!

There's nothing in the design specific to EJB. The design should correspond to your entities/objects in standard OO. What do you have so far?
 
reply
    Bookmark Topic Watch Topic
  • New Topic