If I want to h开发者_开发知识库ave a project with both EJB/JPA sourcecode and JSF in the same project how do I set up a project like that in Eclipse? I am using Maven. Is it correct on the image below
I am developing inherited jsp/java ee application and I would like to introduce Guice IoC container to my application. However, I found some obstacles. I can\'t translate web.xml entries into guice re
When we tried to retrieve data for a arraylist, we are iterating each row and开发者_开发百科 then we are using fetch query.is there any other iteration row in hibernate template or sql
I am new to J2EE and having problem with EJB. I already have a JSF form that is working fine. I am adding a new field to this form and binding it to the java class (1), adding getter and setter method
I was following this tutorial on Tomcat and Jersey, but when I try to access it, I get a not found error, and this is output in Eclipse:
I want to use eclipse for a java coding and compiling for my home use. So, which version should i download as i don\'t have any of the previous versions or plu开发者_如何学JAVAgin installed on my syst
I want to implement HTTP Basic Authentication for my web services, but I also want to use ObjectDB to store credentials. Is there any way to do this? I guess I\'m in the need of a custom realm, and al
I cannot find an example that shows a use case for using the plural @ConnectionDefinitions on a ManagedConnectionFactory implementation.What confuses me is that the singular @ConnectionDefin开发者_如何
I have two entitys, A and B. A has a one to one relationship of B. class A { String aValue; B b; } class B {
I am trying to deploy my application to Tomcat, but haven\'t been able to do so. I constantly keep getting OutofMemoryError permgen space.