Monday, June 18, 2007

Pure Java Web Browser

If you need a pure Java web browser, you can try Warrior.

You might ask, why need another web browser and why in Java?

Obviously, it is not solutions for every body. There are some advantages to have pure Java web browser.
  1. It has better security and less vulnerable to buffer overflow attack, thanks to Java sandbox.
  2. It is portable and cross-platform.
  3. It can be an embedded to your application so your application doesn't depend on external browser. Even better, you can customize the browser by yourself, integrate with Eclipse or JEdit, and so on.

No comments: