I wish to ask if you would recommend EJB3.1 singleton beans as storage for application memory shared data. Imagine some simple application that needs to hold data in memory (r开发者_JAVA百科ather than
I have 2 remote interfaces, say Example.java and RealExample.java. My bean Bean.java is implementing those 2 remote interfaces.
I have a EJB bean that exposed to two interface like below: Local interface is for my web app, and Remote interface is for my App Client
I am preparing for the EJB certification and I am going thro the EJB 3.1 book (O\'Reilly) One of the ch开发者_StackOverflowapters discusses about JNDI, ENC and the EJB connections
I created a Java Web Application Project in NetBeans, and created a startup bean in it: package malibu.util;
I would like to have an MDB that fires only after two independent states have been reached. For example:
I\'m deploying an ear with an EJB onto glassfish 3.1 which I want to call using the appclient script.
I have a maven project running a TestNG test that launches an EJBContainer.createEJBContainer() and fails with the following error ONLY if I have another GF 3.1 running.
We have some strange behaviour with the deployment of our message queues and factories on Glassfish 3.1 . There is one factory and some queues which use that factory. The queues are defined in a file
I have a question regarding authentication and the TimerService @Timeout annotation : In our application users can schedule tasks to be performed at a given interval, They select from a list of task