Hello Keith,
I'm currently at the startpoint of a new project and would like to use the webflow. Due to the fact I have to use struts 2 and spring 2.5 I think I also have to use web flow 2.0 (From...
Type: Posts; User: meme; Keyword(s):
Hello Keith,
I'm currently at the startpoint of a new project and would like to use the webflow. Due to the fact I have to use struts 2 and spring 2.5 I think I also have to use web flow 2.0 (From...
Thanks Mike for the fast answer. That's great!
Marc
I've read in several postings and tutorials this kind of bean definition:
<bean id="daoTmpl">
<property name="sessionFactory">
<ref bean="sessionFactory"/>
</property>
...
Hi there,
I've tried to profile a spring based application using the tptp-plugin for eclipse.
But everytime I run the java application within the profile-mode I received an...
Hi,
I've got a website wich has got many data which should be presented. So I've build up a site with spring, hibernate and so on. At the view-part I wanted to
use freemarker (as it has some more...
Of course you can... But I wouldn't do that with all beans. There are several jars which were likely unhappy being in such a situation.
In the past Struts was unhappy about a shared location, also...
Yes that was also my first idea, to use normal business methods, but I had to write a large amount of the (in my last mail) mentioned if..elseif...else conditions. And - of course - I'd like to be as...
Thanks that seems to help me.
It's easy to explain: I've got a bean, which is exposed as a webservice.
This webservice should only have one method with the signature:
public Document...
Thanks, but I'd like to decide on runtime which bean to load. So do I have to inject all kinds of beans in the ToolBean? I thought that using getBean([selectedBeanAsString]) would be nice to use.
Hi there,
it might be a dump question, but what's the "correct" way to get the
ApplicationContext from a Bean which I have got from Spring:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE...
Hi there,
I've got a simple Web-Service exposes it functionality using xfire.
In the webservice Bean I'd like to accquire using getBean(...) another
Bean dynamically. But how do I get the...