Problems with Java and Web Browsers
- Current Java limitations - security restrictions
may prevent Flicker running in your Web browser
from reading:
- Local files
- URLs from other web sites
- Solutions:
- Java programs can run as stand-alone
Java "applications" without these security restrictions
- Use indirect image fetching by NCI Flicker server
to get image
- Java interpreter is slow but getting faster
- Image processing uses a lot of memory and compute power,
but machines are getting larger and faster
[15]
SLIDES: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A
DEMO: Demo