⟩ Explain me how does the JVM handle storing local variables vs storing objects?
Objects are stored on the heap. Variables are a reference to the object.
Local variables are stored on the stack.
Objects are stored on the heap. Variables are a reference to the object.
Local variables are stored on the stack.
What do you know about Seam?
Does Seam run on other application servers besides JBoss?
Is it possible to put a JBoss server instance into multiple cluster at the same time?
What do you need to set-up a cluster with JBoss?
What is the diffrence between a local-tx-datasource and a xa-datasource? can you use transactions in both?
What do you think about BPEL and BPM ? How do they compare?
Which JDK is needed to run Seam?
How would you convince my IT department to adopt SOA?
What are the differences between EJB 3.0 and EJB 2.0?
Do you know how you could add support for Web Service transactions?