www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Extra Cool D NEWbie ( from java)

reply Matthew Ong <ongbp yahoo.com> writes:
Hi ALL Java D Newbie,


http://www.dsource.org/projects/dwt

Do a Mercurial Hg Clone of:
hg clone http://hg.dsource.org/projects/dwt2

Once done. dwt2 will be the top level directory of that clone.

Look inside:
dwt2\base\src\java

There are many buildin java like classes written nicely in D language.

Who is the kind soul that did this???
-- 
Matthew Ong
email: ongbp yahoo.com
May 23 2011
parent Jacob Carlborg <doob me.com> writes:
On 2011-05-23 11:32, Matthew Ong wrote:
 Hi ALL Java D Newbie,


 http://www.dsource.org/projects/dwt

 Do a Mercurial Hg Clone of:
 hg clone http://hg.dsource.org/projects/dwt2

 Once done. dwt2 will be the top level directory of that clone.

 Look inside:
 dwt2\base\src\java

 There are many buildin java like classes written nicely in D language.

 Who is the kind soul that did this???
Shawn Liu wrote the original DWT, a port of SWT 3.0.2 for D1 and Phobos (Windows only). The version you can see at http://www.dsource.org/projects/dwt is a port of SWT 3.4.1 for D1 (Tango) and D2 on Windows, Linux and Mac OS X. Frank Benoit is the initial creator and has ported most of the code. John Reimer has helped a lot as well and has ported, among other things, the browser related packages. Both Frank and John has left the D community. I (Jacob Carlborg) have ported the Mac OS X version, finished (with the help of others) the D2 version and is the current maintainer. Have a look at: http://www.dsource.org/projects/dwt/wiki/Contributors -- /Jacob Carlborg
May 23 2011