Frameworks

Riena - A New Adventure In Eclipse

The Riena project has just released it's 1.0 version recently. In this article, I'll show you how to get going with Riena by walking you through my own...

15 replies - 25753 views - 03/31/09 by James Sugrue in Articles

Oracle Enterprise Pack for Eclipse 11g

Oracle have just released a major update to the Oracle Enterprise Pack for Eclipse. Both all-in-one and update site installations are available.The main...

0 replies - 798 views - 03/25/09 by James Sugrue in Announcements

Behind The Scenes: The nWire Plug-in

Once in a while, a plug-in comes along for Eclipse that showcases the possibilities that are available by integrating with the IDE and making use of the...

6 replies - 3249 views - 03/23/09 by James Sugrue in Articles

An Introduction to Eclipse Generation Factories

In order to improve software development industrialization, a major step consists in mass-producing software. This mass-production must be customizable, and...

2 replies - 3442 views - 03/19/09 by Benoit Langlois in Articles

Using Teneo, EMF and Hibernate to Update and Query Your Data

Last week I showed you how to use Teneo, EMF and Hibernate to store your data in a database.This week, we're going to have a look at how to update the data,...

0 replies - 2586 views - 03/16/09 by Peter Friese in Articles

The Way Forward for XSWT

Given all the discussion around modeled UI in the Eclipse E4 (Eclipse 4.0) space and my recent talk about XScalaWT, I received an email wondering aloud what...

0 replies - 1351 views - 03/10/09 by David Orme in Articles

My Wishlist for EclipseCon 2009

In just two weeks time EclipseCon 2009 will be kicking off in Santa Clara. Based on what I saw at this year Eclipse Summit Europe, this years conference is...

0 replies - 1238 views - 03/09/09 by James Sugrue in Articles

Using Teneo and EMF to Store Your Data

Most of you know that I am working as a committer for various Eclipse-related projects (such as Xtext, Xpand and the Modeling Workflow Engine). You might not...

2 replies - 2758 views - 03/07/09 by Peter Friese in Articles

Get on your ViewModel

I’ve been quietly hacking away at the Eclipse Business Expense Reporting Tool (EBERT) from the Examples project for some time. My goal is to turn this...

0 replies - 827 views - 03/07/09 by Wayne Beaton in Articles

Video and Eclipse

For an upcoming project I need to be able to show Flash videos inside of an RCP application. Java has never been known for its multimedia functionality so I...

1 replies - 3381 views - 03/04/09 by patrickpaulin in Articles

Headless Build - Final Step

Last week was a release week for our product. Thus I decided to complete my headless build with integration of the Unit Tests. Using this article I quickly got...

0 replies - 1358 views - 03/03/09 by Manuel Selva in Articles

On SOLID Principles & Modularity

I stumbled across Uncle Bob’s SOLID principles of OOD quite a few years ago. They serve as the foundation of knowledge for designing object-oriented software.

1 replies - 4254 views - 02/26/09 by Kirk Knoernschild in Articles

Annotations for OSGi Declarative Services

Recently I took a deeper look at OSGi Declarative Services (DS), Spring Dynamic Modules, iPOJO and Peaberry. I have to admit that I like DS a lot (and even...

6 replies - 3573 views - 02/19/09 by Kai Tödter in Articles

JPA 2.0: Why AccessType is Relevant

It has long been debated whether field access is superior to property access for JPA entities. Most arguments that I've seen hinge on performance versus...

12 replies - 4201 views - 02/18/09 by David Green in Tips and Tricks

Testing GWT Applications

Last week, I did some research on GWT, how to test it and code coverage options for tests that extend GWTTestCase. The reason I did this is because I've found...

0 replies - 6923 views - 02/11/09 by Matt Raible in Articles