Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
Paul, Sorry for late reply. I'm using this for load testing.

 Thanks,

with Regards,
Jitendra Jain







From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Saturday, 25 October, 2008 9:28:27 PM
Subject: Re: [flexcoders] web compiler


 
Jitendra,
 
You've never really explained why you need this. 
Can you tell us?
 
Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Saturday, October 25, 2008 2:08  PM
Subject: Re: [flexcoders] web  compiler

Hey Guys, I solved  the problem of web compiler

Simply i have to add  my library source path in the flex-config files.


source-path
  path-elementuser_classes/path-element
   /source-path 


   Thanks,

with  Regards,
Jitendra  Jain

 





 From: Paul Andrews [EMAIL PROTECTED] com
To: [EMAIL PROTECTED] ups.com
Sent: Thursday, 23 October, 2008 2:05:52  PM
Subject: Re: [flexcoders]  web compiler


- Original Message - 
From: Michael  Schmalle 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 17, 2008 7:00 PM
Subject: Re: [flexcoders] web compiler

Ok, 

I had this in my plans to investigate in a couple months for my  server.

So is there something that caches swf on the first run, then only  recompiles 
when the mxml has changed?

Where did I hear that? This is in my head from a year or two ago.
 
It was basically how Flex 1.5 
worked.


Mike

 
snip

 Connect with friends all over the world. Get  Yahoo! India Messenger.  


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
Jitendra,

What specifically is it about dynamic compilation that makes this so useful in 
this kind of application?

I'm struggling to get the point!

Paul
  - Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 31, 2008 7:35 AM
  Subject: Re: [flexcoders] web compiler


  Paul, Sorry for late reply. I'm using this for load testing.


  Thanks,

  with Regards,
  Jitendra Jain







--
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Saturday, 25 October, 2008 9:28:27 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra,

  You've never really explained why you need this. Can you tell us?

  Paul

Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
Paul this link will help you 

http://labs.adobe.com/wiki/index.php/Flex_Stress_Testing_Framework
 Thanks,

with Regards,
Jitendra Jain






From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, 31 October, 2008 2:54:05 PM
Subject: Re: [flexcoders] web compiler


 
Jitendra,
 
What specifically is it about dynamic compilation that makes this so useful in 
this kind of application?
 
I'm struggling to get the point!
 
Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 7:35 AM
Subject: Re: [flexcoders] web compiler

Paul, Sorry for late reply. I'm using this for load testing.

Thanks,

with Regards,
Jitendra Jain







From: Paul Andrews [EMAIL PROTECTED] com
To: [EMAIL PROTECTED] ups.com
Sent: Saturday, 25 October, 2008 9:28:27 PM
Subject: Re: [flexcoders] web compiler


 
Jitendra,
 
You've never really explained why you need this. Can you tell us?
 
Paul 


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
Thanks Jitendra.

It's not an article I'd looked at. I'm really still quite surprised that Adobes 
test setup  uses dynamically compiled mxml rather than just precompiled swfs, 
but I suppose there's a reason.

Paul
  - Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 31, 2008 9:36 AM
  Subject: Re: [flexcoders] web compiler


  Paul this link will help you 

  http://labs.adobe.com/wiki/index.php/Flex_Stress_Testing_Framework
   
  Thanks,

  with Regards,
  Jitendra Jain






--
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Friday, 31 October, 2008 2:54:05 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra,

  What specifically is it about dynamic compilation that makes this so useful 
in this kind of application?

  I'm struggling to get the point!

  Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 7:35 AM
Subject: Re: [flexcoders] web compiler


Paul, Sorry for late reply. I'm using this for load testing.


Thanks,

with Regards,
Jitendra Jain








From: Paul Andrews [EMAIL PROTECTED] com
To: [EMAIL PROTECTED] ups.com
Sent: Saturday, 25 October, 2008 9:28:27 PM
Subject: Re: [flexcoders] web compiler


 

Jitendra,

You've never really explained why you need this. Can you tell us?

Paul


--
  Connect with friends all over the world. Get Yahoo! India Messenger.  

Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
The constructor for the LCDSTestManager class takes a String that
uniquely identifies the application/browser instance. When the Test
Admin application calls the browser server, it passes the URL of the
MXML test application to the browser server. The Test Admin application
also passes a unique ID that identifies the application instance as a
request parameter at the end of the URL. The following URL is an
example of a URL passed to the browser server: 

