Documentation about Service configuration

"Franklin Garcia" <[email protected]> Mon, 19 Mar 2007 11:58:34 -0600
Newsgroups gmane.comp.java.openamf.user
Message-ID <268AD7BADB89A74F994912B8C92ACDFE02B726@sanjose.contentproject.com>
Hi,

Does anybody have documentation about how to configure services and how
to expose service methods?. At the moment I'm just using service
configuration following the examples, but I want to know more about how
to configure them.

I'm working with Spring-based applications, and I have some questions
about this:
<service>
   <name>MyService</name>  <!-- Does it the name I should use on
Flash-side to call the service?? -->
   <service-location>myService</service-location>   <!-Here I guess is
the bean ID from Spring Context -->
   <invoker-ref>Spring</invoker-ref>
   <!-- Exposing all the methods available... I guess -->
   <method>
     <name>*</name>
     <parameter>
       <type>*</type>
     </parameter>
   </method>
 </service>

Thanks,

Frank.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV