I don't see the harm in keeping them and there is value if we have a
sample that matches a user scenario or question. So long as the aren't
identical in the combination of features lists I don't see a reason to
remove them. Smaller simple samples have a place and more complicated
ones also have a place.
Joe
David Jencks wrote:
I'd like to remove the myphonebook and mytime samples. AFAICT they
duplicate functionality demonstrated in bank.
mytime has a web app accessing a stateless ejb
myphonebook has a web app accessing a stateless ejb that uses a single
jpa entity (with an application managed persistence context)
bank has a web app accessing a stateless ejb that uses 3 jpa entities
(although they aren't implemented well) using application managed
persistence context
customer-service has a web app accessing a stateless ejb that uses one
jpa entity using a container managed persistence context.
Any objections?
Am I missing something?
thanks
david jencks