http://localhost:8400/lcds/DSStress/samples/simpleLoadTest.mxml?id=localhost:(0)

 
When the web browser loads the MXML test application, the
request parameter id is passed into the compiled SWF file and can be
found on the Application.application.parameters Object. The ID is
retrieved from Application.application.parameters.id and then passed in
the constructor for the LCDSTestManager. 
 Thanks,

with Regards,
Jitendra Jain







From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, 31 October, 2008 4:42:46 PM
Subject: Re: [flexcoders] web compiler


 
Thanks Jitendra.
 
It's not an article I'd looked at. I'm really still 
quite surprised that Adobes test setup  uses dynamically compiled mxml 
rather than just precompiled swfs, but I suppose there's a reason.
 
Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 9:36  AM
Subject: Re: [flexcoders] web  compiler

Paul this link will help you 
 
http://labs. adobe.com/ wiki/index. php/Flex_ Stress_Testing_ Framework
 Thanks,

with  Regards,
Jitendra  Jain






 From: Paul Andrews [EMAIL PROTECTED] .com
To: [EMAIL PROTECTED] ups.com
Sent: Friday, 31 October, 2008 2:54:05  PM
Subject: Re: [flexcoders]  web compiler


 
Jitendra,
 
What specifically is it about dynamic compilation  that makes this so useful in 
this kind of application?
 
I'm struggling to get the point!
 
Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 7:35  AM
Subject: Re: [flexcoders] web  compiler

Paul,  Sorry for late reply. I'm using this for load testing.

 Thanks,

with  Regards,
Jitendra  Jain

 





 From: Paul Andrews [EMAIL PROTECTED] com
To: [EMAIL PROTECTED]  ups.com
Sent: Saturday,  25 October, 2008 9:28:27 PM
Subject: Re: [flexcoders] web  compiler


 
Jitendra,
 
You've never really explained why you need  this. Can you tell us?
 
Paul

 Connect with friends all over the world. Get  Yahoo! India Messenger.  


  Check out the all-new face of Yahoo! India. Go to http://in.yahoo.com/

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
- Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 31, 2008 1:26 PM
  Subject: Re: [flexcoders] web compiler


  The constructor for the LCDSTestManager class takes a String that uniquely 
identifies the application/browser instance. When the Test Admin application 
calls the browser server, it passes the URL of the MXML test application to the 
browser server. The Test Admin application also passes a unique ID that 
identifies the application instance as a request parameter at the end of the 
URL. The following URL is an example of a URL passed to the browser server: 




  
http://localhost:8400/lcds/DSStress/samples/simpleLoadTest.mxml?id=localhost:(0)







  When the web browser loads the MXML test application, the request parameter 
id is passed into the compiled SWF file and can be found on the 
Application.application.parameters Object. The ID is retrieved from 
Application.application.parameters.id and then passed in the constructor for 
the LCDSTestManager.



Why couldn't this just be acheived using a pre-compiled swf?


  Thanks,

  with Regards,
  Jitendra Jain







--
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Friday, 31 October, 2008 4:42:46 PM
  Subject: Re: [flexcoders] web compiler


   

  Thanks Jitendra.

  It's not an article I'd looked at. I'm really still quite surprised that 
Adobes test setup  uses dynamically compiled mxml rather than just precompiled 
swfs, but I suppose there's a reason.

  Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 9:36 AM
Subject: Re: [flexcoders] web compiler


Paul this link will help you 

http://labs. adobe.com/ wiki/index. php/Flex_ Stress_Testing_ Framework
 
Thanks,

with Regards,
Jitendra Jain







From: Paul Andrews [EMAIL PROTECTED] .com
To: [EMAIL PROTECTED] ups.com
Sent: Friday, 31 October, 2008 2:54:05 PM
Subject: Re: [flexcoders] web compiler


 

Jitendra,

What specifically is it about dynamic compilation that makes this so useful 
in this kind of application?

I'm struggling to get the point!

Paul
  - Original Message - 
  From: jitendra jain 
  To: [EMAIL PROTECTED] ups.com 
  Sent: Friday, October 31, 2008 7:35 AM
  Subject: Re: [flexcoders] web compiler


  Paul, Sorry for late reply. I'm using this for load testing..


  Thanks,

  with Regards,
  Jitendra Jain







