Re: Gecko in java
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200611060052.03174.michal.ceresna__5743.19146476245$1162770736$gmane$org@gmail.com> |
On Monday 06 November 2006 00:35, Alejandro Torras wrote: Hello, > Maybe I'm asking the same recurrent question again but I wish to know if > there is a way to render normal HTML pages (html+css+js) natively in java. It depends which level of the mozilla embedding you need. For non-gui related task xulrunner+javaxpcom are sufficient. For gui embedding it depends on the toolkit you use. These are the projects doing gui-level embedding for java which I know: for SWT: ATF (http://www.eclipse.org/atf/) for Swing: JDic (https://jdic.dev.java.net/), WebClient, JRex for Qt: QtMozEmbed for Java In my opinion, ATF project is the most advanced and stable. best regards, Michal