RE: [flexcoders] Flex and Remote Objects

2005-09-16 Thread Tracy Spratt
nt: Friday, September 16, 2005 2:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex and Remote Objects .java files are Java source code; .class files are compiled Java bytecode that's obtained by compiling one or more .java files with the "javac" command if you

RE: [flexcoders] Flex and Remote Objects

2005-09-16 Thread grady.haynes
half Of Greg Morphis Sent: Friday, September 16, 2005 11:47 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex and Remote Objects Tracy, how or where does the mxml file read the data from? is it the EmployeeManager.class or the EmployeeManager.java file? I tried modifying the .java fi

Re: [flexcoders] Flex and Remote Objects

2005-09-16 Thread Greg Morphis
Tracy, how or where does the mxml file read the data from? is it the EmployeeManager.class or the EmployeeManager.java file? I tried modifying the .java file and added another person but they aren't showing. I modified the .class anf got some major/minor error? How would you go about adding someo

RE: [flexcoders] Flex and Remote Objects

2005-09-13 Thread Tracy Spratt
For a very basic example, I took the RemotObject sample from FlexExplorer and moved it to my own app, and noted what it took to get it working, The example mxml file is reasonably commented. This example uses AS to build and invoke the request, rather than declarative mxml. http://www.cflex.net/