Mongo DB Test

Installing MongoDB on Windows. Download MongoDB from its download page, and install it. I chose to install in C:\opt\MongoDB\Server\3.2. Create a folder for database and a folder for logs. Then create a mongod.cfg to represent this data. In my case, I Read more…

JSDT Development

This post is about my experience in setting up a JSDT development environment. (see also wiki.eclipse.org/JSDT/Development) Setting up JSDT There are several ways to setup JSDT development environment. A good one is having an Eclipse Installation for development (IDE) and an Eclipse Installation Read more…

Eclipse WTP development

This page holds some references to WTP (Web Tools Platform) developer resources. Main WTP references Main references Community page : https://www.eclipse.org/webtools/community/ Community info about development: www.eclipse.org/webtools/development/ project on eclipse.org site: https://projects.eclipse.org/projects/webtools WTP Contribution Resources on how to contribute to WTP project: I asked how to Read more…

SWT XY Graph charting

XYGraph Charting download Nebula Visualization components from nebula release update site. Create a new E4 Application After the application is created, open plugin dependencies then add the following two plugins org.eclipse.nebula.visualization.xygraph org.eclipse.draw2d As you see below  Now, add a part Read more…

contributing e4 tools

The Eclipse4 project is a cluster of related technologies for building extensible component-based applications [e4 whitepaper]. This article explains only how to contribute to the E4 Tools project, by using a concrete use case: “contribute to the model editor”. References Read more…