| Re: [dsdp-pmc] yet another blinki-webkit4swt follow up |
|
Hi Doug,
I have followed your blog for quite a while. The
webkit implementation is based on Google's Chromium framework with a layer on
top of it known as the Chromium Embedded Framework. Over the top of this we have
built a JNI layer to weave it into the SWT component model. So yes, a variation
of chromium serves as the core but designed to work in an embedded and thread
compatible manner. There are other license such as MIT, Apache, Apache-like, ...
To my knowledge it is the LGPL portions that are the stickler.
Here is a doc on the framework:
An extra note is that we will include an integrated
webkit browser for inclusion into the IDE along side, the current IE and Mozilla
browser.
Wayne
|