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
Category Archives: Java
Getting Started with OSGi Remote Services – enRoute Maven Archetype Edition
At the EclipseCon Europe 2016 I held a tutorial together with Peter Kirschner named Building Nano Services with OSGi Declarative Services. The final exercise should have been the demonstration of OSGi Remote Services. It actually did not really happen because … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
Comments Off on Getting Started with OSGi Remote Services – enRoute Maven Archetype Edition
Getting Started with OSGi Remote Services – Bndtools Edition
At the EclipseCon Europe 2016 I held a tutorial together with Peter Kirschner named Building Nano Services with OSGi Declarative Services. The final exercise should have been the demonstration of OSGi Remote Services. It actually did not really happen because … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
Comments Off on Getting Started with OSGi Remote Services – Bndtools Edition
Getting Started with OSGi Remote Services – PDE Edition
At the EclipseCon Europe 2016 I held a tutorial together with Peter Kirschner named Building Nano Services with OSGi Declarative Services. The final exercise should have been the demonstration of OSGi Remote Services. It actually did not really happen because … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
Comments Off on Getting Started with OSGi Remote Services – PDE Edition
Eclipse Extended Contribution Pattern
Working in the Panorama project, we developed several architectures and designs to improve the collaboration of heterogeneous systems. Although focused on automotive and the aerospace scope, several topics are useful in general, like for example the pipelining of model processing services … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi, Other
Comments Off on Eclipse Extended Contribution Pattern
Eclipse RCP, Java 11, JAXB
With Java 11 several packages have been removed from the JRE itself, like JAXB. This means if you use JAXB in your Java application, you need to add the necessary bundles to your runtime. In an OSGi application this gets … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
2 Comments
Inspecting the OSGi runtime – New ways for Eclipse projects
I often get asked how to find and solve issues in an OSGi runtime. Especially with regards to OSGi services. I then always answer that you have two options: Use the Gogo Shellscr:list – lists all DS componentsscr:info <id> – … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
Comments Off on Inspecting the OSGi runtime – New ways for Eclipse projects
Build REST services with OSGi JAX-RS whiteboard
Some years ago I had a requirement to access the OSGi services inside my Eclipse application via web interface. Back then I used the OSGi HTTP Whiteboard Specification and wrapped a servlet around my service. Of course I wrote a … Continue reading
Posted in Dirk Fauth, Java, OSGi
Tagged JAX-RS, OSGi, OSGi Services
Comments Off on Build REST services with OSGi JAX-RS whiteboard
NatTable + Eclipse Collections = Performance & Memory improvements ?
Some time ago I got reports from NatTable users about high memory consumption when using NatTable with huge data sets. Especially when using trees, the row hide/show feature and/or the row grouping feature. Typically I tended to say that this … Continue reading
NatTable – dynamic scaling enhancements
The last weeks I worked on harmonizing the scaling capabilities of NatTable. The first goal was to provide scaled versions of all internal NatTable images. This caused an update of several NatTable images like the checkbox, that you will notice … Continue reading
Posted in Dirk Fauth, Eclipse, Java
Tagged NatTable, scaling
Comments Off on NatTable – dynamic scaling enhancements
Building a “headless RCP” application with Tycho
Recently I got the request to create a “headless RCP” application from an existing Eclipse project. I was reading several posts on that and saw that a lot of people using the term “headless RCP”. First of all I have … Continue reading
Posted in Dirk Fauth, Eclipse, Java, OSGi
Comments Off on Building a “headless RCP” application with Tycho