Zurück zum Blog

Artikel von: Marc Kannegiesser

Validating internal structure / dependencies using IntelliJ IDEA

16.05.2017
There are several different tools to maintain the internal structure of a java application available. The tools range from simple open source software like jdepend and degraph to full fledged architecture…
Weiterlesen

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

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

Visual Thinking – synyx sketcht

14.12.2015
Anstatt immer wieder zur Fortbildung auf Konferenzen zu fahren hatten wir dieses Jahr noch eine andere Idee: Wir hatten einen Inhouse-Workshop zum Thema “Visual Thinking” mit Tanja alias @frauhoelle. Ziel…
Weiterlesen

Code-Reviews

22.08.2014
Zeig’ mir Deinen Code und ich sage Dir wer Du bist. Oftmals kommen Unternehmen mit der Bitte um einen Code-Review auf uns zu. Gründe dafür gibt es viele, jedoch dreht…
Weiterlesen

Acceptance testing at synyx – Part 5

18.04.2013
The last few blogs about acceptance-testing focused on setting up a nice and scalable infrastructure to do testing through the (web)-GUI using a Selenium grid. Since we’ve got this running…
Weiterlesen

Acceptance testing at synyx – Part 4

27.02.2013
In the last posts we set up our infrastructure to be able to aquire Browsers that run on a remote host and we created a selenium Grid infrastructure that is…
Weiterlesen

Acceptance testing at synyx – Part 3

04.02.2013
After showing you how to request a remote browser from a Selenium Grid in the last part its time to put some effort in getting the grid running smoothly. Also,…
Weiterlesen

Acceptance testing at synyx – Part 2

29.01.2013
In the first part of the series I gave some reasons why to do acceptance testing (or webtests) as well as a rough overview how we do it at synyx.…
Weiterlesen

Acceptance testing at synyx – Part 1

23.01.2013
Overview – Why and how we do web-testing In my team at synyx we wrote a lot of tests in 2012. Most of the tests were unit-tests (as a consequence…
Weiterlesen

Database Migration using Flyway and Spring (and existing Data)

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

Konferenz-Logbuch BedCon 2012

02.04.2012
Dienstag 15:32 Rebecca gibt mir die Unterlagen, Tickets und Infos zur BedCon. Perfekt organisiert – sie hat sich bereits um alles gekümmert. Mittwoch – Anreise 16:32 Flo, Aljona und ich…
Weiterlesen

Reasons why I go to Devoxx

10.11.2011
Yet another year is almost over. One of the reasons I notice this is because Devoxx is coming up again. And – of course – Synyx is going to be…
Weiterlesen

Synyx MessageSource: Load your i18n messages from database

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

Devoxx 2010 – Revisited using Parleys

28.12.2010
This year in November three of my colleagues and I were visiting the best Java conference ever – Devoxx in Antwerp (blogs here: 1,2,3). Now, since more than a month…
Weiterlesen

Devoxx 2010 – Part 2

20.11.2010
So this is the second part of my experiences with Devoxx 2010. I’ll still stick to not writing about the talks in detail but telling my thoughts as a “first…
Weiterlesen

Devoxx 2010 – Part 1

16.11.2010
Employees of Synyx are going to Devoxx in Antwerp since three years. I’ve never been here before but my colleagues have always reportet that they loved the conference. So this…
Weiterlesen

Maven 2: Inheritance before Interpolation

27.10.2010
Some days ago I came along a problem with our beloved build tool Maven2. Since this was the first real problem with the tool I could not solve or find…
Weiterlesen

Five reasons why you should not work alone on IT-Projects

25.05.2010
In my opinion its much better to have a team working on a project than a single person. Even if this means that your customer might have to wait a…
Weiterlesen

Modular Web-Applications based on Spring

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

Know your APIs – Lessons learned from ResourceBundle

21.04.2010
Last week I spent some time hunting down an internationalization-issue that came along while developing for a recent project. Let me explain what happened: Message-Lookup – of course – always…
Weiterlesen