EclipseSource Blogs

Lesen Sie die neusten Blogposts

EMFStore API

Maximilian Koegel
28.08.2013

Recently we released EMFStore 1.0.0 and made it available for download and installation. Using the tutorial “Getting Started with EMFStore”, you can set up a demo client and server very fast. Based on …

RAP 2.2M1 published, ClientScripting changes

Tim Buschtoens
26.08.2013

The first milestone of RAP 2.2 has been published last Friday. It’s main attraction is the RWT Scripting feature which was formerly known as the incubator “ClientScripting” project. If you are …

Eclipse Command Line Options

Moritz Post
22.08.2013

Eclipse offers a huge number of command line options to configure many aspects. Some of the more popular ones are: -clean If set to “true”, any cached data used by the OSGi framework and eclipse …

EMFStore: How it actually works

Maximilian Koegel
22.08.2013

Recently we released EMFStore 1.0.0 and made it available for download and installation. Using the tutorial “Getting Started with EMFStore”, you can set up a demo client and server very fast. But how …

Mutable variable capture in anonymous Java classes

Tillmann Seidel
19.08.2013

The Java compiler requires local variables of enclosing contexts referenced in anonymous classes (so-called captured variables) to be final. What if the anonymous class wants to alter the value of the …

Configuring and building a server product for EMFStore

Maximilian Koegel
14.08.2013

Recently we released EMFStore 1.0.0 and made it available for download and installation. Using the tutorial “Getting Started with EMFStore”, you can set up a demo client and server very fast. In a …