Can I use Entity Bean with out session bean Posted: 7 Oct 2007
Hi ,
I am in doubt that session beans for developing business logic and entity bean represents data in database. so, can i use entity bean with out session bean. please help me where can i get good material with examples for ejb from?
Sure you can call Entity Bean directly from a JSP page without going through the Session Bean, but neither this is not architecturally sound nor recommended, unless you know what you are doing.