--
  From: Paul Andrews [EMAIL PROTECTED] com
  To: [EMAIL PROTECTED] ups.com
  Sent: Saturday, 25 October, 2008 9:28:27 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra,

  You've never really explained why you need this. Can you tell us?

  Paul



Connect with friends all over the world. Get Yahoo! India Messenger. 


--
  Add more friends to your messenger and enjoy! Invite them now..  

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
- Original Message - 
  From: Paul Andrews 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 31, 2008 1:37 PM
  Subject: Re: [flexcoders] web compiler


   
  - Original Message - 
From: jitendra jain 
To: flexcoders@yahoogroups.com 
Sent: Friday, October 31, 2008 1:26 PM
Subject: Re: [flexcoders] web compiler


The constructor for the LCDSTestManager class takes a String that uniquely 
identifies the application/browser instance. When the Test Admin application 
calls the browser server, it passes the URL of the MXML test application to the 
browser server. The Test Admin application also passes a unique ID that 
identifies the application instance as a request parameter at the end of the 
URL. The following URL is an example of a URL passed to the browser server: 





http://localhost:8400/lcds/DSStress/samples/simpleLoadTest.mxml?id=localhost:(0)







When the web browser loads the MXML test application, the request parameter 
id is passed into the compiled SWF file and can be found on the 
Application.application.parameters Object. The ID is retrieved from 
Application.application.parameters.id and then passed in the constructor for 
the LCDSTestManager.



  Why couldn't this just be acheived using a pre-compiled swf?

I suppose it's just a convenience setup for a server environment that may not 
have standard flash build environment in place. I think I've probably flogged 
this horse enough now.

Thanks Jitendra.

Paul


Thanks,

with Regards,
Jitendra Jain








From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, 31 October, 2008 4:42:46 PM
Subject: Re: [flexcoders] web compiler


 

Thanks Jitendra.

It's not an article I'd looked at. I'm really still quite surprised that 
Adobes test setup  uses dynamically compiled mxml rather than just precompiled 
swfs, but I suppose there's a reason.

Paul
  - Original Message - 
  From: jitendra jain 
  To: [EMAIL PROTECTED] ups.com 
  Sent: Friday, October 31, 2008 9:36 AM
  Subject: Re: [flexcoders] web compiler


  Paul this link will help you 

  http://labs. adobe.com/ wiki/index. php/Flex_ Stress_Testing_ Framework
   
  Thanks,

  with Regards,
  Jitendra Jain






--
  From: Paul Andrews [EMAIL PROTECTED] .com
  To: [EMAIL PROTECTED] ups.com
  Sent: Friday, 31 October, 2008 2:54:05 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra,

  What specifically is it about dynamic compilation that makes this so 
useful in this kind of application?

  I'm struggling to get the point!

  Paul
- Original Message - 
From: jitendra jain 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 31, 2008 7:35 AM
Subject: Re: [flexcoders] web compiler


Paul, Sorry for late reply. I'm using this for load testing..


Thanks,

with Regards,
Jitendra Jain








From: Paul Andrews [EMAIL PROTECTED] com
To: [EMAIL PROTECTED] ups.com
Sent: Saturday, 25 October, 2008 9:28:27 PM
Subject: Re: [flexcoders] web compiler


 

Jitendra,

You've never really explained why you need this. Can you tell us?

Paul


--
  Connect with friends all over the world. Get Yahoo! India Messenger. 



Add more friends to your messenger and enjoy! Invite them now.. 

Re: [flexcoders] web compiler

2008-10-25 Thread jitendra jain
Hey Guys, I solved the problem of web compiler

Simply i have to add my library source path in the flex-config files.


source-path
 path-elementuser_classes/path-element
  /source-path 


   Thanks,

with Regards,
Jitendra Jain







From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, 23 October, 2008 2:05:52 PM
Subject: Re: [flexcoders] web compiler


- Original Message - 
From: Michael  Schmalle 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 17, 2008 7:00  PM
Subject: Re: [flexcoders] web  compiler

Ok, 

I had this in my plans to investigate in a couple months for my  server.

So is there something that caches swf on the first run, then only  recompiles 
when the mxml has changed?

Where did I hear that? This is in my head from a year or two ago.
 
It was basically how Flex 1.5 worked.


Mike

 
snip


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [flexcoders] web compiler

