wicket : setGatherExtendedBrowserInfo doesn’t play well with Ajax

As I’ve written on the wicket jira, setGatherExtendedBrowserInfo doesn’t play well with Ajax. For the explanation, here are Igor 2 cents on it :
ajax doesnt work because probably the ajax request is redirected to
that page…that page is what gathers all the browser info through
javascript…

.
Maybe I am a bit picky, but to have such [...]

InnoDB checks UNIQUE and FOREIGN KEY constraints row-by-row

Hi
For my first post here, let me speak about this issue which bogged us down a few time ago :
InnoDB checks UNIQUE and FOREIGN KEY constraints row-by-row

It may sound trivial, but it means that unique and foreign key constraints aren’t transaction safe. But, when using some ORM like hibernate, it’s pretty easy and apparently [...]

Another crappy book

I came to read “JUnit Profi-Tipps” yesterday. This book from ‘Entwickler.Press’ is about unit-testing with JUnit, just like many others are.
But there is something outstanding to it: The more you read, the harder it gets to keep reading. Don’t get me wrong: i often read books i disagree with. It is a good educating and [...]

This book is crap

Well, not actually crap, but utterly useless if you have more than 48hours of experience in the JavaEE field as well as 30min experience with glassfish after installing. It is very much about
[...]