RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Libby Chantel
OTECTED] > Sent: Tuesday, April 05, 2005 12:55 PM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Run MXML on PC, Calling to > Java on Remote > Server - Help > > > I read your chapter but it didn't explain how to do > what I am trying to do. I think my favorite

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Alistair McLeod
bject: RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help I read your chapter but it didn't explain how to do what I am trying to do. I think my favorite part was on page 5, where it says: "... if youre implementing an RIA interface on an existing J2EE infrastr

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Tracy Spratt
o: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help I read your chapter but it didn't explain how to do what I am trying to do. I think my favorite part was on page 5, where it says: "... if you're implementing an RIA i

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Simon Fifield
el [mailto:[EMAIL PROTECTED] Sent: 05 April 2005 17:55 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help I read your chapter but it didn't explain how to do what I am trying to do. I think my favorite part was on page 5, where i

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Libby Chantel
I read your chapter but it didn't explain how to do what I am trying to do. I think my favorite part was on page 5, where it says: "... if you’re implementing an RIA interface on an existing J2EE infrastructure that has business logic contained in your Servlet tier, consult the Flex documentation

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-05 Thread Steven Webster
Libby, Chapter 20 of "Developing Rich Clients with Macromedia Flex" is a free download (I posted in an earlier message) and covers in great detail the use of the RemoteObject tag, to achieve just what you are trying to do. Steven > -Original Message- > From: Libby Chantel [mailto:[EMAI

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-04 Thread Matt Chotin
  Matt   From: Libby Chantel [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 2:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help   Is this not doable? --- Libby Chantel <[EMAIL PROTECTED]> wrote: > I am

Re: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-04 Thread Matthew Shirey
My guess would be that most don't have enough information to help.  I am not sure what you are trying to attempt here.  You may want to be more specific about what it is you are trying to do.  What kind of java programs are you trying to 'make calls' to?  What do you mean by 'make calls'...   --

RE: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-04 Thread Peter Farland
t: Re: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help Is this not doable? --- Libby Chantel <[EMAIL PROTECTED]> wrote: > I am a newbie with Flex, trying to get it going for > a > proof of concept. I have Flex installed on my remote > Java Server (Websphere). I can su

Re: [flexcoders] Run MXML on PC, Calling to Java on Remote Server - Help

2005-04-04 Thread Libby Chantel
Is this not doable? --- Libby Chantel <[EMAIL PROTECTED]> wrote: > I am a newbie with Flex, trying to get it going for > a > proof of concept. I have Flex installed on my remote > Java Server (Websphere). I can successfully make > calls > from Flash apps on my pc to the java programs > running >