Hi Dominik,
"tnorgd" <> wrote in message
news:f86df907-7c42-4562-95ee-...
> Hi,
>
> I need to prepare a web-based interface for a Java application. One of
> the options is to make an applet, but we also consider a Flash movie
> clip. So here are my questions:
>
> 1) What is the easiest way for Flash to talk to Java process? I've
> found about some XML-based solutions but it looks a little messy... Is
> there any better option?
I realy, realy suggest using Javascript as the glue between your Java
Applets and you Flex/MXML.
Look up the Adobe "FABridge" functionality. I used to have IMnsHO a very
good example of a web-page using an Applet-based TCP/IP socket in Javascript
to populate a Flex DataSource/Collection. (Well I still have it but alas it
is no longer publicly hosted

)
Anyway this *is* the mut's nuts! JAVA objects? Flex objects? Javascript does
it all!
Sadly, the web available examples were done away with when Adobe (in all its
wisdom) said "It's in the FlexBuilder product; get it there"

>
> 2) So far the Java part runs as a stand-alone application. It will be
> set up on an application server, but we need also a version for client
> in-house installation. How to make it as easy as possible for the
> _end_user_ to install the software? Ideally, one should be able to
> download a file, double click on it and then open a web-browser and
> has it ready under some address.
>
> Many thanks for help,
> Dominik
Cheers Richard Maher
PS. Silverlight also has a HTML Bridge (I think that's what it's called?)
and also gives you Socket access(1)
1. Sockets of a fashion. Nothing gives you the browser-based, (almost)
full-blown TCP/IP Socket access that JAVA does! Then there's also UDP! (and
why can't unsigned applets receive muticast messages via an unsigned
applet?)