GaryF

2,883
Reputation
174 views

Registered User

Name GaryF
Member for 1 year
Seen 7 hours ago
Website
Location Glasgow, UK
Age 26
Software engineer/web developer, from Glasgow, UK.
1d
revised How negligible is ParameterizedBeanPropertyRowMapper’s performance hit?
added 414 characters in body
1d
revised How negligible is ParameterizedBeanPropertyRowMapper’s performance hit?
added 160 characters in body
1d
answered How negligible is ParameterizedBeanPropertyRowMapper’s performance hit?
Nov
29
accepted Whats a good blogging system to setup with a domain.
Nov
23
revised Internal implementation of java.util.HashMap and HashSet
Adding reason.
Nov
23
answered Internal implementation of java.util.HashMap and HashSet
Nov
20
answered Where I can find good Spring project example with Hibernate?
Oct
23
answered How to make industry standard desktop Java applications?
Oct
21
answered How should I design my rating system?
Sep
17
answered Using user defined method to print line to console in java
Sep
16
answered Depth first search using java
Sep
14
answered IntervalTree Java Implementation
Sep
9
accepted undo/redo with cascading deletions
Sep
7
awarded  Civic Duty
Sep
7
comment Legal have servers overseas - USA
I'm confident because a) I've worked for large companies who have done it (and been involved in international migrations), and b) I can think of dozens of examples (Google, Amazon etc). I certainly should have sourced though.
Sep
4
answered Legal have servers overseas - USA
Aug
28
accepted Java newbie: infinite loop searching for specific text in a file
Aug
28
answered Java newbie: infinite loop searching for specific text in a file
Aug
28
accepted Log4J able to recover from disk full?
Aug
27
comment Log4J able to recover from disk full?
If you're using the OnlyOnceErrorHandler, you might consider using the FallbackErrorHandler (logging.apache.org/log4j/1.2/…) instead. That way you can specify a second appender (maybe an email appender) when the first can't write any more. That'll handle a lot of what wrapping would do.
Aug
27
answered Log4J able to recover from disk full?
Aug
27
comment Is persistent HTTP with HTTP/1.0 possible?
It's hard to say for sure, but I'd say probably yes.
Aug
25
accepted How can I determine what the alphabet for a locale is in java ?
Aug
25
answered Is persistent HTTP with HTTP/1.0 possible?
Aug
25
answered Will struts 1.2.4 work with Java5 ?
Aug
19
answered Bootstrap loader using java.
Aug
18
answered java logging vs Log4j in Spring framework. Which one is the most suitable.
Aug
18
comment Can we deny a java object from serialization other than giving transient keyword
For what purpose? Why is transient not a good solution for your use-cases?
Aug
12
awarded  Yearling
Aug
2
awarded  Good Answer
Jul
27
answered how to replace the null character
Jul
21
answered Easiest Way to Check if a Java String Instance Might Hold Spam Data.
Jul
19
comment Queueserver --> java appservers --> cluster of calculation servers
The Spring Framework is broken down into modules. You'd need some of them, but not all.
Jul
17
answered Queueserver --> java appservers --> cluster of calculation servers
Jul
8
awarded  Disciplined
Jul
3
revised good example of Javadoc
typo
Jul
3
accepted good example of Javadoc
Jul
3
answered good example of Javadoc
Jul
2
comment Hash Code Implementation
Good to know, but HashMap is not the only code to make use of hashCode() so distribution could be a problem.
Jul
2
answered Hash Code Implementation
Jul
2
answered HashMap profiling
Jun
27
revised Making a lottery program in Java
deleted 2 characters in body
Jun
27
revised Making a lottery program in Java
added 600 characters in body
Jun
27
answered Making a lottery program in Java
Jun
17
answered Are java primitive ints atomic by design or by accident?