|
// Assuming your in your Client Application for
example
import
com.company.project.admin.events.SomeEvent;
import
com.company.project.client.events.ClientEvent;
var e:SomeEvent = new
SomeEvent(SomeEvent.EVENT_NAME, false, true);
CairngormEventDispatcher.getInstance().dispatchEvent(e);
You could do the reverse in the admin. As a
GUI guy, I probably would care more about sharing commonly used View's and
utility classes vs. events and commands that were probably created for their
specific projects, but it could be done.
----- Original Message -----
From: Douglas
Knudsen
Sent: Thursday, July 27, 2006 9:25 AM
Subject: Re: [flexcoders] Backend/Frontend Application Development
(Cairngorm) DK On 7/27/06, JesterXL
<[EMAIL PROTECTED]>
wrote:
Put 'em in seperate projects, or sub-projects. Like: -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? __._,_.___ -- 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
YAHOO! GROUPS LINKS
__,_._,___ |
- Re: [flexcoders] Backend/Frontend Application Develo... JesterXL
- Re: [flexcoders] Backend/Frontend Application D... Douglas Knudsen
- Re: [flexcoders] Backend/Frontend Applicati... JesterXL
- [flexcoders] Re: Backend/Frontend Applicati... thunderstumpgesatwork
- Re: [flexcoders] Re: Backend/Frontend A... Douglas Knudsen
- [flexcoders] Re: Backend/Frontend A... thunderstumpgesatwork
- Re: [flexcoders] Re: Backend/F... Douglas Knudsen

