ria

Client-side image processing

浪子不回头ぞ 提交于 2019-11-26 15:32:20
问题 We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even mobiles) as much as possible. Yeah, I know, wishful thinking Here's the info: Image processing is rasterization from some data. Think like creating a PNG image from a PDF file. We don't have a lot of server power. So client-side processing is a bit of a must. So, we're considering: Flash - most

JavaFX - can it really be deployed in a browser? [closed]

て烟熏妆下的殇ゞ 提交于 2019-11-26 03:10:17
问题 I have done some research on JavaFX over the last year, and even built some basic desktop apps with it. It\'s described as being used to create RIAs (Rich Internet Application). http://en.wikipedia.org/wiki/Javafx But can it really be deployed by a web browser? I have only deployed it via an executable JAR file. How easy is it to deploy via web browser? Does it work? Does anyone have experience with this? http://docs.oracle.com/javafx/2/deployment/deployment_toolkit.htm 回答1: Update for the