Questions tagged [java-ee-5]

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

Java Enterprise Edition 5 (JEE5) is a specification defining a collection of Java-based technologies and how they interoperate. JEE5 incorporates a set of technologies, including EJB3, JPA, JSF, etc. Numerous implementations are available in the form of both commercial products and open source projects.

246 questions
0
votes
2 answers

Migrating the specification level of Java EE projects

What do we mean when we say "Migrating the specification level of Java EE projects"? Does this actually entail an application rewrite?
hakish
  • 3,990
  • 7
  • 39
  • 56
-1
votes
1 answer

Options for @Asynchronous like feature in Weblogic 11g?

Options for @Asynchronous-like feature in Weblogic 11g (apart from JMS of course)? Use Executor service and spawn unmanaged threads?
Abhishek
  • 1,175
  • 1
  • 11
  • 21
-1
votes
1 answer

Running and deploying JSP examples

I have downloaded javaeetutorial5.zip. There are many examples in that zip file. How i can import those examples to eclipse, How i can deploy and run straight away. I am using Eclipse IDE (Luna). Glassfish 4.0 Server
Vivek S
  • 53
  • 2
  • 8
-1
votes
3 answers

Another JPA Question

I have this code: @PersistenceContext(name="persistence/monkey", unitName="deltaflow-pu") ... @Stateless public class GahBean implements GahRemote { But when I use this: try{ InitialContext ic = new InitialContext(); System.out.println("Pissing…
arinte
  • 3,660
  • 10
  • 45
  • 65
-1
votes
1 answer

Struts2 global result throwing StackOverflowError on result type chain/tiles

below are my interceptors & global-results as defined in struts.xml
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
-2
votes
1 answer

exception com.vaadin.event.ListenerMethod$MethodException

i'm busing developer a application spring hibernate vaadin i want to do function add new Article when i click the button it appears me an error, can you help me com.vaadin.event.ListenerMethod$MethodException Cause:…
achref05
  • 1,653
  • 4
  • 16
  • 18
1 2 3
16
17