Search:

Type: Posts; User: meme; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    20
    Views
    4,448

    Hello Keith, I'm currently at the startpoint...

    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...
  2. Thanks Mike for the fast answer. That's great! ...

    Thanks Mike for the fast answer. That's great!

    Marc
  3. parent and child bean-definitions in daoTemplates

    I've read in several postings and tutorials this kind of bean definition:


    <bean id="daoTmpl">
    <property name="sessionFactory">
    <ref bean="sessionFactory"/>
    </property>
    ...
  4. Replies
    0
    Views
    744

    eclipse profiling and spring

    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...
  5. Populating values to the templates (velocity or freemarker)

    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...
  6. Replies
    7
    Views
    1,500

    Of course you can... But I wouldn't do that with...

    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...
  7. Replies
    7
    Views
    1,138

    Yes that was also my first idea, to use normal...

    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...
  8. Replies
    7
    Views
    1,138

    Thanks that seems to help me. It's easy to...

    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...
  9. Replies
    7
    Views
    1,138

    Thanks, but I'd like to decide on runtime which...

    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.
  10. Replies
    7
    Views
    1,138

    Accessing ApplicationContext from Bean

    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...
  11. Replies
    0
    Views
    1,497

    XFire WS how to get ApplicationContext

    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...
Results 1 to 11 of 11