wjywbs / javacef

Embed Chromium browser in Java SWT. (Previously code.google.com/p/javacef)
107 stars 39 forks source link

Introduction

Java CEF is now an open source project by Jingyi Wei. This project can embed Chromium browser in Java SWT with multitab browser support, cookies manipulation, tab settings, printing, back, forward, refresh buttons and enhanced file download. This project is based on Chromium Embedded Framework (CEF).

Background: Why javacef become open source?

I found a job in summer 2012 to make an interface to use Chromium browser with SWT in Java. It was my summer vacation after graduating from my high school in Qingdao, China. I was 17 years old at that time. I've never signed any contract with the company, and several months later, some of the core developers and coordinators left the company. So they don't need this any more. I kept this javacef in my computer for several months. However, I knew that it would be hard to find another company to sell this software. I knew it would be helpful for me to find an internship. I also knew that many people may struggle about creating Java bindings of CEF. I believed that things derived from open source project would be better to be open source. If I publish it, I may be able to receive some donation to pay for my college tuition in the US. Therefore, I published javacef in May, 2013.

javacef 3

What's the difference between javacef and javachromiumembedded?

Previous: Windows CEF1

TODOs:

Previous: Linux (Deprecated. Use CEF3 above instead.)