duffymo

27,521
Reputation
2154 views

Registered User

Name duffymo
Member for 1 year
Seen 7 hours ago
Website
Location CT USA
Age 52
Former mechanical engineer who migrated from FORTRAN to C, now software developer who went from C++ to Java. Trying to break out of the "curly brace" mold by learning Python.
7h
answered correct concurrency pattern
12h
comment what java dependency injection framework to use
I like chocolate.
12h
answered what java dependency injection framework to use
12h
answered Help with a MySQL query
13h
answered how to increase oracle query when 22,000,000 records in single table?
22h
answered Decoupling backing store with Spring Web MVC
1d
comment Numerical computation in Java.
Depending on the function, a transform might help.
1d
answered Numerical computation in Java.
1d
comment Why is JVM creating a copy of an object when passing it to a method?
You should never think "bug in the VM" first. Either your code is wrong or your intuition about what should happen doesn't match reality.
1d
comment Java book for programmer with intermediate experience
Peter van der Linden's "Deep C Secrets" was a terrific, funny book, but I can't agree with this recommendation. "Just Java" was one of the very first books that came out after 1.0. Is this edition really worth it?
1d
accepted Member value changes between successive calls of the same function
1d
comment Java book for programmer with intermediate experience
Not hyping, not part of a cult. I agree with Peter - it's more about emulating their design: layering, interfaces, etc. You can learn a lot by looking at good code.
1d
answered Java book for programmer with intermediate experience
2d
comment Member value changes between successive calls of the same function
So vote it up and accept it.
Dec
3
revised What is the future of GlassFish ESB / Open ESB
corrected error
Dec
3
comment What is the future of GlassFish ESB / Open ESB
Sorry, my mistake. I'll amend my answer.
Dec
3
revised Laplace Transform
corrected spelling
Dec
3
answered What is the future of GlassFish ESB / Open ESB
Dec
3
comment What is the future of GlassFish ESB / Open ESB
skaffman, I disagree about the dinosaur comment. WebLogic is still my favorite Java EE app server. I might be thinking too fondly of the BEA glory days, but I think it still wins in a race with WebSphere and JBOSS. Can't claim personal experience with Glassfish, so I can't comment on that.
Dec
3
comment Bad form for JUnit test to throw exception?
+1 - Pascal, your answers have been so impressive. Nice work.
Dec
3
comment Paying great programmers more than average programmers
@Kelly - exactly. Why are you so confident that you can tell that 10X number with such certainty, but companies can't? If you could express that metric, and identify the individuals who met it, you'd be making a lot more than the developers you placed. Don't you see how false your argument is now? Money IS a great metric. Why doesn't it work out for developers who invoice directly for their services, like movie and trading stars? Because it's hard to measure, and it's often a team sport.
Dec
2
accepted Difference between Custom Tag and Java Bean?
Dec
2
comment Compiler difference between IntelliJ and Eclipse
+1 - very nice, fundamental work by Pascal.
Dec
2
answered Member value changes between successive calls of the same function
Dec
2
answered Which is more secure or more used .net or J2EE?
Dec
1
comment What version of Java is realistic to expect on a client/browser?
True, but it's more of an indicator than nothing. And there's nothing to prevent someone with an out of date JRE from downloading an upgrade. I think it's perfectly reasonable.
Dec
1
comment Java out of memory Exception
Not without more info.
Dec
1
answered J2EE war file redeployment changes not reflected
Dec
1
answered Get the slope from one point and an angle in degrees.
Dec
1
answered which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
Dec
1
comment Data-driven tests with jUnit
+1 - useful, indeed.
Dec
1
comment Future Popular Languages
That's evidence enough for me.
Nov
30
answered Future Popular Languages
Nov
30
comment Java out of memory Exception
Could be. Can't tell without code, but if you aren't closing these properly you could be leaking resources that will bring you grief.
Nov
30
answered Data-driven tests with jUnit
Nov
30
answered What version of Java is realistic to expect on a client/browser?
Nov
30
accepted Business Objects - Containers or functional?
Nov
30
awarded  Necromancer
Nov
30
answered Java out of memory Exception
Nov
30
answered Network Load Balancing (NLB): is it suitable for “stateful” ASP.NET applications?
Nov
30
revised Why are professors or schools picking Java over C++ to teach to students?
additional thoughts
Nov
30
answered Why are professors or schools picking Java over C++ to teach to students?
Nov
30
comment Why are professors or schools picking Java over C++ to teach to students?
MIT just switched SICP from Scheme to Python: danweinreb.org/blog/….
Nov
29
answered Why am I getting SQLSyntaxErrorException - encountered “” ?
Nov
29
awarded  Nice Answer
Nov
29
comment Java NullPointerException When I call a method on a custom class
So why not vote the answer up if you've accepted it?
Nov
29
accepted Java NullPointerException When I call a method on a custom class
Nov
29
comment MS Access - Can’t Open Any More Tables using JdbcOdbcDriver
+1 from me. This is incredibly thorough.
Nov
29
answered Java NullPointerException When I call a method on a custom class
Nov
29
comment Java: Implementing simple equation
It should also be noted that the Shampine review of the ODE chapter commented on the first edition; the second edition incorporated many of his suggestions; see nr.com/bug-rebutt.html