I have a Facade that has a persistence unit. And I need the Facade and it\'s dependencies initialized before the RoleController Conconstructor runs, is it possible in EJB 3.1 to do that ?
I\'ve created a simple application with ejb 2X and web module. App is packaged as EAR. I want to test hibernate on ejb, but i have some problems testing on ejb-module. Test on web module works fine an
I know how to use @WebService and @Stateless annotation to write an EJB and expose it into a WebService.
I\'m packa开发者_运维问答ging my app as WAR archive. What are pros/cons of these two approaches:
I have a message driven bean which serves messages in a following way: 1. It takes data from incoming message.
Could anyone explain me how do the functions inside the HOME and REMOTE interfaces relate to the Bean object?
Can anyone tell 开发者_JAVA技巧me how to get user name in session bean correctly? In our application we do it by calling this method:
I am studying ejb and developing an application. I wan开发者_运维技巧t to host and see how it works. I searched everywhere ejb hostings:cloud,vps hosting. But their hosting cost is very expensive for
Good morning! How to set a value of JavaScript function to a field of Enterprice Java Bean? I have the js function:
I have managed to get alternate descriptors to work with my unit-tests running on OpenEJB using stubs for dependant EJB components, when each test is executed on their own. But once I introduce a test