G
Gilbert
Hi
I'm planning a java based read-only system that will be deployed on an embedded device running Linux as the OS. The device will be totally standalone with no access to the outside world. Once each device is built - that's it! The current plan is to present the data through a browser backed by a stripped down web server/servlet engine.
I'm looking for suggestions for a "stripped" browser or configuration tips on how I can configure an existing java (or other Linux/ non Java compatible) browser. Using Firefox as an example, there is too much functionality that will be unusable, I need to conserve screen real estate and keep the total size of the OS and application to a minimum. I have no need for things like the Google Search facility, directly entering a URL will make no sense either. On the "File" menu, things like "Open File", "Print" make no sense either etc etc. I need to be able to display text and images so minimalist options like Lynx are out. The ability to understand CSS would be a bonus but not essential.
I suspect that I'm probably going to have to write my "browser" interface but I thought I'd ask first.
I'm planning a java based read-only system that will be deployed on an embedded device running Linux as the OS. The device will be totally standalone with no access to the outside world. Once each device is built - that's it! The current plan is to present the data through a browser backed by a stripped down web server/servlet engine.
I'm looking for suggestions for a "stripped" browser or configuration tips on how I can configure an existing java (or other Linux/ non Java compatible) browser. Using Firefox as an example, there is too much functionality that will be unusable, I need to conserve screen real estate and keep the total size of the OS and application to a minimum. I have no need for things like the Google Search facility, directly entering a URL will make no sense either. On the "File" menu, things like "Open File", "Print" make no sense either etc etc. I need to be able to display text and images so minimalist options like Lynx are out. The ability to understand CSS would be a bonus but not essential.
I suspect that I'm probably going to have to write my "browser" interface but I thought I'd ask first.