WolfmanDragon

1,760
Reputation
351 views

Registered User

Name WolfmanDragon
Member for 1 year
Seen Nov 27 at 17:12
Website
Location United States of America
Age 35
Java, Web and PostgreSQL
Nov
24
comment Does Java need closures?
This is the best description of a closure that I have encountered. I understand now why the new closure implementation is being limited to local only. Danger Will Robinson, Danger!
Nov
21
awarded  Popular Question
Nov
18
awarded  Popular Question
Oct
28
awarded  Popular Question
Oct
28
revised JPA Logging in WebLogic 11g (10.3.1)
edited tags
Oct
28
accepted Time Travel functions in postgresql
Oct
20
revised PostgreSQL SELECT the last order per customer per date range
added tags
Oct
20
asked PostgreSQL SELECT the last order per customer per date range
Sep
30
comment convert a two Byte bit mask into a EnumSet
I am pulling in the bytes as short's, so I was able to shorten the mask to int mask = (hbyte << 8) | (lbyte); It works, thanks.
Sep
30
asked convert a two Byte bit mask into a EnumSet
Sep
25
awarded  Popular Question
Sep
21
comment Java Generics: Why Does Map.get() Ignore Type?
@ZZ Coder, I addressed the get in the top set of code, the second set of code I was pointing out another common problem some have using generics
Sep
21
revised Java Generics: Why Does Map.get() Ignore Type?
deleted 22 characters in body
Sep
21
revised Java Generics: Why Does Map.get() Ignore Type?
changed types
Sep
21
answered Java Generics: Why Does Map.get() Ignore Type?
Sep
21
revised How can I cycle through hex color codes in PHP?
add link
Sep
21
answered How can I cycle through hex color codes in PHP?
Sep
17
awarded  Yearling
Sep
15
comment For loop construction and code complexity
I would so love to see my old instructors faces if any of them saw these posts promoting breaks inside a loop. :) Sure we can use a hammer to drive in a screw, but maybe we should use a screwdriver instead.
Sep
15
comment For loop construction and code complexity
Computer Science 101.
Sep
15
answered For loop construction and code complexity
Sep
9
answered HTML “overlay” which allows clicks to fall through to elements behind it
Sep
1
comment Does a Foreign Key referencing PK need the NOT NULL constraint?
1:1 relationship. The Table that I am working on is a bridge table.
Sep
1
asked Does a Foreign Key referencing PK need the NOT NULL constraint?
Aug
31
comment Might EnumMap be considered a reasonable alternative to Java beans?
@ChssPly76, edited answer to address this.
Aug
31
revised Might EnumMap be considered a reasonable alternative to Java beans?
added 148 characters in body
Aug
31
answered Might EnumMap be considered a reasonable alternative to Java beans?
Aug
26
accepted PHP and Databases: Views, Functions and Stored Procedures performance
Aug
24
answered What is a word boundary in regexes?
Aug
20
awarded  Popular Question
Aug
6
revised What are static factory methods in Java?
edited tags
Aug
6
comment First name, middle name, last name. Why not Full Name?
So a Pope gets to change his name? I think I have heard something about that. My point exactly, how many situations do we have that we have not thought up?
Aug
6
comment Why is List<Number> not a sub-type of List<Object>?
+1, this is how generics works. DO pick up a copy of Java Generics and Collections. Awesome book!
Aug
6
answered Do final members assigned constants on declaration get optimized at run-time to ‘static final’s?
Aug
6
comment dynamically creating & destroying logging appenders
+1 Good tutorial link
Aug
6
answered What are the things Java got wrong?
Aug
6
comment What are the things Java got wrong?
I agree on the naming schema @Scott
Aug
6
comment What are the things Java got wrong?
Real time is best done in ADA or C. While Java can run real-time systems, but was not designed for them.
Aug
5
revised what is a member vs. a property
added content
Aug
5
answered Simple way to repeat a String in java
Aug
5
comment Simple way to repeat a String in java
+1, you are right, a library would be more effort that the payback.
Aug
5
answered what is a member vs. a property
Aug
4
revised We have to use C “for performance reasons”
added Link
Aug
4
comment We have to use C “for performance reasons”
@Adriaan, you misunderstood what I was trying to say. ADA is the high level language that was designed for embedded systems and mission critical systems. It should be the high level language of choice on embedded systems. Yes, my statement was Bold and I stick by it.
Aug
3
answered We have to use C “for performance reasons”
Aug
3
accepted How do I create a new Joda DateTime truncated to the last hour?
Jul
30
answered How do I create a new Joda DateTime truncated to the last hour?
Jul
30
asked How do I create a new Joda DateTime truncated to the last hour?
Jul
27
comment Pi/Infinite Numbers
+1 Logic works where math fails.
Jul
27
answered Problem with Numeric/String using Apache POI…