Hi,
i've got a few questions about applets in java.
Let's say that my app is Desktop application using Lucene, database is quite big (2GB, more than 2K elements), and search query is complicated too. I want to make a applet application using source code of my desktop app. And i want to know:
- How heavy could i make applet? Is 7 MB to much ?
- How fast can i make it? (Let's say 2 sec search + display results, with server on the same machine, 3GB RAM, 2.5GHz)
- What with select text with mouse + ctrl+c, i have heard that it is quite hard to accomplished using Swing.
- Is there any good software to black box GUI testing ?
- What with OS ? Do i have to change something in app so it can work in Mac OS, Linux, Windows ?
- What with Browsers ? Are they any problems with IE or any other ? Or is it solution that works fine everywhere?
Thx for help! Lukasz