Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications.
I have a standalone java app which used the ExecutorService to process a number of jobs in parallel ExecutorService es = …
java multithreading concurrency jboss ejbI have an EJB (PersonManager) in the Enterprise Application modul, which injects another EJB (Person): @Stateful public class PersonManager implements …
jsf ejb managed-beanI was recently asked in an interview - In java, how do you compare component based frameworks to request based …
java frameworks struts ejb componentsWhat technologies can we name as 'Java Middleware'? If I say JMS, WS is that correct?
java ejb middlewareI'm trying to get used to how JSF works with regards to accessing data (coming from a spring background) I'm …
jsf jakarta-ee jpa ejb daoI want to ask what is the reason to use Facade Pattern when access EJB Session Bean. In my Netbeans 6.9.1, …
jakarta-ee netbeans ejb facadeI could not find a definitive answer to whether it is safe to spawn threads within session-scoped JSF managed beans. …
jsf jakarta-ee concurrency ejbI want to try EJB and I am studying the theory behind EJB 3.0. I know that in EJB 3.0 you don't …
java ejb ejb-3.0