15,650 reputation
21638
bio website greatoldones.wordpress.com
location England, United Kingdom
age 34
visits member for 2 years, 4 months
seen yesterday
stats profile views 816

Jack of all a fair few trades, master of none.


May
9
comment Method Chaining in Java
@MartinSpamer You may disagree but you're wrong. It's not the abuse that is the problem but that it's conceptually incompatible with what a method is supposed to represent in OO.
May
5
awarded  java
Apr
15
awarded  Good Answer
Apr
1
awarded  Notable Question
Mar
28
comment Wicket form “ServletRequest does not contain multipart content”
How have you tried to reproduce it?
Mar
27
comment B/CLOB handling in jOOQ
I know, but I was thinking of intercepting the PreparedStatement after jOOQ bound all the parameters it can, and add the LOB to it.
Mar
27
comment The ? boolean zen operator
It's difficult to tell without an error message but my guess is that both these methods have a void return type. That's not how ?: works, both statements on the RHS of ? should evaluate to a non-void value.
Mar
27
comment B/CLOB handling in jOOQ
This is useful but it's the plain vanilla JDBC solution, a last resort. I was thinking along the lines of interfering with jOOQ's parameter binding.
Mar
26
asked B/CLOB handling in jOOQ
Mar
26
comment Why addEventListener function couldn't get global variable?
Put an alert in each function to see what order they're called in.
Mar
25
comment find the k-th element in a unimodal array
Shouldn't p be 3?
Mar
23
comment wicket components - publisher - subcriber pattern
Are you looking for something like this?
Mar
18
comment Using panels instead of String in Autocompletetextfield
Further to the answers below, depending on the number and nature of the different things you want to display, you might want to use fragments instead of panels.
Mar
14
awarded  Nice Answer
Mar
12
awarded  Enlightened
Mar
12
awarded  Nice Answer
Feb
18
awarded  Guru
Feb
13
awarded  Nice Answer
Feb
11
awarded  Popular Question
Feb
6
comment Optimal triple town algorithm
This is a question and a half. :)