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 [...]

Di |2020-07-02T07:50:08+00:00marzo 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 [...]

Di |2020-03-31T04:02:17+00:00gennaio 1st, 2020|

Un tool per lo Sviluppo web Angular con Eclipse

State cercando un plug-in di Eclipse che sia gratuito, leggero e open source e che vi permetta, come Sviluppatori Web, di essere estremamente produttivi usando Angular (o qualsiasi altro framework basato su HTML, Javascript o Typescript)? Potreste allora essere interessati ad installare Wild Web Developer. Per installare Wild Web Developer su Eclipse vi basterà selezionare Help -> Eclipse Marketplace..., digitare "wild web" nel campo "Find:" e premere Enter. Poi premete il button Install e seguite lo wizard finchè non vi chiede di eseguire il restart di Eclipse.

Di |2020-03-31T03:59:26+00:00gennaio 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 [...]

Di |2020-03-31T03:58:02+00:00agosto 8th, 2018|

Come installare WindowBuilder

Per installare WindowBuilder su Eclipse andiamo alla voce di menu Help -> Eclipse Marketplace..., digitiamo "windowbuilder" nel campo "Find:" e premiamo Invio. Premiamo quindi il bottone Install e seguiamo lo wizard finchè non ci viene chiesto di riavviare Eclipse.

Di |2020-04-27T09:20:17+00:00dicembre 8th, 2016|

Sviluppare applicazioni Web con Eclipse RAP

Introduzione Abbiamo già avuto modo di illustrare in passato il framework RAP (vedi articolo Single sourcing con Eclipse RAP). Nel frattempo comunque tale framework ha fatto notevoli progressi (l'articolo menzionato faceva riferimento alla versione 1.4, mentre ora è disponibile la 2.1) e sono cambiate parecchie cose. Ad esempio ora RAP non sta pi├╣ per Rich Ajax Platform, bensì per Remote Application Platform. In pratica è diventato una piattaforma per sviluppare in maniera modulare applicazioni per desktop, browser e mobile. In questo articolo vedremo come preparare l'ambiente necessario e creare la nostra prima applicazione web con RAP. Preparazione dell'ambiente per RAP [...]

Di |2013-12-09T11:47:06+00:00giugno 6th, 2013|

Single sourcing per gestire database con RAP, EMF e Teneo

Nel precedente articolo Single sourcing con Eclipse RAP abbiamo visto come realizzare un'applicazione Eclipse per poi eseguirla sia come applicazione Desktop (RCP) sia come applicazione Web (RAP). Ora vedremo come spingerci oltre per sviluppare un'applicazione orientata ai database con lo stesso approccio duale Desktop/Web. Useremo EMF e Teneo per questo, nello stesso modo illustrato nella serie di tutorial "Dal Modello alla Persistenza" alla pagina Sviluppare con EMF. Nelle seguenti istruzioni occorre fare una chiara distinzione fra installare delle feature nell'IDE oppure nella Target Platform (RAP nel nostro caso). L'installazione nell'IDE si esegue selezionando il menu Help -> Install New Software, [...]

Di |2012-08-15T16:06:27+00:00agosto 15th, 2012|

Single sourcing con Eclipse RAP

Introduzione a RAP RAP (Rich Ajax Platform) è un framework che vi permette di sviluppare una applicazione RCP e renderla disponibile in rete semplicemente indirizzando il browser su un dato link. In questo articolo vedremo come potete sviluppare una applicazione RCP e lanciarla sia come applicazione desktop che come applicazione web . Sì, certo, esattamente lo stesso codice sorgente! Non ci credete? Provate voi stessi.   Setup dell'IDE per RAP Il modo pi├╣ veloce per lavorare con RAP è quello di scaricare la versione Eclipse for RCP and RAP Developers dalla pagina http://www.eclipse.org/downloads Alternativamente potete aggiungere RAP a qualsiasi altra [...]

Di |2012-07-08T16:24:58+00:00aprile 15th, 2012|

Test automatici con Jubula

Eclipse Jubula è un nuovo tool di testing automatico che si aggiunge all'universo Eclipse, permettendo la creazione e l'esecuzione di test automatici delle GUI. Jubula è costituito da un insieme di plugins che permettono il testing anche di applicazioni basate su architetture RCP. In questo tutorial vedremo come lavorare con Jubula per creare, organizzare ed eseguire test di interfaccia su un semplice prodotto RCP. Il tutorial è suddiviso in tre sezioni: - La creazione di una applicazione RCP minimale - Impostare correttamente l'AUT agent per operare tramite Jubula. (L'AUT agent è il meccanismo con cui Jubula comunica con l'applicazione che [...]

Di |2020-04-27T08:42:17+00:00gennaio 1st, 2012|

Testing the Eclipse StatusLineManager

As a unit testing addict, I've recently started to use the wonderful SWTBot framwork, for testing the interface part of Eclipse plugins and applications. When it came to test the text of the StatusLine (e.g., after selecting something on a tree, the status line should show the string for the selected element), I found some problems, not strictly related to SWTBot, but to the fact that the IStatusLineManager interface has a method for setting the text, but none for getting the current text. I found a post which was suggesting a "Nasty" way to access the current text, by relying [...]

Di |2012-06-08T11:18:34+00:00ottobre 30th, 2011|
Torna in cima