nojevive

482
reputation
59 views

Registered User

name nojevive
member for 7 months
seen Dec 9 at 14:33
website
location NL
age 42
Java Developer/architect/TeamLead Like to work on tough complex projects where an elegant solution is needed, without loosing the pragmatic touch.
Jul
16
comment getting strange stacktrace on compiling groovy class
thanks for the tip.
Jul
14
comment getting strange stacktrace on compiling groovy class
I cleaned up the project and recompiled. Got the same error. Turns out there was a typo in anonther class? How come you need to specify the domain class to generate-all on the command line and then it seems to compile another class? well, maybe beginner struggles...
Jul
14
awarded  Commentator
Jul
14
comment getting strange stacktrace on compiling groovy class
I tried that already, I chopped off everything after 'street', but to no avail.
Jul
14
revised getting strange stacktrace on compiling groovy class
additional tests showed no influence of constraints
Jul
14
asked getting strange stacktrace on compiling groovy class
Jul
12
asked How do I calculate someone’s age in Java?
Jul
7
answered Is there a Python language specification?
Jul
7
answered When should we use Java’s Thread over Executor?
Jul
7
answered Is there a difference between x++ and ++x in java?
Jul
7
awarded  Critic
Jul
6
answered What is the fastest method for reading from a text file in Java?
Jul
4
awarded  Editor
Jul
4
revised What is data-driven programming?
typo
Jul
3
answered How do you evaluate a Software Architect?
Jul
1
accepted What is data-driven programming?
Jun
30
awarded  Autobiographer
Jun
30
comment Implicit and explicit exception difference
More explicit in this context means for an exception type that is of a derived type (being more specific) than the more general base class type.
Jun
30
comment How do you determine if a file is html from the URL?
It may be that the content type is incorrectly set. Happens. ANd if correct, then it may not even be valid HTML. You should validate against its schema definition depending on what you want to do with it.
Jun
30
answered What is data-driven programming?
Jun
28
asked How to change JTree view dynamically when a nodes object’s state changes?
Jun
27
answered Howto manage the game state in face of the EDT?
Jun
27
answered Web based project management tool
Jun
25
comment Which design option is better to use in coding a framework?
Thanks, great 'best practice' advice.
Jun
25
comment Which design option is better to use in coding a framework?
Ok, right, so there's no guarantee. Smart checks here and there should catch most serious errors, but the rest then boils down to having good documentation.
Jun
25
asked Which design option is better to use in coding a framework?
Jun
24
answered What do project managers do all day?
Jun
22
comment Is there any Ruby or Python interpreter for Lego Mindstorm?
Hi, thanks for the pointer to the site, I guess there's a good starting point ;-)