Caching

1 view
Skip to first unread message

johnfallen

unread,
Aug 3, 2007, 11:57:38 AM8/3/07
to guasaxcoders
Hello group.

First: Thanks for Guasax, looks really slick.

I am a noob to Guasax and have, what i think might be a dumb question:
is there cashing going on some where? Do I need to update a setting
for "development" and "production"?

I as this question because of this: the sample applications run great,
but whenever I change anything and recompile I do not see any changes?
If I remove the Guasax framework code from the <mx:Application> tag,
recompile, then I can see the changes in code. But once I put the
framework code back in, the caching "issue" happens and nothing
changes after that. Am I missing something important?

I have Googled this, but cant find an answer.

Thanks for the help and I am very excited about Guasax.

John Allen

ablesa

unread,
Aug 3, 2007, 1:40:25 PM8/3/07
to guasaxcoders
Hi John, thansk for your words,
about your question, no, no there is any caching in guasax with this
behavior. I'm working with guasax everyday in several large projects
with a lot of changes and works fine.
I think the problem could be the browser, because sometimes when you
have an error in your guasax-conf.xml(for example, wrong package name
in a BO class for a component),
Flash player VM open a pop-up window with the error, but some browser
versions NO show this window. May be the popup browser configuration.
In any case, I recommend you to test your program with guasax in
several browsers (Firefox 2.0.0.x, IE 6.0, IE 7.0 , Opera 9.0). On the
other hand, Are you declare a Class var for each BO Class, in your
Main Application file?
For example, is you have two Bussiness Object( MyBussinessA, and
MyBussinessB) for your sample, include a line like this in your Main
Application file:

private var classForCompile:Array = [MyBussinessA,MyBussinessB];

I hope this info is helpful for resolve your problem, if you have any
other problem let me know.

johnfallen

unread,
Aug 3, 2007, 6:31:59 PM8/3/07
to guasaxcoders
Thanks for the reply, and I very much appreciate your help. Again,
Guasax looks super slick.

I am using the latest and greatest browsers and have disabled caching.

Simply: I cant even get the Alert function in HelloWorldBO to change
its text. Seems super weird, so I am sure it is a silly thing I am
missing. Silly noob! =?

I'll keep messing around.

Thanks again!

John Allen

Reply all
Reply to author
Forward
0 new messages