开发者

Web Browser in JAVA [duplicate]

This question already has answers here: 开发者_如何学JAVA Closed 11 years ago.

Possible Duplicate:

Using java to create a web browser

Hello, I am last year computer science student wanted to create web browser same as google chrome or as epic browser. Is it possible to create it in java


Sure it's possible - here's the proof.


Yes, it is possible. Here is an example.


Yes, all the required libraries are there to support your effort (Java2D/Swing for the rendering, SAX/DOM for the XML parsing, ...).

This is not a simple task however, and creating a fully compliant browser (one that would pass all ACID tests, for instance) from scratch could take you at least a couple of weeks, full time.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