Altri Tutorials

The Linux Desktop 2 (ArcolinuxB Deepin)

If I only could ... You work with a good professional workstation or laptop and would like to set it up for the maximum productivity and still have a gorgeous user experience? You work in the machine or deep learning domain and would like to exploit the full GPU & Cuda power of your NVIDIA card? You don't want to wipe out your pre-installed Windows since occasionally you want to have the chance to get back to it, just because 'you never know..' ? If your answer to these questions is yes then keep on reading: I'll show you the way step by [...]

By |2020-07-02T07:50:08+00:00March 22nd, 2020|

The Linux Desktop: Arch + Deepin

Using Linux as a desktop on a professional workstation or laptop is becoming an awesome and productive experience. Put together the fastest distro (Arch) and the most gorgeous desktop environment (Deepin) and you will get a powerful and magnificent working environment. I will get into details right away, but for the impatients here are the my preferred ISOs for the above goal: Manjaro Deepin 18.02 Arcolinux B Deepin Discovering Arch I've been using Linux for quite some time now (almost 20 years), often trying to use it in place of Windows, but for a number of reasons I often had [...]

By |2020-03-31T04:02:17+00:00January 1st, 2020|

Web Development tool for Angular with Eclipse

Are you looking for a free, light and open source Eclipse plug-in that allows you, as a Web Developer, to be extremely productive working with Angular (or with any other framework based on HTML, Javascript or Typescript)? Then you might be interested in installing Wild Web Developer. In order to install Wild Web Developer on Eclipse just click on Help -> Eclipse Marketplace..., type "wild web" into "Find:" field and press Enter. Then press the Install button and follow the wizard until it asks to restart Eclipse.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

By |2020-03-31T03:59:26+00:00January 20th, 2019|

How to plot a graph with Nebula XYGraph

Nebula is an Eclipse Project that allows you to use hundreds of cool widgets to make your application really awesome. XYGraph is one of them and you can use it to plot a graph with plenty of options. Let's see how to do that. In Eclipse menu select Help, Install New Software..., put the following Update Site in the Work with field   http://download.eclipse.org/nebula/snapshot   then expand Nebula Release Individual Widgets node and select Nebula Visualization Widgets, finish the installation and let Eclipse restart. Now you can create a new application with File, New, Project, Plug-in Development, Plug-in Project, Next. Give the [...]

By |2020-03-31T03:58:02+00:00August 8th, 2018|

How to install WindowBuilder

In order to install WindowBuilder on Eclipse let's click on Help -> Eclipse Marketplace..., type "windowbuilder" into "Find:" field and press Enter. Then press the Install button and follow the wizard until it asks to restart Eclipse.

By |2020-04-27T09:20:17+00:00December 8th, 2016|

Web development with Eclipse RAP

Introduction We've already wrote in the past about RAP framework (see article Single sourcing with Eclipse RAP). In the meantime however this framework has made big progress (the above article was referring to version 1.4, while now it is out with version 2.1) and many things changed. Also the name, RAP, does not mean Rich Ajax Platform anymore, but now stands for Remote Application Platform. In practice it is now a platform to develop modular applications for desktop, browser and mobile. In this article we will see how to prepare the needed environment for the creation of our first web [...]

By |2013-12-09T11:47:06+00:00June 6th, 2013|

Single sourcing for databases management with RAP, EMF and Teneo

In the previous article Single sourcing with Eclipse RAP we have seen how to develop an Eclipse project and then run it both as a Desktop (RCP) Application an as a Web (RAP) Application. Now we will see how to go further and develop a database Application with the same dual approach. We will use EMF and Teneo for this, in the same way showed in the series of tutorials "From Model to Persistence" at page EMF Development. In the following instructions we must make a clear distinction between installing some feature into the IDE or into the Target Platform [...]

By |2012-08-15T16:06:27+00:00August 15th, 2012|

Single sourcing with Eclipse RAP

An introduction to RAP RAP (Rich Ajax Platform) is the framework that allows you to develop an RCP application an make it available over the network just pointing the browser to a given link. In this article we will see how you can develop an RCP application and launch it both as a desktop as well as a web application. Yes, sure, exactly the same source code! Don't you believe it? Try it yourself.   Setup your IDE for RAP The fastest way to get RAP working is downloading the Eclipse for RCP and RAP Developers package from page http://www.eclipse.org/downloads [...]

By |2012-07-08T16:24:58+00:00April 15th, 2012|

Automatic testing with Jubula

Eclipse Jubula is a new addition to the Eclipse universe. ItÔÇÖs a functional UI testing tool that allows you to specify and run tests.Jubula consists of plug-ins for an IDE and a standalone RCP application. In this tutorial we will create a simple RCP java product and then we'll use Jubula testing tool to execute some automated tests. First we will create a minimal RCP application, using the Plug-in Project creation Eclipse Wizard. The next step will consist into setup the Jubula environment and the AUT Agent to link the application with jubula The final step will be create some [...]

By |2020-04-27T08:42:17+00:00January 1st, 2012|
Go to Top