List Info

Thread: Prana Framawork 0.5 Released




Prana Framawork 0.5 Released
user name
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
user name
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
 

--

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Mon, Apr 21, 2008 at 4:39 AM, Christophe Herreman < listsherrodius.com">listsherrodius.com> wrote:
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

_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


Re: Prana Framawork 0.5 Released
user name
2008-04-23 01:34:02
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here:

http://www.herrodius.com/blog/145


Greetz Erik


On 4/21/08, Iman Khabazian < imankhgmail.com">imankhgmail.com> wrote:
Christophe,
 ;
This is a very nice framework you have. ; Looks like you have done a lot of great work.
&nbsp;
I noticed you the extended PureMVC Single core version, any plans of doing the multi-core version as well?
&nbsp;
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?
&nbsp;
Thanks,
Iman
 

--

Re: Prana Framawork 0.5 Released
user name
2008-04-23 02:24:32
Thank you very much!
&nbsp;

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.com> wrote:
Christophe,
&nbsp;
This is a very nice framework you have. ; Looks like you have done a lot of great work.
&nbsp;
I noticed you the extended PureMVC Single core version, any plans of doing the multi-core version as well?
&nbsp;
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
&nbsp;

--


_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


Re: Prana Framawork 0.5 Released
country flaguser name
United States
2008-04-24 17:49:58
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 < alontapcki.com">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
 

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.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 < imankhgmail.com" target="_blank">imankhgmail.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
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org

Re: Prana Framawork 0.5 Released
user name
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 < mrchrisallengmail.com">mrchrisallengmail.com>:
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 < alontapcki.com" target="_blank">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
 

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.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
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________

osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.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
user name
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?&nbsp; 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

imanitimanit.com">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < listsherrodius.com">listsherrodius.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 < mrchrisallengmail.com" target="_blank">mrchrisallengmail.com>:

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 < alontapcki.com" target="_blank">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
 

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.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
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________

osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


Re: Prana Framawork 0.5 Released
user name
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(&quot;mx.resources::IResourceManager",
 &nbsp; Class(getDefinitionByName("mx.resources::ResourceManagerImpl&quot;)));
ResourceManagerImpl;



Greetz Erik

On 4/29/08, Iman Khabazian < imankhgmail.com">imankhgmail.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?&nbsp; 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

imanitimanit.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < listsherrodius.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">listsherrodius.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 < mrchrisallengmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mrchrisallengmail.com>:

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 < alontapcki.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
&nbsp;

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">imankhgmail.com> wrote:
Christophe,
 
This is a very nice framework you have. ; Looks like you have done a lot of great work.
&nbsp;
I noticed you the extended PureMVC Single core version, any plans of doing the multi-core version as well?
&nbsp;
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?
&nbsp;
Thanks,
Iman
&nbsp;

--


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________

osflash mailing list
osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________
osflash mailing list
osflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


Re: Prana Framawork 0.5 Released
user name
2008-04-29 03:07:14
Thanks thats awesome!

On Tue, Apr 29, 2008 at 12:49 AM, EECOLOR < eecolorgmail.com">eecolorgmail.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(&quot;mx.resources::IResourceManager",
 &nbsp; Class(getDefinitionByName("mx.resources::ResourceManagerImpl&quot;)));
ResourceManagerImpl;



Greetz Erik


On 4/29/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.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?&nbsp; 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

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < listsherrodius.com" target="_blank">listsherrodius.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 < mrchrisallengmail.com" target="_blank">mrchrisallengmail.com>:

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 < alontapcki.com" target="_blank">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
&nbsp;

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.com> wrote:
Christophe,
 ;
This is a very nice framework you have. ; Looks like you have done a lot of great work.
&nbsp;
I noticed you the extended PureMVC Single core version, any plans of doing the multi-core version as well?
&nbsp;
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?
&nbsp;
Thanks,
Iman
 

--


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________

osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________
osflash mailing list
osflashosflash.org">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


Re: Prana Framawork 0.5 Released
user name
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 < imankhgmail.com">imankhgmail.com> wrote:
Thanks thats awesome!


On Tue, Apr 29, 2008 at 12:49 AM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.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(&quot;mx.resources::IResourceManager",
 &nbsp; Class(getDefinitionByName("mx.resources::ResourceManagerImpl&quot;)));
ResourceManagerImpl;



Greetz Erik


On 4/29/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.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?&nbsp; 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

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Fri, Apr 25, 2008 at 3:05 AM, Christophe Herreman < listsherrodius.com" target="_blank">listsherrodius.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 < mrchrisallengmail.com" target="_blank">mrchrisallengmail.com>:

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 < alontapcki.com" target="_blank">alontapcki.com>:
Great!&nbsp; Are the files available for download?&nbsp; if so, where can I find them?

Thanks!

Best regards,
Alon Weinstein
CEO

טלפקס:
077-5230225
נייד:
050-8846639

alontapcki.com" target="_blank">alontapcki.com
www.tapcki.com



ציטוט Iman Khabazian:
Thank you very much!
&nbsp;

-------------------------------

Iman Khabazian

Managing Director, iMAN IT

imanitimanit.com" target="_blank">imanitimanit.com

www.imanit.com

www.scuge.com

www.imanit.com/blog



On Tue, Apr 22, 2008 at 11:34 PM, EECOLOR < eecolorgmail.com" target="_blank">eecolorgmail.com> wrote:
You would only need this code:

var applicationContext:XMLApplicationContext = new XMLApplicationContext("applicationContext.xml&quot;);
applicationContext.addEventListener(Event.COMPLETE, onApplicationContextComplete);
applicationContext.load();


More info here: Greetz Erik



On 4/21/08, Iman Khabazian < imankhgmail.com" target="_blank">imankhgmail.com> wrote:
Christophe,
&nbsp;
This is a very nice framework you have. ; Looks like you have done a lot of great work.
&nbsp;
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
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________ osflash mailing list osflashosflash.org" target="_blank">osflashosflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org _______________________________________________

osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



_______________________________________________
osflash mailing list
osflashosflash.org" target="_blank">osflashosflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org



[1-10] [11-12]

about | contact  Other archives ( Real Estate discussion Medical topics )