Hello!
I am currently in the process of learing about Java EE, EJB3 and . So far I am running a JBoss application server and a Oracle database. I have written a stateful session bean which retrieves data from the database through JPA entities.
My goal is to have a simple client speaking to a server by calling methods in a stateful bean. But I have too little experience to know how granular these beans should be, how the should interact with my entity beans and so on.
I am far from perfect, but books and simple tutorials don't really help anymore. I looked for open source projects that are actually using these kind of technology in order to get the idea how to design my application. A websearch did not bring up much, except a PetStore example from 2006. I would be glad if anyone could point me to some useful resource, not necessartily a real project, but maybe more advanced examples.