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 2008
Mylyn – Article about Task focus working
Introduction into task focused working Mylyn Task Focused Working
Comments Off on Mylyn – Article about Task focus working
Eclipse – Customer splash screen
Amazing what information is available in the web…. Here is a top description on how to create your own customer splash screen. Eclipse – Own splash screen
Comments Off on Eclipse – Customer splash screen
Passing parameters to Eclipse RCP via the command line
It is easy to pass parameters via the command line to an Eclipse RCP application. For example the following checks the command line arguments for the dbconnection and configures then the DBObject with the right values. String[] args = Platform.getCommandLineArgs(); … Continue reading
Comments Off on Passing parameters to Eclipse RCP via the command line
SWT / Eclipse RCP – Why do I get an invalid thread access exception?
Eclipse Continue reading
Posted in Eclipse
2 Comments
Tools for analysing code dependeny
The following are tools for checking the dependency of packages / classes: Command Line (and free) JDepend JDepend Link Advanced but not free JSonar JSonar
Comments Off on Tools for analysing code dependeny
Eclipse Buddys – Flexible
Assume the situation there you have a plug-in Master which will use classes which can come from plug-in A or plug-in B then. At runtime you have either A or B but only both. So in this case you cannot … Continue reading
Comments Off on Eclipse Buddys – Flexible
Nebula Project – Widgets for SWT
Today I found the Nebula Project which is providing new SWT widgets. Pretty cool stuff there Nebula Project
Comments Off on Nebula Project – Widgets for SWT
Convert Serveral Documents via OpenOffice to PDF
Article on how to do this: Convert serveral documents to PDF via OO
Comments Off on Convert Serveral Documents via OpenOffice to PDF
Line Break in Eclipse
Since a while I’m frustrated as Eclipse also puts in the windows style line break which ends up into two line breaks during the conversion of a source file into docbook. I even wrote a small Java program to correct … Continue reading
Comments Off on Line Break in Eclipse