I have been looking into how interceptors can be applied to session beans开发者_JAVA技巧 etc in EJB3.0. Can these be applied to servlets as well?A good standard interceptor in a servlet container is a
I am developing a web project using Netbeans 6.9.1 and Glassfish 3.0.1. Everything was fine until I refector a sesion bean by renaming it from “outboxSession” to “OutboxSession”. Now the project
I have read this thread: J2EE/EJB + service locator: is it safe to cache EJB Home lookup result ? I use the same approach, i.e. I obtain EJB home object for my entity bean and cache it in a servlet.开
I have installed Eclipse for Java EE and the Java EE SDK from Sun, and am attempting to create (my first) Java EE application.
I have tried for hours to get my project working but the EJB part is still failing with a java.lang.ClassNotFoundException: org.slf4j.LoggerFactory (I want to output some log in my EJB).
I have a @Stateless @Local Bean successfully deployed in an ear.I can see the new EJB 3.1 standard global JNDI name when I browse the JNDI tree.(java:global/product/product-ejb/ProductManageme开发者_开
Has anyone had success building a SEAM Application without using Stateful session beans?There is some confusion on a new project in which I think several stakeholders have essentially \'banned\' state
how ca开发者_开发问答n I configure OpenEJB to work with an external instance of ActiveMQ? We already tried the configuration on this link http://openejb.apache.org/3.0/jms-resources-and-mdb-container
I am starting a new enterprise project and use Glassfish 3开发者_运维问答 as an application server and NetBeans 6.9 as an IDE. I have some EJBs which I want to access remotely from a desktop Swing app
What is the best Maven archetype to use on enterprise application in java using EJB and JAX-RS, considering that in a ne开发者_如何学Goar future i will have to make a front-end in JSF2 using as the ba