From: Rickard <ri...@mi...> - 2002-03-20 09:15:01
|
Heng Sin Low wrote: > What is the recommended way for non-java client ( > flash, vb, pb, etc ) to interact with webwork ?=20 The preferred way would probably be to make an alternative dispatcher=20 that understands SOAP, or something technology-specific. Look at the=20 ClientServletDispatcher for example which supports standalone-clients=20 but in Java. Something like that should be best I think. > We are > currently looking at using flash as an alternative ui > for our jsp app and would like get some > input/recommendation from the community. Looking > forward, there might also the need to interact to .net > client For that it sounds like SOAP would be best. As above, making a new kind=20 of dispatcher should be easiest/best. /Rickard --=20 Rickard =D6berg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |