you can expose your spring beans to Flex client for that you have to identify 
your spring bean in remoting-config.xml and factory for spring in 
services-config.xml

service-config.xml 
    <factories>
        <factory id="spring" class="flex.samples.factories.SpringFactory"/>
    </factories>
in remoting-service.xml
<destination id="AnyNameForLookup"> <!-- flex lookup name -->
        <properties>
            <source>SpringBeanID</source>
            <include-methods>
                <method name="getMessage"/>
                        .
                        .
                        .
                <method name="getMessage2"/>
            </include-methods>
            <factory>spring</factory>
            <scope>request</scope>
        </properties>
    </destination>


on flex side you have to make a remote call for 'AnyNameForLookup' 


----- Original Message ----
From: lytvynyuk <[EMAIL PROTECTED]>
To: [email protected]
Sent: Saturday, June 14, 2008 0:19:30
Subject: [flexcomponents] Re: Flex combining Struts, Spring, Hibernate


--- In flexcomponents@ yahoogroups. com, "kamel" <kamel_wafi@ ...> wrote:
>
> Hi all,
> I have an application developed with Struts, Spring, Hibernate I want
> to integrate Flex and i'm a beginner in RIA programming. It is very
> urgent can anybody helps me.
> thanks
>
I can help you, my rate is XX$ per hour :)

    

Send instant messages to your online friends http://uk.messenger.yahoo.com 

Reply via email to