Spring I/O 2015 – intro

If you work with Java development, you will sooner or later come in contact with the Spring framework. It is a technology which started as a series of design patterns for J2EE development, but very quickly got its own following and ended up being a much more convenient alternative to the at that time very bulky development cycle of J2EE. From the beginning, it provided support for Dependency Injection, transaction handling, aspect-oriented programming and Hibernate, among other things, and by now it has support for (mostly…) easy integration of practically all modern technologies in the JDK world.

One of the main criticisms against Spring (apart from its sometimes ridiculously long class names) has been the amounts of XML needed to configure it. This was especially true for the Spring Security module, which often was configured by copy-pasting from some StackOverflow post by someone who had actually gotten it to work…

A lot of developers thought ‘This is no life to lead’, and started looking at other JDK technologies: Play, Dropwizard, Wicket, Grails, Roo…

So in 2012, a couple of Spring developers (in the ‘Tim Berners-Lee is a web developer’ sense) took a step back and asked ‘Why does a computer student have to know about build systems, web.xml files, and all the other steps just to display a ‘Hello world?’

And at the SpringOne conference 2013 they unveiled Spring Boot, which is an opinionated framework with powerful autoconfiguration features, and no little inspiration from Dropwizard, enabling tweetable web servers:

The response to Spring Boot was very positive right from the start, and it is on its way to becoming the goto solution for a Java developer who wants to start a new app quickly.

Since we have started using Spring Boot more and more in our development, I went to the Spring I/O conference in Barcelona, for a more in-depth look at Spring and the technologies used in the Spring/Pivotal stack. My next posts will be attempts at short recaps of some of my favourite presentations.

Links:

https://spring.io/guides/gs/spring-boot/

http://start.spring.io/

 


A Holistic View on Developer Productivity

What does developer productivity mean, really? Is it churning out more code or less code? Is it to have less bugs in production or shipping code more often? Is it doing a lot of things or just one thing? Let’s think about this for a moment. I believe developer productivity is about getting more things […]


Improving the usability of Aftonbladet Video-clip pages

We have recently started the process of improving the usability of video-clip pages. In order to get an idea of where Aftonbladet stands compared to other world-class online video/news providers, we conducted an online test answered by 110 visitors of Aftonbladet TV. In this test we compared their perception of an Aftonbladet TV video-clip page […]


Schibsted’s 1st iOS Deployment Meet-up

Schibsted’s 1st iOS Deployment Meet-up Thursday, 28th of April 2016: getting to know each other, guests arrive Friday, 29th of April 2016: the meet-up date We here at Aftonbladet had been planning on having a meet-up with iOS developers across various Schibsted companies for many months. We had a range of topics in mind for […]


Hackday: The Future of Storytelling is social, engaging and rewarding

We gathered students, journalists, developers and designers to get together and conceptualize something new for the news industry. This was our first organized hack event – The Future of Storytelling Hack. The hack was a team-based, news-media-focused prototyping and experimentation event within storytelling over two days at Kungsbrohuset, Schibsted and Aftonbladets headquarter in Stockholm. A good story used to […]