Can you please explain what is going on there exactly.
On Tue, Apr 29, 2008 at 1:07 AM, Iman Khabazian <[EMAIL PROTECTED]> wrote:
> Thanks thats awesome!
>
>
> On Tue, Apr 29, 2008 at 12:49 AM, EECOLOR <[EMAIL PROTECTED]> wrote:
>
> > In order to get it working in the meantime, you could add this code to
> > your application:
> >
> > *import mx.core.Singleton;
> > import mx.resources.ResourceManagerImpl;
> >
> > Singleton.registerClass("mx.resources::IResourceManager",
> > Class(getDefinitionByName("mx.resources::ResourceManagerImpl")));
> > ResourceManagerImpl;*
> >
> >
> > Greetz Erik
> >
> >
> > On 4/29/08, Iman Khabazian <[EMAIL PROTECTED]> wrote:
> > >
> > > I took a stab at listing the prana dependencies on the flex
> > > framework. I hope this helps somebody:
> > >
> > > org.pranaframework.collections.Map.as line 49 refers to
> > > mx.collections.ICollectionView;
> > > org.pranaframework.ioc.factory.support.AbstractObjectFactory line
> > > 37,300 refers to mx.collections.IViewCursor
> > > org.pranaframework.ioc.factory.support.AbstractObjectFactory line
> > > 35,299,300 refers to mx.collections.ArrayCollection
> > > org.pranaframework.ioc.factory.support.AbstractObjectFactory line
> > > 36,148 refers to mx.collections.IList
> > > org.pranaframework.utils.ObjectUtils line 37,135,164 refers to
> > > mx.utils.ObjectUtil
> > >
> > > So is someone working on removing these dependencies and getting them
> > > committed? Is the strategy to replicate the interfaces in a different
> > > package? Please let me know if I can help. If you guys have it all
> > > worked
> > > out I would love to know the expected timing to having dependencies
> > > removed.
> > >
> > > Thanks,
> > > Iman
> > >
> > > -------------------------------
> > >
> > > Iman Khabazian
> > >
> > > Managing Director, iMAN IT
> > >
> > > [EMAIL PROTECTED]
> > >
> > > *www.imanit.com*
> > >
> > > *www.scuge.com*
> > >
> > > *www.imanit.com/blog*
> > >
> > >
> > > On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman <
> > > [EMAIL PROTECTED]> wrote:
> > >
> > > > Hi Chris,
> > > >
> > > > thanks for the plug. It's also interesting to see how you are
> > > > integrating the Prana core into the Jedia Framework.
> > > >
> > > > I will check about the dependencies and discuss this with the dev
> > > > team. I will get back to you in the coming days.
> > > >
> > > > Thanks for your input!
> > > >
> > > > regards,
> > > > Christophe
> > > >
> > > > 2008/4/25 Chris Allen <[EMAIL PROTECTED]>:
> > > >
> > > > > Hey Christophe,
> > > > > First of all congratulations on the new release. We showed off the
> > > > > initial version of the Jedia framework (
> > > > > http://jedai.googlecode.com) this week at FITC Toronto, and gave
> > > > > you props for the Prana IoC we are using with it. It's been working
> > > > > well for
> > > > > us so far, but we have noticed one potential roadblock with Prana.
> > > > >
> > > > > Keith Peters tried implementing Prana on a pure AS3 project of
> > > > > ours recently, and he found that there's a few dependencies on the
> > > > > Flex
> > > > > Framework. This is going to be a problem for many projects that we
> > > > > work on,
> > > > > including Jedai. We are planning on a bunch of Flash based components
> > > > > for
> > > > > Jedai as well, and having this dependency will screw that up. Also,
> > > > > there
> > > > > are many projects that could benefit from IoC and AOP without the
> > > > > need for
> > > > > the Flex framework. Can you provide any details on what the
> > > > > dependencies are
> > > > > currently, and if it's possible to remove or replace them in future
> > > > > versions? If you need some our developers help on this, just let me
> > > > > know and
> > > > > I will see what I can do.
> > > > >
> > > > > Thanks for a very cool project!
> > > > >
> > > > > -Chris
> > > > >
> > > > > On Apr 23, 2008, at 9:21 AM, Christophe Herreman wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > please find more information (and download links) at
> > > > > www.pranaframework.org
> > > > >
> > > > > If you have any specific questions, feel free to join our
> > > > > mailinglist:
> > > > > http://lists.sourceforge.net/mailman/listinfo/prana-user
> > > > >
> > > > > regards,
> > > > > Christophe
> > > > >
> > > > > --
> > > > > Christophe Herreman
> > > > > http://www.herrodius.com
> > > > > http://www.pranaframework.org
> > > > >
> > > > > 2008/4/23 Alon Weinstein <[EMAIL PROTECTED]>:
> > > > >
> > > > > > Great! Are the files available for download? if so, where can
> > > > > > I find them?
> > > > > >
> > > > > > Thanks!
> > > > > >
> > > > > > Best regards,
> > > > > > Alon Weinstein CEO
> > > > > > טלפקס:
> > > > > > 077-5230225 נייד:
> > > > > > 050-8846639
> > > > > > [EMAIL PROTECTED] www.tapcki.com <http://www.tapcki.com>
> > > > > >
> > > > > >
> > > > > > ציטוט Iman Khabazian:
> > > > > >
> > > > > > Thank you very much!
> > > > > >
> > > > > >
> > > > > > -------------------------------
> > > > > >
> > > > > > Iman Khabazian
> > > > > >
> > > > > > Managing Director, iMAN IT
> > > > > >
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > > *www.imanit.com*
> > > > > >
> > > > > > *www.scuge.com*
> > > > > >
> > > > > > *www.imanit.com/blog*
> > > > > >
> > > > > >
> > > > > > On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR <[EMAIL PROTECTED]>
> > > > > > wrote:
> > > > > >
> > > > > > > You would only need this code:
> > > > > > >
> > > > > > > var applicationContext:XMLApplicationContext = new
> > > > > > > XMLApplicationContext("applicationContext.xml");
> > > > > > > applicationContext.addEventListener(Event.COMPLETE,
> > > > > > > onApplicationContextComplete);
> > > > > > > applicationContext.load();
> > > > > > >
> > > > > > >
> > > > > > > More info here:
> > > > > > >
> > > > > > > http://www.herrodius.com/blog/145
> > > > > > >
> > > > > > >
> > > > > > > Greetz Erik
> > > > > > >
> > > > > > >
> > > > > > > On 4/21/08, Iman Khabazian <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > Christophe,
> > > > > > > >
> > > > > > > > This is a very nice framework you have. Looks like you have
> > > > > > > > done a lot of great work.
> > > > > > > >
> > > > > > > > I noticed you the extended PureMVC Single core version, any
> > > > > > > > plans of doing the multi-core version as well?
> > > > > > > >
> > > > > > > > Also, lets say I have a project where I want to use prama
> > > > > > > > code to extend my own framework, specifically to use prama code
> > > > > > > > that parses
> > > > > > > > XML files and creates objects (with a facctory). Which
> > > > > > > > classes/documents/sample code files should I look at to figure
> > > > > > > > out the best
> > > > > > > > way of doing this?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Iman
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > 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
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > osflash mailing list
> > > > > > [email protected]
> > > > > > http://osflash.org/mailman/listinfo/osflash_osflash.org
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Christophe Herreman
> > > > > http://www.herrodius.com
> > > > > http://www.pranaframework.org_______________________________________________
> > > > > 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
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Christophe Herreman
> > > > http://www.herrodius.com
> > > > http://www.pranaframework.org
> > > >
> > > > _______________________________________________
> > > > 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
> > >
> > >
> >
> > _______________________________________________
> > 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