Categories
vogella tutorial rss feedHome
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
Eclipse Ganymede News and Noteworthy
Please find the Eclipse Ganymede M6 News and Noteworthy here: Eclipse Ganymede M6 Release
Comments Off
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
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
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
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
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
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
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
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