RE: [flexcoders] Re: Experienced programmer new to java app servers, quick question

2005-02-28 Thread Steven Webster
Douglas, > Anyway I followed the instructions in INSTALL.txt, copied the > Index.mxml file from the Cairngorm tree I unzip'ed into the > Tomcat try (an oversite, not mentioned in INSTALL.txt) and > ... nuthin'. All I see is the Index.mxml source, not > functionality. I checked the Tomcat logs

RE: [flexcoders] Re: Experienced programmer new to java app servers,quick question

2005-02-28 Thread Dirk Eismann
And for AS 2.0 support check ASDT http://www.asdt.org/ Dirk. > You can use the oXygen plugin for eclipse and point to the > MXML schema > to get tag insight. > > http://www.prismix.com/blog/archives/2005/01/flex_and_coldfu.cfm >

Re: [flexcoders] Re: Experienced programmer new to java app servers, quick question

2005-02-28 Thread Yann Chevalier
Douglass, For your specific problem you should try : javac -classpath C:\iterationtwo\cairngorm-0_9\samples\java CustomerDelegate.java when compiling, the java compiler try to find your LoginVO class by buildind a path with the classpath and with one directory per package something like : "C:\i

Re: [flexcoders] Re: Experienced programmer new to java app servers,quick question

2005-02-28 Thread Darron J. Schall
Cushing, Matthew wrote: I was curious if you use Eclipse for your Flex coding as well, or do you use Flex Builder? I am using a windows box at work, but this is mostly stuff I am doing at home, where I only have an apple Powerbook. The thing I like the best is code complete, is there a way to d

RE: [flexcoders] Re: Experienced programmer new to java app servers,quick question

2005-02-28 Thread Cushing, Matthew
he source .java files (as you are doing currently).Best,Steven> -Original Message-> From: dduuggllaa [mailto:[EMAIL PROTECTED] > Sent: 28 February 2005 14:36> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Experienced programmer new to java > app servers,

RE: [flexcoders] Re: Experienced programmer new to java app servers, quick question

2005-02-28 Thread Steven Webster
t, Steven > -Original Message- > From: dduuggllaa [mailto:[EMAIL PROTECTED] > Sent: 28 February 2005 14:36 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Experienced programmer new to java > app servers, quick question > > > > Steve, > I'm