⟩ Explain me when do you use volatile variables?
When a member variable is accessed by multiple threads and want the value of a volatile field to be visible to all readers (other threads in particular) after a write operation completes on it.
When a member variable is accessed by multiple threads and want the value of a volatile field to be visible to all readers (other threads in particular) after a write operation completes on it.
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?
How can you start a JTA transaction from a Servlet deployed on JBoss?
Is the Session Factory Thread safe?
Which Hibernate object wraps the JDBC Connection?
What is JTA?