Zurück zum Blog

Tag: spring

Topic of the Week #oauth #springSecurity #troubleshooting

Julia Burgard

07.03.2025
Debugging a 403 status code in our application, which uses OAuth with Spring Security.
Weiterlesen

Volltextsuche mit PostgreSQL und Spring (Teil II)

Tim Essig

29.11.2024
PostgreSQL bringt seit Version 12 auch eine Volltextsuche mit. Wie man diese nutzen und einfach in Spring integriert zeigen wir euch in dieser Artikelserie.
Weiterlesen

Volltextsuche mit PostgreSQL und Spring (Teil I)

Tim Essig

20.09.2024
PostgreSQL bringt seit Version 12 auch eine Volltextsuche mit. Wie man diese nutzen und einfach in Spring integriert zeigen wir euch in dieser Artikelserie.
Weiterlesen

Implementing At Least Once Delivery With RabbitMQ and Spring’s RabbitTemplate

Robin De Silva Jayasinghe

28.07.2018
Message Delivery Characteristics First some theory about delivery semantics in messaging systems. When a system wants to communicate via a message broker the developer needs a clear understanding of the delivery semantics. At first one needs to know if and how often a message will be delivered to the broker (and potential consumers): At most once - the message is delivered at most once but also not at all.
Weiterlesen

Welcome to Spring LDAP with SSL: The entrance is free

Tobias Schneider

17.02.2017
Some time ago we started to create our own intranet called OpenCoffee, which is a microservice landscape based on our own Spring Boot Starters, a service discovery and an OAuth2…
Weiterlesen

Bean X of type Y is not eligible for getting processed by all BeanPostProcessors

Marc Kannegiesser

04.11.2016
Recently we had a problem related Springs auto-proxy feature that I think is worth writing about. The Problem We use Spring as our framework of choice because it provides us…
Weiterlesen

springboot & reactjs #2 | progressive enhancement based on list sorting

Benjamin Seber

08.04.2016
This is the second article of a springboot & reactjs article series about server side rendering and progressive enhancement. In the first article we have learned how to render a…
Weiterlesen

springboot & reactjs #1 | server side rendering

Benjamin Seber

11.03.2016
This is the first article of a series about server side rendering and progressive enhancement. We will implement a product list that can be sorted by two parameters. Furthermore the…
Weiterlesen

Devoxx Poland 2015 Summary

Mateusz Szulc

02.07.2015
So that’s it. Three days, 2.000 Developers from 20 countries, over 140 speakers from around the world, and one outstanding beautiful city. It is for the first time, when Devoxx…
Weiterlesen

Spock: Testing from the Unit up to the Integration Level

Oliver Messner

15.09.2014
There are a number of reasons to use the Spock testing framework: First, tests – specifications in Spock speak – written in Spock are well structured, expressive and therefore provide…
Weiterlesen

Client code ignores REPOSITORY implementations; developers do not

Oliver Messner

28.12.2013
Our team is working on an application for one of our clients, a service provider for container logistics, shipping cargo between seaports, terminals and other loading sites. The business domain…
Weiterlesen

Database Migration using Flyway and Spring (and existing Data)

Marc Kannegiesser

05.10.2012
My team and I are currently working on an project we first started in early 2010. The application is in production since sometime late 2010 and there has been no…
Weiterlesen

Studien-Projektarbeit mit Grails

Tobias Matt

10.09.2012
Das Informatik-Studium beinhaltet in der Hochschule Karlsruhe auch praktische Übungen. In der Regel bemühen sich Anfang Oktober eine Vielzahl von junger (meist) hoch motivierter Informatik-Studenten um möglichst einen passendes Projekt…
Weiterlesen

Scheduling and asynchronous execution with Spring

Aljona Buchloh

13.06.2012
You want to execute cron jobs or call your methods asynchronously? Thanks to Spring’s annotation support for scheduling and asynchronous execution you can achieve this in a few minutes. Some…
Weiterlesen

How to monitor and manage your Java application with JMX

Aljona Buchloh

07.05.2012
JMX (Java Management Extensions) provides the infrastructure to support monitoring and management of your Java applications. Resources you manage with JMX are called Managed Beans (MBeans). I want to show…
Weiterlesen

Elektronische Urlaubsverwaltung made by Youngsters

Aljona Buchloh

07.11.2011
Für die erfolgreiche Genehmigung von Urlaub muss der synyx’sche Mitarbeiter sich bisher mit einem Stück Papier alias ‘schriftlich ausgefüllter Urlaubsantrag’ bewaffnen und sich an einen der drei Chefs anpirschen, um…
Weiterlesen

Synyx MessageSource: Load your i18n messages from database

Marc Kannegiesser

14.02.2011
A while ago we wanted to store internationalisation for a project in database to allow (a subset of) users to create and update internationalisation using the application itself. When we…
Weiterlesen

Synyx Open Source Projekt Hades schafft den Sprung zu SpringSource

Katja Arrasz-Schepanski

13.02.2011
Am Donnerstag hat SpringSource das erste Milestone-Release von Spring Data JPA veröffentlicht. Spring Data JPA ist die Weiterentwicklung der Synyx OpenSource Bibliothek Hades. Hades wurde hauptsächlich von Oliver Gierke entwickelt,…
Weiterlesen

Spring IDE into eclipse

Sascha Rüssel

12.01.2011
Today, I tried to install parts of the SpringSource Tool Suite into Eclipse Helios SR1 via update-site. After finding the right update-site of the STS for version 3.6 of eclipse…
Weiterlesen

Modular Web-Applications based on Spring

Marc Kannegiesser

23.04.2010
Many of the Web-Applications we develop for our customers are based upon our small Framework on top of Spring / Spring MVC. This framework basically brings often used components ready-to-use…
Weiterlesen