I would like to access my beans from ejb. There are supported classes in ejb.support, but I want to load my application context once, not every time when new ejb is created. So maybe bind application...
Type: Posts; User: shadowek; Keyword(s):
I would like to access my beans from ejb. There are supported classes in ejb.support, but I want to load my application context once, not every time when new ejb is created. So maybe bind application...
Hi,
Is there any way to apply Open Session in View design pattern for Struts + Spring + Hibernate?
Hi,
How to access bean factory from ejb beans? I would like to have one instance of bean factory in my jboss server. My questions are:
* how to startup bean factory and bind it to jndi context?
I...
Hi guys,
My DAO has the following methods:
boolean isAccountExist(Account account);//check if specified account exist in database
void createAccount(Account account); //save the specified...