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


Reply via email to