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: April 2008
Invoke an external batch file via Eclipse SWT
How to invoke an external batch file via Eclipse SWT: Link
Comments Off on Invoke an external batch file via Eclipse SWT
Eclipse Ganymede News and Noteworthy
Please find the Eclipse Ganymede M6 News and Noteworthy here: Eclipse Ganymede M6 Release
Comments Off on Eclipse Ganymede News and Noteworthy
Eclipse Ganymede – PDE Incubator Spy
Today I had my first look at the upcoming Eclipse Ganymede Release. Looking atChris Aniszczyk blog I found one really amazing feature in the next Eclipse release. The Spy plug-in. Just press Alt+Shift+F1 to get information about the current running … Continue reading
Comments Off on Eclipse Ganymede – PDE Incubator Spy
Forumsoftware
An article in ix covered software for forums. As it states phpBB is the most popular forum software. A Java based solution is JForum (http://www.jforum.net/) which appears to have a similar look and feel as phpBB. I might
Comments Off on Forumsoftware
Gzip compression with Axis
I found this old but useful article to enable Gzip compression in Axis: http://www.ibm.com/developerworks/webservices/library/ws-sqzsoap.html
Comments Off on Gzip compression with Axis
Convert a List into an Array with Strings
I always have to look this up 🙁 hence I take down here a note: list.toArray(new String[list.size()]); This converts an List, e.g. ArrayList to an Array with Strings. Of course the objects in the list must be Strings.
Comments Off on Convert a List into an Array with Strings
My first code contribution to Eclipse
I have my first code in an official Eclipse project. The project is the XSLT project which is part of Eclipes WTP Here is a link to the new and noteworthy. http://www.eclipse.org/webtools/development/news/3.0M6/incubator.php 😉
Comments Off on My first code contribution to Eclipse
Javascript RSS feedreader
Hendrik suggested to use http://landmark-project.com/feed2js/build.php to link the blog entries to the main page. Very well, thank you for the suggestion. Done.
Comments Off on Javascript RSS feedreader
Site updates moved to my blog
As I have now this blog I will remove the “Site updates” from my main page. Here are the site updates which I have posted so far: ame 05.04.2008 – Started a blog ame 04.04.2008 – More then 1000 unique … Continue reading
Comments Off on Site updates moved to my blog
Welcome stranger
I decided to start this blog to have a medium to easily share updates for this site and to be able to have a whiteboard to scribble down some notes on topics of interest. I do feel a strong resistance … Continue reading
Comments Off on Welcome stranger