Re: [flexcoders] Spring / FDS Integration :: How to assign fill-method and asyn-method when use SpringFactory?

2006-12-20 Thread Oliver Lietz
Am Montag, 11. Dezember 2006 18:37 schrieb Carlos Rovira:
 Hi,

 This one is for Jeff Vroom since he is the one that create the
 SpringFactory. I download this one from the Christophe Coenraets article
 at:


 http://coenraets.org/flex-spring

 I creating a FDS application that uses JPA / EJB3 persistence. Now that all
 is working I want to use Spring since is a client's requeriment. The
 problem is that I can't set the fill, syn methods in my
 data-management-config.xml. In the following destination:

Hi Carlos,

same here. Any progress on this? Haven't found any useful information in the 
docs so far but will dig deeper into this. FlexConfigurable and ConfigMap 
look promising.

O.





--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] Spring / FDS Integration :: How to assign fill-method and asyn-method when use SpringFactory?

2006-12-20 Thread Carlos Rovira

Sorry Oliver,

I couldn't found any solution to this problem. Hope Jeff Vroom or Christophe
Coenraets could throw some light on this since Spring Integration with FDS
is a must for a huge amount of people out there. Today Spring is the
decoupling framework number one in enterprise java solutions and have a good
integration with FDS would many IT departments give FDS a try.

I'm using Spring without that configuration part using the Assembler API and
for now I can follow on,but it's a little weird that we can't use the
assembler in the right way and use the server xml fragment part.

Adobe, please, put an eye on this...I think full FDS/Spring integration is
really important for the Flex success! :)

C.




On 12/20/06, Oliver Lietz [EMAIL PROTECTED] wrote:


Am Montag, 11. Dezember 2006 18:37 schrieb Carlos Rovira:
 Hi,

 This one is for Jeff Vroom since he is the one that create the
 SpringFactory. I download this one from the Christophe Coenraets article
 at:


 http://coenraets.org/flex-spring

 I creating a FDS application that uses JPA / EJB3 persistence. Now that
all
 is working I want to use Spring since is a client's requeriment. The
 problem is that I can't set the fill, syn methods in my
 data-management-config.xml. In the following destination:

Hi Carlos,

same here. Any progress on this? Haven't found any useful information in
the
docs so far but will dig deeper into this. FlexConfigurable and ConfigMap
look promising.

O.





--
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







--
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://www.madeinflex.com


[flexcoders] Spring / FDS Integration :: How to assign fill-method and asyn-method when use SpringFactory?

2006-12-11 Thread Carlos Rovira

Hi,

This one is for Jeff Vroom since he is the one that create the
SpringFactory. I download this one from the Christophe Coenraets article at:


http://coenraets.org/flex-spring

I creating a FDS application that uses JPA / EJB3 persistence. Now that all
is working I want to use Spring since is a client's requeriment. The problem
is that I can't set the fill, syn methods in my data-management-config.xml.
In the following destination:

destination id=Trabajador

   adapter ref=java-dao /

   properties
   sourcetrabajadorAssembler/source
   factoryspring/factory
!--scopeapplication/scope--

   metadata
   identity property=id/
   /metadata

!--   network
   session-timeout20/session-timeout
   paging enabled=false pageSize=10 /
   throttle-inbound policy=ERROR max-frequency=500/
   throttle-outbound policy=REPLACE max-frequency=500/
   /network

   server
   fill-method
   namefill/name
   /fill-method
   sync-method
   namesyncTrabajador/name
   /sync-method
   /server
--
   /properties
   /destination


trabajadorAssembler is a bean configures in spring applicationContext.xml.
I comment the parts in my destination that I can't use since I get errors
when deploy the application (scope, network, ...). If I can't configure
those parts ? how could I configure my sync-mehotd? how can I configure the
pagination?

Thanks in advance!

C.

--
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://www.madeinflex.com