Re: [flexcoders] Eclipse and flex setup questions

2009-07-15 Thread Tom Chiverton
On Tuesday 14 Jul 2009, Howard Fore wrote: Tom, what does XSD4MXML do? The info on the Google Code page doesn't make it clear how it relates to code hinting. It makes a file you can load into the Eclipse WTP XML editor to give insight on MXML files. -- Helping to dynamically grow turn-key

Re: [flexcoders] Eclipse and flex setup questions

2009-07-14 Thread Tom Chiverton
On Tuesday 07 Jul 2009, vladakg85 wrote: 1) What is better to use for build code with ANT or without ANT? Without, to start with. It's less to learn or have break. 2) Is there any way to add code hint (Ctrl + Space) while coding AS3 class or MXML file inside eclipse? XSD4MXML from Google

Re: [flexcoders] Eclipse and flex setup questions

2009-07-14 Thread Howard Fore
Tom, what does XSD4MXML do? The info on the Google Code page doesn't make it clear how it relates to code hinting. -- Howard Fore, howard.f...@hofo.com The worthwhile problems are the ones you can really solve or help solve, the ones you can really contribute something to. ... No problem is too

[flexcoders] Eclipse and flex setup questions

2009-07-07 Thread vladakg85
I connected flex 3 sdk and eclipse classic eclipse-jee-galileo-win32, now: 1) What is better to use for build code with ANT or without ANT? 2) Is there any way to add code hint (Ctrl + Space) while coding AS3 class or MXML file inside eclipse? 3) For code colors, is there some better way than

[flexcoders] Re: Flex Setup on Tomcat

2005-11-09 Thread Dave Wolf
It is dead simple. Just drop flex.war into the webapps directory and boot tomcat. Thats it. Done. Now you can drop your mxml files in place into the flex webapp. If you have remote objects/java classes, drop them into WEB-INF/classes or WEB-INF/lib for jars. -- Dave Wolf Cynergy Systems,

[flexcoders] Re: Flex Setup on Tomcat

2005-11-09 Thread Dave Wolf
Do you not have the class files under the same webapp? You had a virtual mapping to another location which was mapped onto say /classes webapp? Is that what you are saying? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL

RE: [flexcoders] Flex Setup on Tomcat

2005-11-09 Thread Mink, Joseph
PROTECTED] On Behalf Of gradykellydesignSent: Wednesday, November 09, 2005 10:57 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex Setup on Tomcat Trying to find some good documentation on getting flex apps running onTomcat. I need help in setting up classpaths/mappings for ourspecific

[flexcoders] Re: Flex Setup on Tomcat

2005-11-09 Thread gradykellydesign
That worked. We figured out afterwards that we were mapping things in our development enviornment that we did not need to map in our pre-production enviornment. Silly us. Thanks for all the help! Grady --- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote: You mxml

[flexcoders] Proof of Concept - (help with Flex Setup)

2005-03-31 Thread Libby Chantel
I am writing a Flex proof of concept app that accesses existing Java programs on the back end. When we did our Flash app, the developers wrote the flash code on their local machines and when testing made their calls to the remote java server without deploying any flash code. I am having trouble

RE: [flexcoders] Proof of Concept - (help with Flex Setup)

2005-03-31 Thread Ben Elmore
, March 31, 2005 2:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Proof of Concept - (help with Flex Setup) I am writing a Flex proof of concept app that accesses existing Java programs on the back end. When we did our Flash app, the developers wrote the flash code on their local

Flex setup

2005-03-05 Thread viraf_bankwalla
Hi, I am experimenting with flex and have an application that will be requesting for services (HTTP Service) from a J2EE application. I would prefer not to bundle the flex jars, filters etc in the EAR I provide to the client. My understanding is that I can compile flex files into SWF. Is

RE: [flexcoders] Flex setup

2005-03-05 Thread Dimitrios Gianninas
ommon/html/wwhelp.htm?href=""> Jimmy Gianninas Software Developer - Optimal Payments Inc. From: viraf_bankwalla [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 1:30 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex setup Hi,I am experimenting with flex a