Please, someone out there should know anything that may help me.
Type: Posts; User: tbeuck66; Keyword(s):
Please, someone out there should know anything that may help me.
Hi,
I'm desperately searching for the way to set String properties of beans using a key from a resource bundle.
At the moment I have code like this:
<bean id= ...>
<property...
Hi,
I'm just creating a rich client that uses services on an application server. I'm using the HttpInvokerProxyFactoryBean to create proxies of my business services that talk to their counterparts...
Hi,
we are connecting an application server from a rich client via a HttpInvoker. Whenever the server hangs and/or the user looses patience he should be able to cancel his current action. My...
I'm working at a rich client application realized with Eclipse RCP that communicates with an application server that hosts the domain logic. The app server part of the application will be realized...