Which knowledge are I supposed to have to do this job?
+3
A:
Start with Ekit if you want a pure Java browser. If you just want to embed a complete browser like IE or Firefox in your Java app, then check out SWT's Browser widget.
Aaron Digulla
2009-11-19 08:10:25
Does Ekit support js/css ?
Mask
2009-11-19 08:30:49
I need it to support normal usage.
Mask
2009-11-19 08:31:23
Define "normal usage", stated in the comment on the original question, depending on what you mean the number of correct responses are quite a few.
mizipzor
2009-11-19 08:58:40
Mask: If you really want to write a new browser that supports js/css, have no idea how to start, and want to do that all alone, then your obviously have unrealistic goals.
ammoQ
2009-11-19 09:06:02
@Mask: there is a feature list on the page.
Aaron Digulla
2009-11-19 09:40:24
+2
A:
I would strongly suggest that you talk to your manager and figure out precisely what needs to be done. If not you might end up with an enormous, unmaintainable beast which never ends up working correctly.
A browser is not a trivial thing, neither to write nor to customize.
Can't you just use the default browser on the system?
EDIT: Also check the web browser inside Eclipse 3.5. If it fulfils your requirements, it can be made into a stand alone RCP client. Perhaps somebody already did.
Thorbjørn Ravn Andersen
2009-11-19 08:54:03