Today if we build an application using the JMS API (using MDBs as message listeners, host it on lets say GlassFish or Weblogic 10) and 开发者_运维百科tomorrow lets say the traffic goes crazy, can we p
Thinking of a brand new application which will have the following architecture Dealers <--> Network <--> Issuers
Im having trouble doing a lookup Project Structure: a dynamic web project (gss-web) and an EJB project (gss-ejb) deployed together inside an .ear (gss-ea) onto a jboss 6 server
I am creating CMP beans using Netbeans 6.9.1. Everything worked fine until I added the sun-cmp-mappings.xml file to the conf folder and comment out line 59 in project.properties. I got this error Cann
I have an ear file which contains this bean @Stateless public class ProjectServiceImpl implements ProjectServiceLocal, ProjectServiceRemote {
Using Glassfish 3.1 with Eclipselink as JPA provider on board. Got stateless bean with following code and Folder class wich is mapped to table. Each folder can have it\'s parent folder.
I have a Tomcat 6 server and I\'m developing a REST web service compatible with Java EE 5. The project is developed on NetBeans 6.9.1. I deployed the project successfully, the program runs and I rece
Try to be more clear, I\'m in lack of ideas in this problem, even it sounds like a classic. My application is running on weblogic 10.3.3开发者_高级运维 application server, and for database I am using
I\'m developing a server to offer persistence to clients connecting through http. The clients will be based on different technologies: web, iphone and android; that is why I thought of using http in t
Got Ejb @Stateless @Local public class UserManagerBean implements UserManagerBeanLocal { @TransactionAttribute(TransactionAttributeType.REQUIRED)