Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Monthly Archives: June 2013
Eclipse Internationalization Part 3/4 – Migration by Dirk Fauth
In my last blog post I explained the new message extension added to the E4 tools by Tom Schindl and me. It is similar to the Eclipse localization mechanism based on OSGi NLS, but gets rid of the downsides of … Continue reading
Posted in Dirk Fauth, Eclipse, OSGi
Comments Off on Eclipse Internationalization Part 3/4 – Migration by Dirk Fauth
Sending events to e4 applications from outside of e4
e4 uses an event bus to let different pieces (e.g. parts) of an e4 application communicate. Architecturally, this leads to low coupling (doubleplusgood) due to the fact that the various pieces only need to know the event topics (String constants), … Continue reading
Distributed Version Control with Git – Kindle book second edition
I finally managed to finish the second edition of the Git book for the Kindle. Compared to the first edition this second edition covered much more topics and it much more detailed. The Kindle pages have increased from 51 to … Continue reading
Posted in Lars Vogel, vogella
Comments Off on Distributed Version Control with Git – Kindle book second edition
SWT implemented with OpenGL in the Bling IDE
The cool guys at http://www.l33tlabs.com/ implement an IDE for game developers. They also in the process of implementing SWT with OpenGL and the result is pretty impressive. Have a look at this video: Pretty impressive. I hope they will make … Continue reading
Posted in Eclipse, Lars Vogel
3 Comments
Ubuntu: How to move an application which is displayed offscreen
I use several monitors and sometimes an application, e.g. an Android emulator opens off-screen. I use the following approach to move it back to the visible area: Use ALT+TAB to switch to the off-screen application Press ALT-SPACE -> this shows … Continue reading