2008-10-25 Thread Paul Andrews
Jitendra,

You've never really explained why you need this. Can you tell us?

Paul
  - Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, October 25, 2008 2:08 PM
  Subject: Re: [flexcoders] web compiler


  Hey Guys, I solved the problem of web compiler

  Simply i have to add my library source path in the flex-config files.


  source-path
   path-elementuser_classes/path-element
/source-path 


 Thanks,

  with Regards,
  Jitendra Jain







--
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Thursday, 23 October, 2008 2:05:52 PM
  Subject: Re: [flexcoders] web compiler



  - Original Message - 
From: Michael Schmalle 
To: [EMAIL PROTECTED] ups.com 
Sent: Friday, October 17, 2008 7:00 PM
Subject: Re: [flexcoders] web compiler


Ok, 


I had this in my plans to investigate in a couple months for my server.


So is there something that caches swf on the first run, then only 
recompiles when the mxml has changed?


Where did I hear that? This is in my head from a year or two ago.

  It was basically how Flex 1.5 worked.


Mike


  snip


--
  Connect with friends all over the world. Get Yahoo! India Messenger.  

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - 
  From: jitendra jain 
  To: flex group flex 
  Sent: Thursday, October 23, 2008 8:15 AM
  Subject: [flexcoders] web compiler


  Iam using Flex 3 and I have configured webtier.war for my application . My 
application works fine if I use main.html or main..swf. But when I use main.mxml
  it shows Type was not found or was not a compile time constant.

  I have configure my build path to the file to which it was pointing. Please 
help

I'm not sure why you've started a second thread when we were having the same 
discussion a few days back.

I have never tried to set up Flex to run in this kind of configuration (and I 
doubt many people here would) so I can't really help.

I'm curious though, why you need to access the mxml files for dynamic 
compilation at all?

Paul



  Thanks,

  with Regards,
  Jitendra Jain

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - 
  From: Michael Schmalle 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 17, 2008 7:00 PM
  Subject: Re: [flexcoders] web compiler


  Ok,


  I had this in my plans to investigate in a couple months for my server.


  So is there something that caches swf on the first run, then only recompiles 
when the mxml has changed?


  Where did I hear that? This is in my head from a year or two ago.

It was basically how Flex 1.5 worked.


  Mike


snip

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
Jitendra, what version of Flex is this? Flex 2  or 3 doesn't compile .mxml 
files 'on the fly' from a browser.

If you are using Flex 2 or 3, why are ou trying to 'run' .mxml files in a 
browser?

Paul
  - Original Message - 
  From: jitendra jain 
  To: flex group flex 
  Sent: Friday, October 17, 2008 8:23 AM
  Subject: [flexcoders] web compiler


  Hi coders,

  My application compiles well and run if i use the generated main.swf or 
main.html.
  But when i run the application with main.mxml in the browser, it throws
  Type was not found or a comile-time error... 

  Thanks,

  with Regards,
  Jitendra Jain





  Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php  

Re: [flexcoders] web compiler

2008-10-17 Thread jitendra jain
Paul, its Flex 3.

 Thanks,

with Regards,
Jitendra Jain




- Original Message 
From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, 17 October, 2008 1:21:03 PM
Subject: Re: [flexcoders] web compiler


 
Jitendra, what version 
of Flex is this? Flex 2  or 3 doesn't compile .mxml files 'on the fly' from 
a browser.
 
If you are using Flex 
2 or 3, why are ou trying to 'run' .mxml files in a browser?
 
Paul
- Original Message - 
From: jitendra jain 
To: flex group flex 
Sent: Friday, October 17, 2008 8:23  AM
Subject: [flexcoders] web compiler

Hi  coders,

My application compiles well and run if i use the generated  main.swf or 
main.html.
But when i run the application with main.mxml in the  browser, it throws
Type was not found or a comile-time error... 

Thanks,

with  Regards,
Jitendra  Jain

 

Send free SMS to your Friends on Mobile from your  Yahoo! Messenger. Download 
Now! http://messenger. yahoo.com/ download. php  

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
So the question remains - why are you trying to open .mxml files in a browser?

