java-ee-6
Auto-reload changed files in Java
I have a lot of configuration files that modify how my application behaves.I want to be able to make a change and it gets reflected in the application right away when saving the file.Is there a Java l[详细]
2023-04-13 08:08 分类:问答using an EJB 3.1 bean through a remote java stand-alone application
I have been trying to use Java EE 6 to create an Application Server based app which is to receive Job objects from a GWT Web Application and those Jobs would be pulled from a Java stand-alone applicat[详细]
2023-04-12 22:25 分类:问答autocomplete select listener
I would like to use a method in rich:autocomplete component much the same way like ValueChangeListener, the problem is that I cannot submit the form in order for the Listener to get fired, that\'s why[详细]
2023-04-12 14:57 分类:问答Java EE 6 on Glassfish 3.1 CallbackHandler throws NullPointerException
I implemented an own LoginModule for a custom authentication process due to the need for find granular access control. The LoginModule looks like that:[详细]
2023-04-12 10:26 分类:问答Is it possible to distribute threads in Thread Pool over nodes of GlassFish 3.1.1 cluster?
I want to distribut开发者_JAVA技巧e threads in Thread Pool over nodes of GlassFish 3.1.1 cluster.[详细]
2023-04-12 05:56 分类:问答CDI and Bean Validation in Java EE 5 Application Server?
CDI and Bean Validation are Java EE 6 Standard Specifications. Nevertheless, I can use both within Java EE 5 Application Servers (and also within Java SE) by just adding the libraries to the project.[详细]
2023-04-11 15:27 分类:问答JavaEE 6: @EJB(beanInterface="")
Could someone help me understand the use of beanInterface parameter of @EJB annotation in JavaEE 6? I have a situation in which I have an EJB and I want it to be accessed locally and remotely as well[详细]
2023-04-11 14:09 分类:问答Java EE 6 Application Client login
I am quite new to Java EE and have been having a lot of trouble just getting started on the application I want to create. What I would like is a Swing application client that connects to an EJB projec[详细]
2023-04-11 12:42 分类:问答JavaEE 6: java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName null
Yesterday when I was working on my JavaEE application, it was happily getting deployed to Glassfish 3.1 and all the [web, ejb, jpa] engines were working and I was able to interact with database withou[详细]
2023-04-10 06:20 分类:问答Providing EntityManager by an @ConversationScoped method
I tried to run the simple JEE6 application generated by maven archetype groupId: org.fluttercode.knappsack , artifactID: jee6-sandbox-archetype in JBoss7.[详细]
2023-04-10 06:10 分类:问答