SCdF

5,365
Reputation
332 views

Registered User

Name SCdF
Member for 1 year
Seen Nov 25 at 2:38
Website
Location Auckland, NZ
Age 24

...!

(contactable via email: iconoclasmic is the username, gmail is the provider)

1d
awarded  Notable Question
Nov
18
awarded  Popular Question
Nov
5
awarded  Popular Question
Oct
14
awarded  Nice Question
Oct
4
accepted Eclipse: stop code from running (java)
Oct
4
answered Eclipse: stop code from running (java)
Oct
1
awarded  Nice Question
Sep
22
awarded  Popular Question
Sep
21
awarded  Popular Question
Sep
20
comment Distributed cache with expiration control in Java
I might be understanding the question wrong, but if you control the CRUD and you control the cache, what's to stop you using any distributed cache (ehcache I believe is the crowd favourite) and then manually invalidating objects whenever you please? If there is no time component to expiration you either set the TTL/TTI very high (just in case some objects really should be thrown out after awhile) or turn it off completely.
Sep
4
awarded  Popular Question
Aug
18
awarded  Yearling
Aug
16
comment How can I close a netcat connection after a certain character is returned in the response?
I believe it is the latter
Aug
13
revised How can I close a netcat connection after a certain character is returned in the response?
Added another note about netcat -w not being good enough
Aug
13
asked How can I close a netcat connection after a certain character is returned in the response?
Jul
13
awarded  Reversal
Jul
10
comment Tell difference between Vista and XP [C]
I'm fairly sure it does tell the difference between different versions correctly. I think 5.something is XP, 6 is Vista and 6.1 is Windows 7.
Jul
10
comment Is GIJ (GNU Interpreter for Java) stable enough for commercial use?
Actually the more I think about it the more it comes down to whether the people who control the box are really anal about it. You should probably ask to install the official Sun build as a matter of course, as it's certainly not going to have more bugs in it ;)
Jul
10
comment Is GIJ (GNU Interpreter for Java) stable enough for commercial use?
This is possibly a bad suggestion (hence the lack of an actual answer) but couldn't you just run with it until it breaks. As long as you do enough good testing you should find any major issues with it long before you lose business or the client loses confidence.
Jul
9
comment Abstraction away from CSS
Wonderful, just wonderful.
Jul
8
awarded  Disciplined
Jun
25
comment How do I have multiple components respond to a single event in JSF?
WRT Ajax, At the time I was yeah. Basically we did a spike to look at using JSF as a component framework in an almost portal / portlet-like scenario. So we want components to 'publish' events that they consume and have other components produce those events, transparently without linking up components.
Jun
23
awarded  Nice Answer