EclipseSource Blogs
Lesen Sie die neusten Blogposts
EMFStore API
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
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
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
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
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
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 …