Status 400 when using AJAX, JSON and Spring MVC

01 Dec 2014

Status 400 when using AJAX, JSON and Spring MVC

I recently faced a problem using Spring MVC and AJAX calls. Whenever I tried to send JSON data via jQuery’s $.ajax() function, my Spring MVC application returned HTTP status 400 “The request sent by the client was syntactically incorrect”. My first attempt to solve this problem was – of course...

Weiterlesen...

FakeSMTP: A local mail server for testing purposes

08 Jun 2014

FakeSMTP: A local mail server for testing purposes

I recently found a very handy tool which allows one to set up a simple mail server which runs on local host for testing purposes. Since I currently develop a web application which has to send emails on registration or other notification events, I was looking for a simple tool...

Weiterlesen...

How to set up a remote git repository at shared hosters like All-Inkl.com

14 Jul 2013

How to set up a remote git repository at shared hosters like All-Inkl.com

Github has some great features and I do not want to miss them, but I am not willing to pay $7 per month for a “micro” account in order to set up a private repository. Well, the $7 do not contain just the private repository but also a wiki, issue...

Weiterlesen...

Enable User Management in Jenkins

08 Jul 2013

Enable User Management in Jenkins

Just a short memo to all users who are looking for the “Manage Users” section in Jenkins… Here is how to activate it in ten easy steps: Klick on “Manage Jenkins” Then on “Configure Global Security”. Then activate “Jenkin’s own user database” beyond “Security Realm” Now scroll down to “Authorization”...

Weiterlesen...

JUnit 4 does not run latest changes on tests

17 Jun 2013

JUnit 4 does not run latest changes on tests

Today I faced the problem that newly created JUnit test cases were not run by JUnit in Eclipse. As we are using Eclipse in combination with Maven we figured out that this was caused by a configuration problem of the project settings in Eclipse. Maven’s default test output directory is...

Weiterlesen...
  • Zurück
  • Seite 3 von 6
  • Weiter
That's me!

Ich bin Stephan, Software-Entwickler mit dem Schwerpunkt Web-Entwicklung. Auch Themen wie Java, Spring und Hibernate sind mir nicht fremd. Automatisierung sowie Testing sind ebenfalls wichtige Aspekte meines täglichen Arbeitens.


© by Stephan Köninger