Is it possible to have objects stored in a data structure for the duration of an App Server's uptime? Basically I want an EJB that interfaces with this Data Structure, ...
We are maintaining a J2EE enterprise application that uses EJB Entity beans and we use IBM Rational Application Developer as development platform.
The application currently has a few Entity beans so a ...
I'm trying to write my first own webservice using EJBs (V3) in a JBoss as server. Building and deploying the webservice bean works fine, but when I try to access a web method with no parameters and no return type like this: package test.de.laliluna.library; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.rpc.Service; import javax.xml.rpc.ServiceFactory; import de.laliluna.library.BookTestBean; public class WebServiceTestClient { public static void ...
Hi. thanks for taking the time. Im new to this. so please bare with me. This project is all about Users and Events. all users can create (become owner) of many Events. all users can join many Events the owner can accept or deny Joined Users. my database looks like this now. users : id, name, emal, password. events : id, ...
Hi, Does anyone have idea about mapping M:N relationship attribute in EJB3. For example, if I want to map a M:N relationship WORKS_ON between an EMPLOYEE and PROJECT with a relationship attribute name No_of_hours - Number of hours the employee works on that project, how to go about. Please help me solving this. Thanks