<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>spring on Website of Gunnar Hillert</title><link>https://www.hillert.com/tags/spring/</link><description>Recent content in spring on Website of Gunnar Hillert</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 07 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.hillert.com/tags/spring/index.xml" rel="self" type="application/rss+xml"/><item><title>From Spring's Resource to Micronaut's Readable</title><link>https://www.hillert.com/blog/from-resource-to-readable/</link><pubDate>Mon, 07 Dec 2020 00:00:00 +0000</pubDate><guid>https://www.hillert.com/blog/from-resource-to-readable/</guid><description>Spring Framework has the Resource abstraction that gives you a convenient way to load resources from the classpath (inside Jar files) or the filesystem in an implementaton-agnostic manner, e.g.:
classpath:some/amazing/resource/to-load.data
file:/some/cool/filesystem/resource.txt
Any object that can return Resources needs to implement the ResourceLoader interface. See the respective Spring documentation for details on Spring’s Resource abstraction.
This abstraction is extremly convenient when your application provides any type of configurable data that needs to be part of the classpath (inside your executable Jar) and/or in the general file-system such as:</description></item><item><title>High-Precision GPS Positioning for Spring Developers</title><link>https://www.hillert.com/blog/high-precision-gnss-for-spring-developers/</link><pubDate>Thu, 29 Oct 2020 00:00:00 +0000</pubDate><guid>https://www.hillert.com/blog/high-precision-gnss-for-spring-developers/</guid><description>In September, I was presenting at SpringOne 2020 on the subject of high-precision GPS for Spring Developers. It was the culmination of several months of research, development and just fun geeking out for a topic that I deeply care about. Below, please find find all the relevant artifacts, such as video recording, slide-deck and links to the demo code.
Slide Deck High Precision GPS Positioning for Spring Developers from Gunnar Hillert</description></item></channel></rss>