Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:64 bit Java? (Score 1) 387

Notes on your Java vs Flash upsides. * Flash also supports TCP sockets, not just HTTP requests. Also, AMF (also commonly known as Flash remoting) is a lightweight binary format available to Flash commonly used for live streaming data. The primary implementation for the server-side is written in (you guessed it) Java. * Correct, Flash doesn't support signing to add increased functionality. However, Flash Player 10 now allows the user to open and save files from the local file system. * Yeah, OpenGL would be cool. There is now limited 3D support in FP10. * Have you heard of Flex? No keyframes in sight. Many Java developers love it for building web UIs that integrate with Java backends. Macromedia started working on Flex for exactly the reasons you describe. Developers aren't animators and frame-based UI development doesn't make much sense. * I've not needed to internationalize any of my recent projects, so I can't respond to the current state of this one. * Yes, Java is faster. However, Flash's VM speed is much closer to Java than that of most JavaScript engines.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...