Some tie-in to Flex since Flex is a server-side compiler.  The server director and I were discussing how Spring works with DI, and I thought that'd be cool to implement in Flex/Flash via our own ServiceLocator/Services.  Looking at the bean.xml files, they looked really easy to parse with Flash's XML object, excluding cross points.. or cross... whatever those things are called.  Anyway, yeah, merely pointing my dao to whatever the bean file said was easy... problem is that is at runtime on the client.  I'd prefer some tie-in on the server that when:
 
private var da;
 
public function setDataAccess(da)
{
    this.da = da;
}
 
So, basically the same thing you Java guys get from Sprin, we get too in terms of tieing the data access classes together.
 
 
----- Original Message -----
Sent: Tuesday, July 05, 2005 9:02 PM
Subject: RE: [flexcoders] SpringBeanAdapter for Flex Flash Remoting

I don’t understand your question. This is a server-side component. What are you looking for in regards to AS files?

 

Alon

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Tuesday, July 05, 2005 3:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] SpringBeanAdapter for Flex Flash Remoting

 

Anyway to have the AS files respond to Dependency Injection via the Bean files at runtime?

 

----- Original Message -----

Sent: Tuesday, July 05, 2005 5:53 PM

Subject: [flexcoders] SpringBeanAdapter for Flex Flash Remoting

 

Hey all,

 

Alex Cruikshank and I are picking our heads up after a couple months on our first major Flex development project. We’ve got a lot to share and will be posting to the Carbon Five community site at http://www.carbonfive.com/community/.

 

The version of Flash Remoting packaged with Flex allows you to register custom service adapters among other customizations. I’ve just packaged and released an adapter implementation for Flash Remoting that provides easy integration with service beans managed by the Spring Framework.

 

Read all about it at http://www.carbonfive.com/community/archives/2005/07/springbeanadapt.html. Comments and feedback are of course welcome.

 

Coming soon – a discussion of implementing remote services with Spring and Hibernate.

 

Alon



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Computer software testing Macromedia flex Development
Software developer


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to