kosoant

1,185
reputation
74 views

Registered User

name kosoant
member for 1 year
seen 14 hours ago
website
location Finland
age 28
I'm a webapp developer from Finland. I'm keen to learn and I yearn to create.
Dec
18
comment How can you tell if a person is a programmer?
Lol'd at 5:30 am in a train for "You can tell that the person is a bad programmer if the names are x and Form1."
Dec
15
awarded  Good Question
Dec
10
accepted Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
Dec
6
awarded  Mortarboard
Dec
4
revised Open Session In View Pattern
Typo fixes
Dec
4
comment How to avoid storing credentials to connect to Oracle with JDBC?
Yes it's a problem, but what is then the solution in this case?
Dec
4
revised Open Session In View Pattern
Added point on option 4
Dec
4
revised Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
Added a link
Dec
4
revised Open Session In View Pattern
Added comments on N+1
Dec
4
comment Open Session In View Pattern
You're somewhat exaggerating the N+1 selects problem. It's just as easy to fix when using Open Session In View Pattern. Just add the proper dao or service methods and maybe a view to the database etc. Then use these to get the data that was previously lazily initialized in the view. There's no need to discard Open Session In View pattern just because there might (and will) be N+1 selects. Just fix them as they arise.
Dec
4
comment Cookie - Ajax / Javascript
Is this an advertisement or do you not really know how to use Google to search for "jQuery" and "cookie"?
Dec
4
revised Open Session In View Pattern
Added a note about transactional and propagation settings
Dec
4
answered Open Session In View Pattern
Dec
4
comment Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
I've tested this and it seems that it doesn't matter. It works (when it works) both ways with and without the content-type declaration.
Dec
4
answered Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
Dec
4
asked Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
Nov
6
comment Multiple submit buttons on a form
This is not what the user asked. The user wanted to know how to control which submit button in a form is activated when enter is pressed ie. which is the default button.
Oct
1
awarded  Popular Question
Sep
30
awarded  Nice Answer
Sep
18
awarded  Yearling
Aug
3
awarded  Nice Answer
Jul
9
awarded  Good Answer