All,
I was wondering if the Spring team is planning to incorporate to the framework support for SDO (Service Data Objects) in the near future. Also, I would be interesting in knowing what your...
Type: Posts; User: gt1601; Keyword(s):
All,
I was wondering if the Spring team is planning to incorporate to the framework support for SDO (Service Data Objects) in the near future. Also, I would be interesting in knowing what your...
Thanks for your response guys.
I didn't know I could use the reliable protocol for only 1 server. What version of ActiveMQ do I need to do this?
Is there an example of a Spring and ActiveMQ...
All,
I would like to use JmsTemplate to publish messages to a JMS server but I am not sure how the JmsTemplate will behave when the JMS server goes down for 5 minutes and then comes back up again. ...
All,
I went to the book page (Professional Java Development with the Spring Framework) at Wrox.com and am not able to find the link to download the source code.
Please let me know if it is...
Thanks Darren for taking the time to explain this solution.
I really appreciate your help!
-Guillermo
All,
I came across an email in which Rod Johnson said that there is a Spring application that will handle 10K potentially concurrent users. See this link...
All,
I have an application running on WebSphere Server v5.1.1 that uses Spring and Hibernate to access a remote DB2 v8.2 database via IBM DB2 JDBC Type 4 driver. I have a method whose transaction...
Thanks for your quick reply. Did you look at other ESBs frameworks before you chose Mule?. If so, what your selection criteria was and why you picked it?
All,
I am in the process of evaluating a number of open-source ESB (enterprise service bus) frameworks such as Mule, JORAM, ActiveMQ, to name a few. I would appreciate if you can share your...
Hello everyone !
I have a Spring + Hibernate service that retrieves POJOs (plain old java objects) that live in Hibernate's second-level cache. OSCache is the cache provider.
Currently, this...