I\'m building a web app using Seam, using stateful session EJBs开发者_运维技巧 as business components (also annotated as Seam components). In this scenario what\'s the best practice for injecting the
I want to know whether it is possible to creat开发者_Go百科e an Android application to communicate with a session bean and invoke a method. if so can anybody explain how? or else can i invoke that met
Is it possible to use some kind of mocking framework with Arquillian, or precisely how to mock injected EJBs? I know that, with using the CDI (Contexts and Dependency Injection), it is possible to inj
I have this mysterious hibernate ql exception. It involves three classes: package com.systemspecs.Entity;
I\'ve been developing my first Java EE app, which has a number of JPA entity classes, each of which have a corresponding EJB class for dealing with the business logic.What I\'ve done is changed one of
I have a problem with development resteay+ejb+json. Using Jboss-5.1.0.GA. I get example from resteasy-jaxrs and adapted to use for my case.
I\'m looking for a tutorial or any additional information on how to make an EJB (or underlying MBean) accessible via CORBA.
Since two evenings, I am trying to integrate weld CDI into an EJB 3.1 Application with JSF 1.2. I simply tried to call a with @Named annotated controller in an JSF page. The problem is, that no except
I have an EJB, and a web service using it. I would now like to write a simple TCP server as an alternative to the webservice, but I dont want to rewrite the logic in the EJB and the database layer ben
Does anyone have a good tutorial on how to create and deploy EJB\'s using Intellij 10 and Glassfish.I have been working on learning some J2EE basics and t开发者_如何学Gohis has been a huge stumbling b