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: July 2008
Overwritting standard key bindings, e.g. Cntl +S in Eclipse RCP
If you want to use keybindings which are already in use by Eclipse you can define your own key binding schema. Here is a detailed explaination: http://code9.com/2008/07/18/tip-suppressing-keybindings/
Comments Off on Overwritting standard key bindings, e.g. Cntl +S in Eclipse RCP
Extracting the Google Analytics Data
This is a really cool approach of extracting the Google Analytics Data and to re-use them in your webapplication: http://blogoscoped.com/archive/2008-01-17-n73.html
Comments Off on Extracting the Google Analytics Data
Conditional Breakpoints in Eclipse
Eclipse allows to setup conditional breakpoints. Very nice feature. You can use Java coding (with content assistent) to program the condition
Comments Off on Conditional Breakpoints in Eclipse
Integrating EcliseLink with Eclipse RCP
Nice article http://wiki.eclipse.org/EclipseLink/Examples/JPA/RCP
Comments Off on Integrating EcliseLink with Eclipse RCP
Integrate Mylyn with Google project hosting
I found this nice article about integrating Mylyn with the Google bug tracking on http://code.google.com/hosting/ http://www.jroller.com/alexRuiz/entry/using_mylyn_with_google_code
Comments Off on Integrate Mylyn with Google project hosting
Deploying a Eclipse product if the Eclipse application is in another plug-in
Today I learned from Bug 237893 that I have to add the dependency of plugin.xml to build.properties manually to the plugin.xml. Otherwise you can not export a product from a different plug-in.
Comments Off on Deploying a Eclipse product if the Eclipse application is in another plug-in