Top "Java-ee-6" questions

Use this tag for questions relating specifically to Java Enterprise Edition 6.

How to connect remote EJB module from application client

I have a EJB module in remote Glassfish server and application client in my computer. I want to connect from …

java netbeans jakarta-ee java-ee-6
Is CDI a good replacement of Spring?

We are planning to write a web application from the scratch, it has been decided to go with the latest …

spring java-ee-6 cdi
Initialization of List in a JSF Managed bean

I' have a question about initialization of List in the POJO as it follows the next code: public class Person { //…

jsf jsf-2 arraylist java-ee-6
What is the difference between @Inject and @EJB

I'm currently learning the new Java EE 6 component models and am confused with the latest dependency injection mechanism. So here …

jpa-2.0 java-ee-6 ejb-3.1
How do you call List.size() from a JSF 2.0 Facelets Template?

What is the syntax for calling list.size() in a JSF 2.0 Facelets template (eg, using an h:outputText element)?

java jsf facelets java-ee-6
Packaging EJB in JavaEE 6 WAR vs EAR

Starting a new project and would like to know the pros and cons of packaging EJB in a WAR vs …

jakarta-ee java-ee-6 ejb-3.1
FilerException when building Java EE 6 Project

I have a Java EE 6 Project in Netbeans 7 which runs fine when I compile and start it in the IDE. …

netbeans java-ee-6
EJB 3.1 @EJB Injection into POJO

With the new EJB 3.1 spec is it possible to inject an EJB into a pojo? I know in EJB 3.0 the @…

java ejb java-ee-6 ejb-3.1
How to use 3rd party libraries in glassfish?

I need to connect to a MongoDB instance from my EJB3 application, running on glassfish 3.0.1. The Mongo project provides a …

mongodb glassfish java-ee-6 glassfish-3
Maven ojdbc jar dependency error: package oracle.jdbc does not exist

Heading Am trying to use jdbc connection in my Java EE6 application(class name VisualizerRepository.java), i have the jdbc …

java sql maven jdbc java-ee-6