I have in my web application some java beans (EJB 3.1) that make use of Hibernate SessionFactory and therefore I need to centralize the creation of this object since I just need one sessionFactory for
Can anyone tell me if it is cu开发者_如何转开发rrently possible to \"glue together\" a partial Java EE 6 Web Profile over Jetty?
I\'m using inheritance with EJB in a few scenarios, sometimes with annotations in the super class like this generic entityDAO:
I have built an application with EJB\'s and JPA2.If I have my page running and I change something in the database it will not show on the page.I\'ve tried different browsers, non caching sessions of t
I\'m trying to inject Spring beans into an EJB using @Interceptors(SpringBeanAutowiringInterceptor.class) but I cannot get it working with the beanRefContext.xml examples I\'ve seen.
I\'m trying develop unit tests for EJB 3.1 session beans, and I can\'t find anything definitive as to whether or not this is supported/included.
I have this mysterious hibernate ql exception. It involves three classes: package com.systemspecs.Entity;
given the deprecation of loads of design patterns because of the new improvements in the Java EE world, DTO\'s are largely frowned upon.
I have many EJBs with my business methods. These methods use @RolesAllowed annotation to check if user can execute this method.
Is this possible?Does anyone ever do this?I feel like I can lay out my application better if I use what I\'m used to in web applications.Would it possib开发者_开发知识库le to use this and dependency i