| bio | website | jooq.org |
|---|---|---|
| location | Zurich, Switzerland | |
| age | 31 | |
| visits | member for | 2 years, 6 months |
| seen | 13 secs ago | |
| stats | profile views | 3,264 |
I'm currently working as a contractor for Adobe Basel, Switzerland.
Apart from that, I created the jOOQ and jOOX projects. jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL. jOOX is the jquery of Java: A simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose
- http://www.jooq.org (the jOOQ homepage)
- http://code.google.com/p/joox/ (the jOOX homepage)
- http://blog.jooq.org/ (insights on Java, SQL and jOOQ)
|
1h |
awarded | Popular Question |
|
14h |
comment |
Does any library exist which provides a fluent way to construct Java format strings? @AlexR: It's still in an early state, but very promising. Writing a good fluent API can be very tedious. This tool might certainly help |
|
14h |
answered | Does any library exist which provides a fluent way to construct Java format strings? |
|
16h |
comment |
java operator and exclusive with boolean operands That's just "AND". As in && or & |
|
16h |
answered | java operator and exclusive with boolean operands |
|
22h |
comment |
Why it is implied that objects are equal if compareTo() returns 0? @supercat: Yes, java.math.BigDecimal is such a type. 1.0 and 1.00 are "unranked", yet "distinct". Nonetheless, given the SortedSet contract, the two values are considered "equal" by SortedSet, unlike Set |
|
Jun 14 |
comment |
jooq, fill field value on insert, similar to record_timestamp Nope, not yet. Anyway, I'm not sure if this particular feature will really make it into jOOQ 3.1... |
|
Jun 14 |
revised |
jooq, fill field value on insert, similar to record_timestamp added 31 characters in body |
|
Jun 14 |
revised |
How to exclude fields from being copied added 64 characters in body |
|
Jun 14 |
revised |
How to exclude fields from being copied added 446 characters in body |
|
Jun 14 |
answered | jooq, fill field value on insert, similar to record_timestamp |
|
Jun 13 |
revised |
jooq, fill field value on insert, similar to record_timestamp edited tags |
|
Jun 13 |
comment |
XSL Transformations on large files @austin: SAX => probably Java. But the OP's talking about 60MB of XML input, not of XSLT code ;-) |
|
Jun 13 |
comment |
Difference between return[] and return() @JanDvorak: Well, it's certainly a good obfuscation technique... |
|
Jun 13 |
comment |
Difference between return[] and return() @JanDvorak: however, the comma operator is kinda useful when golfing [...]: See? It's actually a very good question making people think! :-) |
|
Jun 13 |
reviewed | Reject suggested edit on Difference between return[] and return() |
|
Jun 13 |
comment |
Difference between return[] and return() @JanDvorak: I'm coding JavaScript for ages now, and I have never thought about using (a, b) as an expression that returns b as shown by Alnitak. If there is a "decent tutorial" explaining this, then just create an answer and link to it. |
|
Jun 13 |
comment |
Difference between return[] and return() @DCoder: Don't be rude. If you're a newbie JavaScript programmer, these things might feel subtle. |
|
Jun 12 |
awarded | Guru |
|
Jun 12 |
awarded | Notable Question |