Hi,
I am new to JMS, but I know Spring and I know how Spring can help me wiring up the jms connections.
I am trying to write a client which puts messages in a queue. The message has to follow a...
Type: Posts; User: azevedo; Keyword(s):
Hi,
I am new to JMS, but I know Spring and I know how Spring can help me wiring up the jms connections.
I am trying to write a client which puts messages in a queue. The message has to follow a...
Hi,
The hint is great, I decide to implement the client the same way as described in the tutorial and it works fine.
Cheers,
J
Hello,
Does anyone can give me a hint on where start looking I tried to setup the following
<bean id="apcWebService" class="lu.ept.dt.access.luxdsl.ws.apc.MyJaxRpcPortProxyFactoryBean">
...
Hi,
I have been trying to setup a web service client in spring. I generated the java class using the axis wsdl2java tool. If I use in a plain java class (without spring xml config) I can access...
What do you mean?:confused:
Where can I find some documentation about Icefaces and Spring or some examples. I would like to choose the right Ajax/JSF project from the begining.
;)
J
:)
Thanks I will look first at the sample codes and I might buy it.
(It is always good to support the devellopers and writers of such books ;) )
Cheers,
J
:confused:
I don't get it with Spring and DWR. I found that there is no more need to have a dwr.xml. But I don't get spring to work with dwr. I ahve been looking in the Docs but I have not yet...
Hi,
Thanks for that quick answer. I will have alook at it.
Hi,
I would like to use Ajax in my projects. I found that there are a lot projects I could use. I don't want to skip to an ajax project and at the end find out that it is not the best one to use...
Hi
I have solved the problem by wrting my own Paging class using Hibernate, but I am looking to find a solution using Spring. As soon I as got a proper solution I will post it here.
Hi,
Thanks for the hint I had a look at it and also checked the Petstore sample. I think this is what I am looking for.
Cheers;:)
Hi all,
I am using Spring 2.0.6 and Hibernate 3.2.2 to access my database. I have a search form which gets information out of the database, the search result returns is a huge amount of data. To...