Categories
- Android (1)
- Dirk Fauth (34)
- Eclipse (91)
- Java (21)
- Lars Vogel (22)
- OSGi (23)
- Other (9)
- Papercut (3)
- Simon Scholz (2)
- Softskill Topics (2)
- vogella (5)
vogella tutorial rss feed
- Android user interface testing with Espresso - Tutorial
- Eclipse Preferences - Tutorial
- Eclipse Forms API - Tutorial
- Java concurrency (multi-threading) - Tutorial
- Java web development with Eclipse WTP - Tutorial
- Euclid's algorithm for the greatest common divisor in Java - Tutorial
- Shuffle an Array or a List - Algorithm in Java - Tutorial
- Determine Prime Number with the Sieve of Eratosthenes - Algorithm in Java - Tutorial
- Prime Factorization - Algorithm in Java - Tutorial
- Eclipse JDT - Abstract Syntax Tree (AST) and the Java Model - Tutorial
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: Eclipse RCP
Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
In this blog entry I will show you three independent features provided by Eclipse and OSGi which can work together to create views, editors or handlers via the Eclipse ExtensionRegistry but still use the dependency mechanism of Eclipse 4. Supersede … Continue reading
Posted in Eclipse, Lars Vogel
Tagged E4, Eclipse, Eclipse RCP, Eclipse4, OSGi, RCP
Comments Off on Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
Eclipse Secure storage of preferences
Eclipse allows to encrypt preference values via the plugin “org.eclipse.equinox.security”. The key/ value pairs will be stored in the file “secure.storage” in the folder “.eclipse/org.eclipse.equinox.security” of the user directory. Eclipse uses a PasswordProvider for encrypting the preferences. Via the extension … Continue reading
Posted in Eclipse
Tagged Eclipse RCP, Preferences
Comments Off on Eclipse Secure storage of preferences