I had a problem, which I solved, but I feel like my solution is a bad hack. Is there a better way? I have a page, on which I placed the form, which shows开发者_开发问答 properties of some object, as
I recently gone through a Netbeans article about how to create and Enterprise Application Client that access EJB deploy on Glassfish.(Article Link Here) I have couples questions about this article.
I have an object (Ticket), which has a list of other objects (Message). Message is abstract, and has several subclasses - like EditMessage, CreationMessage, and so on. So that Ticket object contai开发
I\'m building an enterprise application which has fraud rules. The rules will be based on a matrix, for example, how many times a user used this service in a month, is the total transaction amount exc
I\'m learning about Java EE (EE 6 specifically) and find the differences between EJB and EJB Lite a little confusing.
I am new to the Java EE platform and I am building a simple JMS app. I created a class that is being sent in an ObjectMessage. My problem arose when both the client app creating the message and the MD
By declaring the following dependency: <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId>
Is there any way to invok开发者_运维知识库e remote web beans( CDI ) in java EE 6 like remote EJB??One possibility is that you can expose your bean as a web service.
I\'m developing a Java Enterprise Application which needs to write transaction records either to flat files or directly to a relational database. Transaction records are records which show when the tr
I am trying to get a basic Seam 3 webapplication to work and use the jboss-javaee6-webapp to achieve this goal. Using the manual at http://seamframework.org/Documentation/CDIQuickstartForMavenUsers.