Eclipse Testing Day 2012

Eclipse Testing Day 2012

Di |2012-07-31T14:08:54+00:00luglio 31st, 2012|

La terza edizione dell'Eclipse Testing Day, organizzata da BREDEX GmbH ed Eclipse Foundation, si svolgerà a Darmstadt il 5 Settembre.Questo evento di una giornata, offre l'opportunità di incontrare testers e sviluppatori che lavorano con Eclipse, seguire sessioni tenute da aziende che lavorano con le tecnologie Eclipse ed incontrare gli esperti della community.Questi i principali argomenti: Testing Eclipse applications Testing within the Eclipse Ecosystem Testing on Eclipse Projects Design for testability in Eclipse Case studies of testing projects Eclipse tooling and technology for the test process Testing as a part of the application lifecycle Continuous integration and testing for Eclipse applications [...]

The JvmModelInferrer, the debugger and Xbase in Xtext 2.3

Di |2020-04-27T09:08:21+00:00maggio 22nd, 2012|

In previous posts, I had blogged about some experiments done with Xtext 2 wonderful mechanisms to access Java types and to reuse Xbase expressions; however, when generating code, I was using the "manual way". That is to say, I was not using the JvmModelInferrer mechanism; the mechanism of JvmModelInferrer allows to define a mapping from your DSL elements to Java elements. You'll then have for free a complete integration of Java into your DSL, and viceversa (yes, from Java you can jump directly to your DSL elements starting from generated classes, methods, etc.). And by the way, you'll also have [...]

Global Android Dev Camp 17-19 Febbraio 2012

Di |2015-05-18T00:12:41+00:00maggio 21st, 2012|

Watch now: Essay MakerCos'e' il GADC Il 18 Febbraio 2012 si e tenuto a Firenze il GADC (Global Android Dev Camp), un evento che si propone di aggregare il maggior numero possibile di sviluppatori interessati alla tecnologia Android in una data zona. Il gruppo formato si occupa di scegliere il progetto su cui lavorare o creare; l'unico requisito e che sia su Android. Grande importanza rivestono, per l'organizzazione e lo svolgimento dell'evento, i GTUG (Google Technology User Group). L'inizio L'evento e stato organizzato dal Gtug di firenze ed e stato ospitato nella sede di Rcp-Vision, in Via B. Marcello 4 [...]

Single sourcing con Eclipse RAP

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

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

Jubula Training Day Firenze- 3 Maggio 2012

Di |2012-04-23T09:27:18+00:00febbraio 13th, 2012|

Impara dagli esperti Jubula con il corso intensivo di un giorno! In concomitanza con l'Eclipse Day Florence, BREDEX GmbH e RCP Vision sono lieti di presentare il Jubula Training Day il 3 Maggio 2012. Questo 'one-day workshop' è dedicato a tutti coloro che intendono iniziare a utilizzare Jubula in poco tempo. Se avete già provato Jubula, state pensando di usarlo o lo state già usando, allora questo corso potrebbe esservi d'aiuto. Con questo corso tutti i partecipanti impareranno le basi di Jubula e contemporaneamente tutte le migliori tecniche sui test automatici, creazione e integrazione di test durante il processo di [...]

Test automatici con Jubula

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

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

Xtext 2.1: using Xbase variables

Di |2012-06-08T11:14:50+00:00dicembre 26th, 2011|

On a previous post, I started to blog about how Xtext 2.1 made it extremely easy to have a powerful integration with Java thanks to Xbase, a new expression language library which allows to integrate (Java-like) expressions in your DSL. I had also blogged about using JVM types from your DSL. In this post, IÔÇÖd like to continue to inspect how to use only a small part of Xbase and still have the control on the generation part: in particular (for other projects) I would like to retain the control on the generation for my model, while relying on the [...]

Xtext 2.1: using Xbase expressions

Di |2012-06-08T11:15:15+00:00novembre 23rd, 2011|

On a previous post, I started to blog about how Xtext 2.1 made it extremely easy to have a powerful integration with Java in your DSL. In this post I'd like to continue to experiment with this mechanism, and in particular I'll start to use Xbase, a new expression language library which allows to integrate (Java-like) expressions in your DSL. If you take a look at the Five simple steps to your JVM language, you'll see the power of Xbase! Moreover, in Xtext 2.1, using Xbase is even easier since by writing only a AbstractModelInferrer you'll get a full integration [...]

Using JVM Types in Xtext 2.1 and the ImportManager

Di |2012-06-08T11:15:38+00:00novembre 21st, 2011|

Xtext 2.1 made it even easier to access Java types from your DSL; you can find some paragraphs in the documentation. In particular, the new features of Xbase seem to make this integration even more powerful! This paragraph in the documentation briefly describe how to refer to Java elements using JVM Types, and then dedicates much more room to accessing Java Types using Xbase. In this post, I'd like to document some my experiments/experiences in accessing JVM Types without using Xbase, and in particular, not by using the good ol' Domainmodel example, but something even more simpler, so that I [...]

Eclipse GMF: un editor grafico per i modelli EMF

Di |2020-04-27T08:44:39+00:00novembre 17th, 2011|

Vedremo ora come sia possibile generare un completo editor grafico per il modello EMF creato nei tutorial precedenti, Library.ecore. A tale scopo dovremo utilizzare un altro framework , Graphical Modeling Framework (GMF), attualmente compreso nel pi├╣ ampio insieme di progetti Graphical Modeling Project (GMP). Come cita testualmente il Wiki, GMF ÔÇ£provides a generative component and runtime infrastructure for developing graphical editors based on EMF and GEFÔÇØ, si pone cioè come bridge tra EMF (che consente la definizione del modello) e GEF (un framework grafico ÔÇ£leggeroÔÇØ, basato sul paradigma MVC), generando tutta lÔÇÖinfrastruttura necessaria a coordinare il ciclo di vita degli [...]

Torna in cima