|
List Info
Thread: Prana Framawork 0.5 Released
|
|
| Prana Framawork 0.5 Released |

|
2008-04-21 06:39:31 |
|
Dear Community,
I'm pleased to announce that the 0.5 version of Prana is now available.
For more info, please see http://www.herrodius.com/blog/145
Enjoy this release and have fun coding !
regards, Christophe
-- Christophe Herreman http://www.herrodius.com http://www.pranaframework.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-21 13:54:22 |
|
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
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-23 01:34:02 |
|
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 < imankh gmail.com">imankh gmail.com> 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
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-23 02:24:32 |
|
Thank you very much!
On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" >eecolor gmail.com> wrote:
You would only need this code:
var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml");
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete); applicationContext.load();
More info here:
Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
|
| Re: Prana Framawork 0.5 Released |
  United States |
2008-04-24 17:49:58 |
|
| Hey Christophe,
First of all congratula tions 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 < alon  tapcki.com ">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them? Thanks! | Best regards, | | Alon Weinstein | | CEO | | טלפקס: | | 077-5230225 | | נייד: | | 050-8846639 | | ציטוט Iman Khabazian: Thank you very much! On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> wrote: You would only need this code: var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete); applicationContext.load(); More info here: Greetz Erik On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com http://www.pranaframework.org _______________________________________________ osflash mailing list osflash osflash.org">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-25 05:05:09 |
|
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 < mrchrisall en gmail.com">mrchrisallen gmail.com>:
Hey Christophe ,
First of all congratula tions 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, pleas e 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 < alon  tapcki.com " target="_blank">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them? Thanks!
| Best regards, |
| Alon Weinstein | | CEO |
| טלפקס: | | 077-5230225 | | נייד: | |
050-8846639 | | ציטוט Iman Khabazian: Thank you very much!
On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> wrote:
You would only need this code: var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load(); More info here: Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
_______________________________________________
osflash mailing list
osflash osflash.org">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com http://www.pranaframework.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-29 02:35:10 |
|
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
On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < lists herrodius.com">lists herrodius.com> 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 < mrchrisall en gmail.com" target="_blank">mrchrisallen gmail.com>:
Hey Christophe ,
First of all congratula tions 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 < alon  tapcki.com " target="_blank">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them? Thanks!
| Best regards, |
| Alon Weinstein | | CEO |
| טלפקס: | | 077-5230225 | | נייד: | |
050-8846639 | | ציטוט Iman Khabazian: Thank you very much!
On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> wrote:
You would only need this code: var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load(); More info here: Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
_______________________________________________
osflash mailing list
osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
osflash osflash.org">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-29 02:49:17 |
|
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 < imankh gmail.com">imankh gmail.com> 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
On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < lists herrodius.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">lists herrodius.com> 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 < mrchrisall en gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mrchrisallen gmail.com>:
Hey Christophe ,
First of all congratula tions 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,
pl ease 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 < alon  tapcki.com " target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them?
Thanks!
ציטוט Iman Khabazian: Thank you very much! On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">eecolor gmail.com> wrote:
You would only need this code:
var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete); applicationContext.load();
More info here: Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">imankh gmail.com> 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 osflash osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash.org">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-29 03:07:14 |
|
Thanks thats awesome!
On Tue, Apr 29, 2008 at 12:49 AM, EECOLOR < eecolor  gmail.com" >eecolor gmail.com> 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 ErikOn 4/29/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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
On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < lists herrodius.com" target="_blank">lists herrodius.com> 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 < mrchrisall en gmail.com" target="_blank">mrchrisallen gmail.com>:
Hey Christophe ,
First of all congratula tions 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,
p lease 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 < alon  tapcki.com " target="_blank">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them?
Thanks!
| Best regards,
| | Alon Weinstein | | CEO |
| טלפקס: |
| 077-5230225 | | נייד: |
| 050-8846639 |
|
ציטוט Iman Khabazian: Thank you very much! On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> wrote:
You would only need this code:
var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete); applicationContext.load();
More info here: Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
osflash osflash.org">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
|
| Re: Prana Framawork 0.5 Released |

|
2008-04-29 03:40:23 |
|
Can you please explain what is going on there exactly.
On Tue, Apr 29, 2008 at 1:07 AM, Iman Khabazian < imankh  gmail.com" >imankh gmail.com> wrote:
Thanks thats awesome!
On Tue, Apr 29, 2008 at 12:49 AM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> 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 ErikOn 4/29/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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
On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < lists herrodius.com" target="_blank">lists herrodius.com> 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 < mrchrisall en gmail.com" target="_blank">mrchrisallen gmail.com>:
Hey Christophe ,
First of all congratula tions 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 < alon  tapcki.com " target="_blank">alon tapcki.com>:
Great!&nbs p; Are the files available for download? if so, where can I find them?
Thanks!
| Best regards,
| | Alon Weinstein | | CEO |
| טלפקס: |
| 077-5230225 | | נייד: |
| 050-8846639 |
|
ציטוט Iman Khabazian: Thank you very much! On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolor  gmail.com" target="_blank">eecolor gmail.com> wrote:
You would only need this code:
var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml"); applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete); applicationContext.load();
More info here: Greetz Erik
On 4/21/08, Iman Khabazian < imankh gmail.com" target="_blank">imankh gmail.com> 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 osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
-- Christophe Herreman http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list osflash osflash.org" target="_blank">osflash osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
osflash osflash.org" target="_blank">osflash osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
|
|
|