Re: [flexcoders] Is it possible to build an actionscript only app that uses FDS remoting?

2007-02-26 Thread hank williams

Hey Brian,

Wow, not at all what I was thinking about but it looks like a better much
more flexible solution to the problem than what I had in mind.

Thanks
Hank

On 2/25/07, Brian Lesser [EMAIL PROTECTED] wrote:


Hi Hank,
I'm not using FDS, but do you mean like this:
http://www.mikenimer.com/index.cfm/2007/1/10/Bye-bye-services
Yours truly,
-Brian


hank williams wrote:

 I want to do java remoting, and I am currently using FDS. I would like
to
 build an actionscript project that uses java remoting via remoteObject.

 When you configure a flex project for remoting you indicate in the
 project
 settings where the flex server is, but these options are not available
 for
 an actionscript project. This would suggest that you cannot (or should
 not)
 do actionscript only projects that do FDS based remoting. My guess is
 that I
 am supposed to do this with a flex project but it does seem wierd that
an
 actionscript project is not supposed to be used for remoting.

 Any insight appreciated.

 Hank



--
__
Brian Lesser
Assistant Director, Application Development and Integration
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
M5B 2K3Fax: (416) 979-5220
Office: POD??  E-mail: [EMAIL PROTECTED]
(Enter through LB99)   Web: http://www.ryerson.ca/~blesser
__




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links






Re: [flexcoders] Is it possible to build an actionscript only app that uses FDS remoting?

2007-02-26 Thread Anatole Tartakovsky

Hank,
Create trivial MXML project with single remote object/destination. Compile
with -keep-generated-actionscript=true. Look for ...init... class - copy
part of it into your project.
Alternatively, you can use gateway java class that would do server side
translation - one destination talking to that class will support any number
of client destinations.
Regards,
Anatole


On 2/25/07, Brian Lesser [EMAIL PROTECTED] wrote:


  Hi Hank,
I'm not using FDS, but do you mean like this:
http://www.mikenimer.com/index.cfm/2007/1/10/Bye-bye-services
Yours truly,
-Brian

hank williams wrote:

 I want to do java remoting, and I am currently using FDS. I would like
to
 build an actionscript project that uses java remoting via remoteObject.

 When you configure a flex project for remoting you indicate in the
 project
 settings where the flex server is, but these options are not available
 for
 an actionscript project. This would suggest that you cannot (or should
 not)
 do actionscript only projects that do FDS based remoting. My guess is
 that I
 am supposed to do this with a flex project but it does seem wierd that
an
 actionscript project is not supposed to be used for remoting.

 Any insight appreciated.

 Hank


--
__
Brian Lesser
Assistant Director, Application Development and Integration
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario Phone: (416) 979-5000 ext. 6835
M5B 2K3 Fax: (416) 979-5220
Office: POD?? E-mail: [EMAIL PROTECTED] blesser%40ryerson.ca
(Enter through LB99) Web: 
http://www.ryerson.ca/~blesserhttp://www.ryerson.ca/%7Eblesser
__

 



[flexcoders] Is it possible to build an actionscript only app that uses FDS remoting?

2007-02-25 Thread hank williams

I want to do java remoting, and I am currently using FDS. I would like to
build an actionscript project that uses java remoting via remoteObject.

When you configure a flex project for remoting you indicate in the project
settings where the flex server is, but these options are not available for
an actionscript project. This would suggest that you cannot (or should not)
do actionscript only projects that do FDS based remoting. My guess is that I
am supposed to do this with a flex project but it does seem wierd that an
actionscript project is not supposed to be used for remoting.

Any insight appreciated.

Hank


Re: [flexcoders] Is it possible to build an actionscript only app that uses FDS remoting?

2007-02-25 Thread Brian Lesser
Hi Hank,
I'm not using FDS, but do you mean like this:
http://www.mikenimer.com/index.cfm/2007/1/10/Bye-bye-services
Yours truly,
-Brian


hank williams wrote:

 I want to do java remoting, and I am currently using FDS. I would like to
 build an actionscript project that uses java remoting via remoteObject.

 When you configure a flex project for remoting you indicate in the 
 project
 settings where the flex server is, but these options are not available 
 for
 an actionscript project. This would suggest that you cannot (or should 
 not)
 do actionscript only projects that do FDS based remoting. My guess is 
 that I
 am supposed to do this with a flex project but it does seem wierd that an
 actionscript project is not supposed to be used for remoting.

 Any insight appreciated.

 Hank



-- 
__
Brian Lesser
Assistant Director, Application Development and Integration
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario   Phone: (416) 979-5000 ext. 6835
M5B 2K3Fax: (416) 979-5220
Office: POD??  E-mail: [EMAIL PROTECTED]
(Enter through LB99)   Web: http://www.ryerson.ca/~blesser
__