Its my accent isn't it, coming through in the blog and throwing you off ?  :)

The arpx extensions I've built extend the orignal ARP package, they don't 
replace it.  

There are 2 things I needed, a system event management system and a command 
mapping system.

With ARP out of the box events are between forms, not at a "system level" so 
lets suppose you have a system wide event like "session expired" you can't 
publish it at an application level, with my extensions you can.

secondly the command mapping was done in code, so if a "login" event is 
supposed to cause a "Logincommand" to fire it has to be done in your code, this 
again is not something I like so the commandController is a class that uses an 
XML file to map an event to a command and registers with the systemController, 
so when an event like "loginUser" is fired from somewhere in the system, the 
system controller knows to tell the commandController about the event and the 
command Controller dynamically instantiates a LoginUserCommand object...

I'd suggest building some stuff with vanilla ARP first and then look at 
extensions, Christophe Christophe Herreman also has some very nice extensions 
and some recent stuff with a model locator. I have some more extensions that I 
have not released yet, need cleaning up and re-factoring.

Grant.

----- Original Message -----
From: Marcelo de Moraes Serpa [EMAIL PROTECTED]
To: [email protected]
Sent: 1/5/06 4:27 PM
Subject: [osflash] ARPX advice

> Hello friends,
> 
> I really would like some adive on arpx, the extension developed Grant 
> Davies. As it´s the first time I´m using ARP, I find the explanations on 
> his site (the post) a bit confusing. Is arpx so different than the 
> original one? How does this extension relate to the dynamic donwload and 
> registering of Arp Forms (swf)? Is this really a extension or there are 
> ARPX classes I should use over the ARP ones?
> 
> Thanks,
> 
> - Marcelo.
> 
>       
> 
>       
>               
> _______________________________________________________ 
> Yahoo! doce lar. Faça do Yahoo! sua homepage. 
> http://br.yahoo.com/homepageset.html 
> 
> 
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to