Paul
  - Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 17, 2008 9:42 AM
  Subject: Re: [flexcoders] web compiler


  Paul, its Flex 3.


  Thanks,

  with Regards,
  Jitendra Jain




  - Original Message 
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Friday, 17 October, 2008 1:21:03 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra, what version of Flex is this? Flex 2  or 3 doesn't compile .mxml 
files 'on the fly' from a browser.

  If you are using Flex 2 or 3, why are ou trying to 'run' .mxml files in a 
browser?

  Paul
- Original Message - 
From: jitendra jain 
To: flex group flex 
Sent: Friday, October 17, 2008 8:23 AM
Subject: [flexcoders] web compiler


Hi coders,

My application compiles well and run if i use the generated main.swf or 
main.html.
But when i run the application with main.mxml in the browser, it throws
Type was not found or a comile-time error 

Thanks,

with Regards,
Jitendra Jain





Send free SMS to your Friends on Mobile from your Yahoo! Messenger. 
Download Now! http://messenger. yahoo.com/ download. php 

  Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php  

Re: [flexcoders] web compiler

2008-10-17 Thread jitendra jain
I want to do some load testing and that's why iam using .mxml files. Its Flex 
3.1

 Thanks,

with Regards,
Jitendra Jain





- Original Message 
From: Paul Andrews [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, 17 October, 2008 1:21:03 PM
Subject: Re: [flexcoders] web compiler


 
Jitendra, what version 
of Flex is this? Flex 2  or 3 doesn't compile .mxml files 'on the fly' from 
a browser.
 
If you are using Flex 
2 or 3, why are ou trying to 'run' .mxml files in a browser?
 
Paul
- Original Message - 
From: jitendra jain 
To: flex group flex 
Sent: Friday, October 17, 2008 8:23  AM
Subject: [flexcoders] web compiler

Hi  coders,

My application compiles well and run if i use the generated  main.swf or 
main.html.
But when i run the application with main.mxml in the  browser, it throws
Type was not found or a comile-time error... 

Thanks,

with  Regards,
Jitendra  Jain

 

Send free SMS to your Friends on Mobile from your  Yahoo! Messenger. Download 
Now! http://messenger. yahoo.com/ download. php  


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
- Original Message - 
  From: jitendra jain 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 17, 2008 10:28 AM
  Subject: Re: [flexcoders] web compiler


  I want to do some load testing and that's why iam using .mxml files. Its Flex 
3.1

Flex compiles .mxml files into classes and ultimately a .swf file. Out of the 
box Flex 3 doesn't support dynamic compilation from a web browser, so how is 
that set up?

I don't really understand what trying to run mxml files through a browser has 
to do with load testing.

Paul
  Thanks,

  with Regards,
  Jitendra Jain






  - Original Message 
  From: Paul Andrews [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Friday, 17 October, 2008 1:21:03 PM
  Subject: Re: [flexcoders] web compiler


   

  Jitendra, what version of Flex is this? Flex 2  or 3 doesn't compile .mxml 
files 'on the fly' from a browser.

  If you are using Flex 2 or 3, why are ou trying to 'run' .mxml files in a 
browser?

  Paul
- Original Message - 
From: jitendra jain 
To: flex group flex 
Sent: Friday, October 17, 2008 8:23 AM
Subject: [flexcoders] web compiler


Hi coders,

My application compiles well and run if i use the generated main.swf or 
main.html.
But when i run the application with main.mxml in the browser, it throws
Type was not found or a comile-time error... 

Thanks,

with Regards,
Jitendra Jain





Send free SMS to your Friends on Mobile from your Yahoo! Messenger. 
Download Now! http://messenger. yahoo.com/ download. php 


--
  Explore your hobbies and interests. Click here to begin.  

Re: [flexcoders] web compiler

2008-10-17 Thread Tom Chiverton
On Friday 17 Oct 2008, jitendra jain wrote:
 I want to do some load testing and that's why iam using .mxml files. 

But you'll only do the compile once for each release, not once for each 
request... it can't be as important as the calls that application actually 
makes.

-- 
Tom Chiverton
Helping to paradigmatically morph B2C fourth-generation methodologies





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [flexcoders] web compiler

2008-10-17 Thread Matt Chotin
We have a web compiler available for Apache, IIS, and J2EE.  They're only meant 
for dev-time, not production, but I'd imagine that's what's being used.  You 
need to make sure that they're set up with the same config as Flex Builder.

Matt


On 10/17/08 4:07 AM, Tom Chiverton [EMAIL PROTECTED] wrote:

On Friday 17 Oct 2008, jitendra jain wrote:
 I want to do some load testing and that's why iam using .mxml files.

But you'll only do the compile once for each release, not once for each
request... it can't be as important as the calls that application actually
makes.

--
Tom Chiverton
Helping to paradigmatically morph B2C fourth-generation methodologies





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links






Re: [flexcoders] web compiler

2008-10-17 Thread Michael Schmalle
Matt,
 They're only meant for dev-time, not production,

What do you mean by that? I thought you could use them to compile are you
saying they are buggy or not completely implemented?

Mike

On Fri, Oct 17, 2008 at 12:26 PM, Matt Chotin [EMAIL PROTECTED] wrote:

   We have a web compiler available for Apache, IIS, and J2EE. They're only
 meant for dev-time, not production, but I'd imagine that's what's being
 used. You need to make sure that they're set up with the same config as Flex
 Builder.

 Matt


 On 10/17/08 4:07 AM, Tom Chiverton [EMAIL 
 PROTECTED]tom.chiverton%40halliwells.com
 wrote:

 On Friday 17 Oct 2008, jitendra jain wrote:
  I want to do some load testing and that's why iam using .mxml files.

 But you'll only do the compile once for each release, not once for each
 request... it can't be as important as the calls that application actually
 makes.

 --
 Tom Chiverton
 Helping to paradigmatically morph B2C fourth-generation methodologies

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list
 of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP. Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged. If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents. If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links

  




-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
If there isn't a mechanism for caching the compilation result (user requests 
mxml, but actually gets html/swf), performance in a production environment 
would be appaling. That wouldn't matter for development.
  - Original Message - 
  From: Michael Schmalle 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, October 17, 2008 5:57 PM
  Subject: Re: [flexcoders] web compiler


  Matt,


   They're only meant for dev-time, not production, 


  What do you mean by that? I thought you could use them to compile are you 
saying they are buggy or not completely implemented?


  Mike


  On Fri, Oct 17, 2008 at 12:26 PM, Matt Chotin [EMAIL PROTECTED] wrote:

We have a web compiler available for Apache, IIS, and J2EE. They're only 
meant for dev-time, not production, but I'd imagine that's what's being used. 
You need to make sure that they're set up with the same config as Flex Builder.

Matt



On 10/17/08 4:07 AM, Tom Chiverton [EMAIL PROTECTED] wrote:

On Friday 17 Oct 2008, jitendra jain wrote:
 I want to do some load testing and that's why iam using .mxml files.

But you'll only do the compile once for each release, not once for each
request... it can't be as important as the calls that application actually
makes.

--
Tom Chiverton
Helping to paradigmatically morph B2C fourth-generation methodologies



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office. Any reference to 
a partner in relation to Halliwells LLP means a member of Halliwells LLP. 
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and 
may be confidential or legally privileged. If you are not the addressee you 
must not read it and must not use any information contained in nor copy it nor 
inform any person other than Halliwells LLP or the addressee of its existence 
or contents. If you have received this email in error please delete it and 
notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links






  -- 
  Teoti Graphix, LLC
  http://www.teotigraphix.com

  Teoti Graphix Blog
  http://www.blog.teotigraphix.com

  You can find more by solving the problem then by 'asking the question'.

   

Re: [flexcoders] web compiler

2008-10-17 Thread Michael Schmalle
Ok,
I had this in my plans to investigate in a couple months for my server.

So is there something that caches swf on the first run, then only recompiles
when the mxml has changed?

Where did I hear that? This is in my head from a year or two ago.

Mike

On Fri, Oct 17, 2008 at 1:46 PM, Paul Andrews [EMAIL PROTECTED] wrote:

If there isn't a mechanism for caching the compilation result (user
 requests mxml, but actually gets html/swf), performance in a production
 environment would be appaling. That wouldn't matter for development.

 - Original Message -
 *From:* Michael Schmalle [EMAIL PROTECTED]
 *To:* flexcoders@yahoogroups.com
 *Sent:* Friday, October 17, 2008 5:57 PM
 *Subject:* Re: [flexcoders] web compiler

 Matt,
  They're only meant for dev-time, not production,

 What do you mean by that? I thought you could use them to compile are you
 saying they are buggy or not completely implemented?

 Mike

 On Fri, Oct 17, 2008 at 12:26 PM, Matt Chotin [EMAIL PROTECTED] wrote:

   We have a web compiler available for Apache, IIS, and J2EE. They're
 only meant for dev-time, not production, but I'd imagine that's what's being
 used. You need to make sure that they're set up with the same config as Flex
 Builder.

 Matt


 On 10/17/08 4:07 AM, Tom Chiverton [EMAIL 
 PROTECTED]tom.chiverton%40halliwells.com
 wrote:

 On Friday 17 Oct 2008, jitendra jain wrote:
  I want to do some load testing and that's why iam using .mxml files.

 But you'll only do the compile once for each release, not once for each
 request... it can't be as important as the calls that application actually
 makes.

 --
 Tom Chiverton
 Helping to paradigmatically morph B2C fourth-generation methodologies

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England
 and Wales under registered number OC307980 whose registered office address
 is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.
 A list of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP. Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged. If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents. If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links




 --
 Teoti Graphix, LLC
 http://www.teotigraphix.com

 Teoti Graphix Blog
 http://www.blog.teotigraphix.com

 You can find more by solving the problem then by 'asking the question'.

  




