Feedbacks
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 …
Eclipse Preferences You Need to Know
Lately there have been many discussions regarding Eclipse preferences because of sites like ihateeclipse.com. The Number 1 complaint on this site is that Eclipse’s resources get out of sync with the …
Eclipse Platform 4.4 (Luna) Milestone 1, Available
The annual Eclipse release typically indicates the beginning of summer. And if the back-to-school commercials aren’t an indication that summer is winding down, the restarting of the Eclipse milestones …