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: February 2012
Eclipse 4 is now a full dependency injection container with @Creatable
If you want to get your own Java objects injected into a model elements just annotated them with @Creatable. If you then tell Eclipse that you need an instance of the your class it will generate it for you. For … Continue reading
vogella.de gets a motto – “Because knowledge feels like magic”
Every company has a motto which should describe its primary purpose. Google has the “Don’t be evil” motto, Nike has “Just do it”, IBM has to my knowledge “Think” as motto and Apples has “Think Different”. I personally like to … Continue reading
Eclipse 4 RCP training available
A few weeks ago I heard from Mike Milinkovich at the Eclipse Day At Googleplex 2011 that Eclipse 4.2 will be the basis for the Juno release and Eclipse 3.8 will be the last Eclipse 3.x release. I already gave … Continue reading
Batch converting LibreOffice documents into pdf
LibreOffice has a nice command line interface which allows to convert documents into pdf. For example to convert foo.odt document into foo.pdf use: Use the -outdir parameter to specify the output directory Or to convert all documents from a directory … Continue reading
Android StrictMode – NetworkOnMainThreadException
I have writen about StrictMode before. In case you have not noticed; StrictMode for network access results in a fatal error as for Android 3.0 (Honeycomb) or later, unless your app is targeting an API version before Honeycomb. The right … Continue reading
Posted in Android
Tagged Android, AsynTask, StrictMode, Threads
Comments Off on Android StrictMode – NetworkOnMainThreadException
Eclipse Awards Voting will close in 2 days!
Please vote for the Eclipse Community Awards: http://eclipse.org/org/press-release/20120130_awardsvote.php.
Posted in Eclipse
2 Comments
WindowBuilder Support for Eclipse 4 Parts in Juno
I’m happy to see that WindowBuilder will support Eclipse 4 in the Eclipse Juno release. See Bug Report for details. WindowBuilder is a great efficiency tool for creating user interfaces and he adaption of Eclipse 4 will be much easier … Continue reading
Avoiding Git Merge Commits with branch.branchname.rebase = true
If you have local changes in your Git repo and pull in new changes from your remote repository, Git will per default create a merge commit for the pulled changes. This can clutter your history with unnecessary commits. To rebase … Continue reading
Eclipse 4 Platform Services Tutorial / Overview available
I created and re-worked a summary of the most important Eclipse 4 Platform Services, e.g. ECommandHandler, EPartService, ESelectionService and the EModelService: Eclipse 4 Services Tutorial I hope this helps. I’m pretty excited about Eclipse 4, developing Eclipse 3.x plug-ins or … Continue reading
Eclipse Community Awards voting open. Please vote
Just a small reminder, the Eclipse Community Awards is currently open for voting. Please vote: http://eclipse.org/org/press-release/20120130_awardsvote.php I’m also nominated, as Eclipse Top Newcomer Evangelist 🙂