Posts tagged with "e4"

Apr 18th, 2013

Eclipse 4 (e4) Tutorial: Behavior Annotations

In the last part of my Eclipse 4 (e4) tutorial, I describe details about how to control the parameters injected using the annotations @Inject, @Named and @Optional. These parameters allow you to specify more precisely which object is injected and what happens if required parameters cannot be resolved. However, there are several use cases where [...]

Leave a Comment
Feb 8th, 2013

Focusing on the Problems

VMware FusionScreenSnapz012

The “Problems” view in Eclipse lists errors and warnings in the workspace. In its default settings this view is not entirely helpful, but it is highly customizable. Today I want to show you how you can configure this view to shift the focus to the interesting errors and warnings in your current area of work. [...]

Leave a Comment
Jan 31st, 2013

Top 10 EclipseSource Blog Posts of 2012

Here at EclipseSource we like top 10 blog posts. So here is our top 10 of 2012 – the posts most viewed or created the most buzz. 1. Top 10 Eclipse Juno Features Eclipse Juno has been released this year and it was the first simultaneous release built on Eclipse 4. In preparation of the [...]

Leave a Comment
Dec 21st, 2012

Updated EMF Tutorial

emf_logo

The Eclipse Modeling Framework (EMF) is a core technology in the Eclipse Ecosystem and has become even more important with its application as the data model for Eclipse 4. As a Christmas present from EclipseSource to you, we have updated the EMF Tutorial on our webpage and have also provided an updated PDF download for the tutorial. The [...]

2 Comments
Nov 21st, 2012

Eclipse 4 (e4): How, when and why to migrate

Since e4 technology and concepts are in every Juno release and will be downloaded millions of times, many projects are currently evaluating why, when and how to migrate to the Eclipse 4 (e4) Application platform. The why and the when answers are classical, “It depends…”  In fact, the answers depend on many criteria such as [...]

2 Comments
Nov 19th, 2012

Visualize your project with Gource

Developing software is a pretty abstract job. In many cases you don’t really “see” what’s happening. Once a developer has completed a task, she/he sends some bits to the SCM and starts the next one. In open source projects several developers do this every day, sometimes at the same time, but they might not even [...]

1 Comment
Nov 9th, 2012

Eclipse November DemoCamp Munich

merry christmas

This year we are again very happy to be hosting an Eclipse November DemoCamp in Munich. However, we are cheating a little, because it will be on December 5th. So let’s call it the Christmas DemoCamp: Due to renovations we can only offer 80 seats this time, so please make sure you register soon, as [...]

Leave a Comment
Oct 1st, 2012

My Eclipse 4 (e4) EclipseCon Schedule

Looking at all the interesting talks in the EclipseCon Schedule, many people wonder which talks to attend. This obviously depends on the topics you are interested. So imagine I would only be interested in Eclipse 4 (e4), this would be my schedule: Tuesday Obviously I would start the day with attending the Eclipse 4 Tutorial. [...]

1 Comment
Sep 18th, 2012

Eclipse 4 (e4) Tutorial Part 4 – Dependency Injection Basics

091812_1314_Eclipse4e42.png

This tutorial series introduces the new features and concepts of the Eclipse 4 Application Platform, as well as interesting tools and technologies related to the current major release of Eclipse. In the first three parts of this series we covered the following topics: the core of every Eclipse 4 application, the application model; the connection [...]

Leave a Comment