JBoss has the jbossall-client.jar which can be used in client applications for JNDI lookups a开发者_运维知识库nd more... It is available in the JBoss maven repository.
What\'s the diffrence between servlet 3.0 asynchronous feature against: Оld servlet implementation开发者_开发知识库:
I\'ve been trying to set up a Java EE 6 Maven project via New Project -> Maven -> Maven Enterprise Application.
I\'ve got a web application, deployed on GlassFish 3.0.1, which is using container managed security. It\'s a simple, standard form based implementation using j_security_check against a JDBCRealm. Ever
Ok, still trying to understand the basic EE 6 concepts here. I\'m hoping someone here can help me out.
@Path(value = \"/user\") @Stateless public class UserService { @Inject private UserManager manager; @Path(value = \"/create\")
I\'m working on a Java EE 6 application. When I started out, I was writing tests for my EJB classes by manually instantiating the EJB, then manually adding the members that normally get provided by de
i have a producer, i want to put it in a jar, so that my diff war files can refer the same implementation
I am learning the new annota开发者_运维问答tions for transaction management, like @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW), but i could not find out how to create a transaction wit
I am using JPA with hibernate and trying to connect to the a datasource to retrive information but when i run the application i get no error as such but no results are displayed when i run the followi