In J2EE 6 you can expose your EJB session bean as a REST web service as below @Stateless @Path(\"/test\")
I have to design and develop a data driven application from scratch to administer many things in our company and for that I decided to go Java EE way. In past I worked on application which were runnin
I have an application that runs on Glassfish 3.0.1. I\'ve already successfully installed it on a few instances, but now I\'m trying to set up a new server. Looking at the log, the deployment goes fine
I have an EAR project with an EJB module. In the EJB module I have a source directory called /test. I don\'t want this particular directory to be included in the ejb archive inside the ear that gets d
I have a ValueObject in Java开发者_开发问答 Source Code with a java.util.Date or java.sql.Date attribute and in Flex-AS3 have a DTO mapped by [RemoteClass] using a Date AS3 Type.
I just downloaded some days ago the last versions of Eclipse and JBoss, created a SessionBean (EJB3.x) project and now I\'m trying to create an Singleton EJB, but eclipse is not allowing m开发者_开发问
If I put EJB\'s in there on开发者_StackOverflow中文版 EAR file should I put the entity classes in there, a seperate jar, or the web app?
W开发者_如何学编程e have a large table of approximately 1 million rows, and a data file with millions of rows. We need to regularly merge a subset of the data in the text file into a database table.
I can\'t seem to catch exceptions such as N开发者_C百科oResultException or EJBException in my java ee 6 project.Is there something I am doing wrong?I have caught exceptions outside the EJB container b
I am using JBoss 6.0.1M5. Starting on EJBs. The tutorial I am reviewing is rather old(talks about 2.0) but I wanted to learn the concepts before going t开发者_JAVA技巧o latest.