What is difference between No-Interface View and Interface View in EJB? Advantag开发者_StackOverflow社区es and disadvantages of both of them.AFAIK EJB 3.1 no-interface view means that the local inter
How do you make sense of exceptions like this? It doesn\'t add up because the CatalogFacade does compile fine, andBy the way, I do implement the classes they ask for. \"Any of\" seems like it\'s not n
Open at the begin of the http request and close at the end and each http request is treated in a separated thread?
I have a struts2 app with spring transactions and JPA2 over hibernate. The problem is that I have some rows in the database that are changed by an external source (some mysql triggers) and in my front
My first question - isn\'t it possible to use https without using a Digital Certificate? My second question - I\'m securing few pages within my web application. So added the following
Question: What is best way to call a web service (0.5-1.5 seconds/call) from a servlet at AppEngine? Are blocking calls are scalable at AppEngine environment?
I need your help please. I\'m trying to map my objects with hibernate and jpa. I have 2 tables , reference and person ( for example)
I am totally new to Ubuntu and Java altogether. I managed to install JDK 1.6 using the terminal. I am even able to run a simple HelloWorld. My problem is whenever I try to install the java_ee Im havin
I have some J2EE application, and I\'m able to see the what that application is doing in it\'s web interface. I also have the source code for the application. I want to realize what code is actually e
I\'d like to use @Embeddable annotation. So, it suggest to define as Application Identity. I created as the Data Nucleus Documentation. But it still error.