francesco

About Admin

This author has not yet filled in any details.
So far Admin has created 23 blog entries.

Eclipse 4 – RCP Vision announces the first course in Italy

RCP Vision, in partnership with Vogella, is pleased to announce the first course in Italy on Eclipse e4. This important event, not to be missed, will be held in Milan on November the 19th during the Eclipse Training Series - Fall 2012. The course will be held by Lars Vogel from Vogella GmbH and Vincenzo Caselli from RCP Vision. The e4 RCP application development course will help you understand how to implement your own application based on the e4 platform. The e4 release significantly changes the programming model for Eclipse RCP development. The course explains the existing core frameworks in [...]

By |2014-12-04T12:09:46+00:00September 21st, 2012|

Eclipse Testing Day 2012

The third Eclipse Testing Day, organised by BREDEX GmbH and the Eclipse Foundation, will take place in Darmstadt on 5th September.The full day event is the chance to meet other testers and developers who work with Eclipse, hear talks from companies working with Eclipse technologies and meet experts from the Eclipse and testing communities.Topics of interest include: 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 [...]

By |2012-07-31T14:08:54+00:00July 31st, 2012|

Jubula Training Day Florence- May 3rd 2012

Learn from the Jubula experts in a one-day intensive course! In conjunction with the Eclipse Day Florence, BREDEX GmbH and RCP Vision are pleased to offer a Jubula Training Day on May 3rd 2012. This one-day workshop is designed to make it easier to get started with Jubula in a small amount of time. If you have tried Jubula, are thinking of trying it, or are using it already, then you should consider attending the Training Day. Over the course of the day, participants will learn the basics of working with Jubula as well as gain insights into the best [...]

By |2012-04-23T09:27:18+00:00February 13th, 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|

Eclipse GMF: a graphical editor for EMF models

Now we are going to see how to generate a complete graphical editor for the EMF model we created in preceding tutorials, Library.ecore. For this purpose, we need to work with another framework, Graphical Modeling Framework (GMF), currently included in a broader set of Eclipse Projects, Graphical Modeling Project (GMP). A s the official Wiki states, GMF ÔÇ£provides a generative component and runtime infrastructure for developing graphical editors based on EMF and GEFÔÇØ, that is it acts like a bridge between EMF (that allows the model definition) and GEF (a lightweight graphical framework, based on MVC architecture), generating the complete [...]

By |2020-04-27T08:44:39+00:00November 17th, 2011|

Better Software 2011

Also this year RCP Vision participates as Sponsor of Better Software event, an eclectic conference, full of topics presented by leading national software experts to develop ideas and find new inspirations. Better Software is the first Italian conference dedicated to software development and aimed at businessmen and managers in the industry. A unique opportunity for the exchange of IT culture where you can create new client relationships and partners. The event deals a variety of diverse topics related to software production, from the collection of specific to design, from project management to development, from licensing to marketing, and brings on [...]

By |2011-08-04T15:37:36+00:00May 13th, 2011|

Model Driven Development – Eclipse and Modeling

You often hear about Modeling techniques in software development, but what exactly is Modeling? Software development based on modeling techniques, or Model Driven Development, is an alternative to the traditional programming that doesn't require writing source code to compile or run, but consists in creating the model of the software you want to build. The model is realized through visual diagramming tools and, starting from these, the traditional program language is automatically generated. Eclipse Modeling Framework is the Eclipse solution for this topic. It consists in a modeling framework and code generation facility for building tools and other applications based [...]

By |2020-04-27T09:12:32+00:00March 28th, 2011|
Go to Top