Phill Sacre

6,677
reputation
216 views

Registered User

name Phill Sacre
member for 1 year
seen 4 hours ago
website
location Colchester, UK
age 26
Software Developer, primarily developing Java and JEE based applications, working in the UK.
Dec
6
awarded  Mortarboard
Nov
30
answered Convert a String to an Enum ?
Nov
25
answered Manage Session when broswer has disable cookies
Nov
23
accepted With Java reflection how to instantiate a new object, then call a method on it?
Nov
23
answered With Java reflection how to instantiate a new object, then call a method on it?
Nov
23
answered how can i retrieve the msg from HttpServletResponse.sendError
Nov
23
answered J2SE Question, constructor auto run?
Nov
20
comment What real life bad habits has programming given you?
tslib, it's like you can read my mind! Scary! ;)
Nov
17
answered unresponsive java application for no reason
Nov
17
answered How to debug a servlet in eclipse without having to deploy it
Nov
17
answered Hibernate or iBatis or something else?
Nov
12
awarded  Civic Duty
Nov
12
awarded  Nice Answer
Nov
12
revised Is localization always “A Good thing”?
Fixed style a bit
Nov
12
accepted Is localization always “A Good thing”?
Nov
12
answered Is localization always “A Good thing”?
Nov
10
answered Find user independent TEMP directory with Java
Nov
4
answered Call crystal reports through java
Nov
2
answered Response any web page in the internet from a PHP file
Nov
2
comment Response any web page in the internet from a PHP file
What do you mean change the image URL to the full URL? For example, if the image URL was image.gif, how would it know that the domain was google.com? All I can think of is changing the URL to its canonical form, i.e. google.com/image.gif => google.com/image.gif
Oct
26
comment Image resize quality (Java)
Hi, actually I haven't tried all six which I probably should. Although I am using bicubic resampling which, as you say, "should" be the best. I'm also not using the "high quality" mode as it doesn't work in that situation, the Java imaging API seems to be prone to deadlocks! Probably something wrong with my code, not sure what though.
Oct
26
comment Image resize quality (Java)
I was hoping to avoid an external call but I think you may be right. Java just doesn't seem to have quite got image processing right yet!
Oct
26
asked Image resize quality (Java)
Oct
19
accepted Localization of default messages in JavaServer Faces
Oct
19
answered Localization of default messages in JavaServer Faces
Oct
15
answered Required language, tools and approach for a scalable web application like twitter
Oct
15
answered Multiplayer browser game [Java]
Oct
9
accepted Using request.setAttribute in a JSP page
Oct
9
accepted How to run shell script on remote machine from Java?
Oct
9
answered How to run shell script on remote machine from Java?
Oct
6
accepted Struts html html:text does not close input type=”text” tags
Oct
2
awarded  Nice Answer
Oct
2
answered How would you intercept all Exceptions?
Sep
30
answered How to run a task daily from Java?
Sep
24
accepted Head start Java Server Faces
Sep
23
answered Head start Java Server Faces
Sep
16
awarded  Yearling
Aug
28
comment How to change the list in a SelectOneMenu, if the value is changed in another?
Glad that you got it working. RichFaces does make it easier to do things than standard JSF!
Aug
28
answered How to change the list in a SelectOneMenu, if the value is changed in another?
Aug
28
comment Running an applet in Linux?
At the risk of stating the obvious, does your Linux browser have Java support? Have you tried it on an applet you know does work?
Aug
24
answered When registering for Java events, are duplicate listeners typically allowed?
Aug
19
answered What’s Alternative to Singleton
Aug
19
answered when getting drive information using java
Aug
12
awarded  Taxonomist
Aug
7
comment JSF/Facelets: set `action` attribute to a dynamically evaluated string
There are a number of tutorials on the internet. For example, the IBM developerWorks tutorials: ibm.com/developerworks/views/…:
Aug
7
accepted Problem when removing index.php from url
Aug
6
comment Problem when removing index.php from url
Glad it helped - I had the same issue myself :)
Aug
6
answered Problem when removing index.php from url
Aug
6
answered JSF/Facelets: set `action` attribute to a dynamically evaluated string
Aug
4
accepted applications running on java 1.4 but windows server says new java updates available.