kirant400
11-03-2008, 06:28 AM
Hi,
I am new to Flex and dataservices. Is that possible to have two servers (two machines).
in 1 i will host my flex application
in the 2nd i will host the data service application. ie my flex application talks to the remote object sitting in another server :(
itsallkizza
11-03-2008, 06:33 AM
Yes, that's possible. I'm no expert at Flex though so I'm not going to pretend to give you a how ;)
kirant400
11-03-2008, 06:38 AM
Thanks for the quick reply,
but any idea or links that may help .:thumbsup:
itsallkizza
11-03-2008, 06:44 AM
Can you explain your entire concept a little further?
Like what exactly is your flex app requesting and how is your "data service application" accessed and how does it respond.
kirant400
11-03-2008, 06:55 AM
Okey,
I have downloaded fds-tomcat.
i have a database in msaccess called products. I am trying to display that in Flex datagrid using DataService.
ya it works fine.
But now i need to seperate these two ie dataservice running in tomcat in one machine and my simple flex application will run in another machine.
hmm please let me know if this explanations where not clear.:rolleyes:
itsallkizza
11-03-2008, 07:05 AM
It's getting pretty late here and I'm super tired... I'll take a look at it closer tomorrow, but hopefully someone with more experience with Flex than I can help you sooner.
kirant400
11-03-2008, 07:08 AM
It's getting pretty late here and I'm super tired... I'll take a look at it closer tomorrow, but hopefully someone with more experience with Flex than I can help you sooner.
sure i will wait
kirant400
11-05-2008, 04:53 AM
:thumbsup:
it is possible to have 2 servers we need to set the channel with the ip
Thanks a lot for the replys