I have 2 applications that need to communicate. I'm (successfully) using HttpInvoker for RMI communicationb between the applications. These are both web applications, each residing on a different...
Type: Posts; User: drewmca; Keyword(s):
I have 2 applications that need to communicate. I'm (successfully) using HttpInvoker for RMI communicationb between the applications. These are both web applications, each residing on a different...
Here's the deal:
1) The dao call was wrapped in a facade class that (mistakenly) created a transaction.
2) Within the dao call, I manually set the flush mode to FLUSH_NEVER:
...
I'm working with the hibernate template using Oracle 9i. I have a dao object with code that looks like this:
MyObject result = null;
try
{
HibernateTemplate template = new...
Any word on when the framework will support MDB-like functionality? I have a servlet application that needs to use JMS but I don't want to deal with using EjBS (also, it may need to run on Tomcat)....