jakarta-ee
How to structure a maven project in Eclipse
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[详细]
2023-04-11 11:37 分类:问答Routing request to matching pages using guice servlets
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[详细]
2023-04-11 11:09 分类:问答Efficient way of Retrieving data for multiple rows simultaneously
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[详细]
2023-04-11 09:31 分类:问答JSF - Java - EJB
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[详细]
2023-04-11 09:09 分类:问答Tomcat Jersey Class Not Found
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:[详细]
2023-04-11 08:38 分类:问答Which java development tool to download for windows7 x64?
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[详细]
2023-04-11 07:49 分类:问答Custom Realm for ObjectDB, using ObjectDB with HTTP Basic authentication
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[详细]
2023-04-11 07:07 分类:问答Understanding the @ConnectionDefinitions annotation in jca 1.6
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开发者_如何[详细]
2023-04-11 06:41 分类:问答Java EE, creating entity object with one to one association
I have two entitys, A and B. A has a one to one relationship of B. class A { String aValue; B b; } class B {[详细]
2023-04-11 05:14 分类:问答Tomcat: Passing -XX:MaxPermSize has no visible effect
I am trying to deploy my application to Tomcat, but haven\'t been able to do so. I constantly keep getting OutofMemoryError permgen space.[详细]
2023-04-11 04:56 分类:问答