-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] web compiler

2008-10-17 Thread Matt Chotin
The J2EE web compiler does this, the Apache/IIS ones don't.

In general we don't think that the web compilers get enough use to warrant our 
full-blown investment.  We're going to make sure that the source is available 
(should be in a few weeks for Apache/IIS and J2EE is already in Subversion), 
and we will do some amount of upgrading of the J2EE one.  But we probably won't 
expand the feature-set, and we will never consider them fully tested or 
performant enough to recommend for a production system.

Matt


On 10/17/08 11:00 AM, Michael Schmalle [EMAIL PROTECTED] wrote:




Ok,

I had this in my plans to investigate in a couple months for my server.

So is there something that caches swf on the first run, then only recompiles 
when the mxml has changed?

Where did I hear that? This is in my head from a year or two ago.

Mike

On Fri, Oct 17, 2008 at 1:46 PM, Paul Andrews [EMAIL PROTECTED] wrote:



If there isn't a mechanism for caching the compilation result (user requests 
mxml, but actually gets html/swf), performance in a production environment 
would be appaling. That wouldn't matter for development.

- Original Message -

From:  Michael  Schmalle mailto:[EMAIL PROTECTED]

To: flexcoders@yahoogroups.com

Sent: Friday, October 17, 2008 5:57  PM

Subject: Re: [flexcoders] web  compiler



Matt,


 They're only meant for dev-time, not  production,



What do  you mean by that? I thought you could use them to compile are you 
saying they  are buggy or not completely implemented?



Mike


On Fri, Oct 17, 2008 at 12:26 PM, Matt Chotin [EMAIL PROTECTED] wrote:







We have a web compiler available for Apache, IIS, and J2EE. They're only  meant 
for dev-time, not production, but I'd imagine that's what's being  used. You 
need to make sure that they're set up with the same config as Flex  Builder.

Matt



On 10/17/08 4:07 AM, Tom Chiverton [EMAIL PROTECTED] 
mailto:tom.chiverton%40halliwells.com  wrote:

On Friday  17 Oct 2008, jitendra jain wrote:
 I want to do some load testing and  that's why iam using .mxml files.

But you'll only do the compile once  for each release, not once for each
request... it can't be as important  as the calls that application actually
makes.

--
Tom  Chiverton
Helping to paradigmatically morph B2C fourth-generation  methodologies



This  email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is  a limited liability partnership registered in England and 
Wales under  registered number OC307980 whose registered office address is at 
Halliwells  LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list 
of members  is available for inspection at the registered office. Any reference 
to a  partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation  Authority.

CONFIDENTIALITY

This email is intended only for the  use of the addressee named above and may 
be confidential or legally  privileged. If you are not the addressee you must 
not read it and must not  use any information contained in nor copy it nor 
inform any person other  than Halliwells LLP or the addressee of its existence 
or contents. If you  have received this email in error please delete it and 
notify Halliwells LLP  IT Department on 0870 365 2500.

For more information about Halliwells  LLP visit www.halliwells.com 
http://www.halliwells.com .



--
Flexcoders  Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative  FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search  Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!  Groups Links






--
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti  Graphix Blog
http://www.blog.teotigraphix.com

You  can find more by solving the problem then by 'asking the  question'.