3,778 reputation
4927
bio website
location London, United Kingdom
age
visits member for 4 years, 8 months
seen 6 hours ago
stats profile views 366

2d
asked How to detemine if jekyll running locally or in production site?
May
15
revised Guava equivalent for IOUtils.toString(InputStream)
added 33 characters in body
Apr
22
comment Forwarding request to a JSP
sisu-guice is not an official guice. it is part of sisu project eclipse.org/sisu
Jan
11
awarded  Popular Question
Jan
10
revised Jersey Guice JSP how to?
added 194 characters in body
Jan
7
comment How would you serve a Google cloud storage file from an appengine servlet?
But isn't it ineffective to call createGsBlobKey for a static file, especially if you want to serve that file many times?
Jan
6
awarded  Famous Question
Dec
30
awarded  Popular Question
Dec
27
comment Compact way to create Guava Multimaps?
Hi, @KevinBourrillion. Forcing that factory parameter creates lots of noise for sometimes very simple usecases. What would be very useful to have simplified version, something like that NewListMultimap(Map<K,Collection<V>> map) which would create multiMaps using some default factory. I have lot's MultivaluedMap classes from Jersey to convert to multimaps and that conversion code makes it very difficult to read the code.
Dec
19
answered Java 7 support for Google App Engine Java
Nov
29
revised If condition for comparing integer and float does not working
error in text
Oct
10
comment Jersey Google app engine - Resource not found
yes. Otherwise it was expecting /stream/stream/* to work.
Sep
27
comment PDF reports from Google Appengine for Java
Yes, but there is no point now, as Google is deprecating Conversion api, which would do that. :-( here is more info on api developers.google.com/appengine/docs/java/conversion and here about deprecation of it code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
Sep
27
comment Options for Image Caching
Classic, don't teach the teacher. Hello Stuart, good to know you are here. ;-)) Since you are here, maybe you can it clarify a little for us. It seems blobstorage going to be deprecated with CS, since I can't see any reason left to using them. Otherwise why would the apis be so aligned for takeover?
Sep
26
comment Options for Image Caching
@StuartLangley There are a number of benefits you get with Cloud Storage: Free Hosting (at least to the end of the year), more flexibility with uploading files, CS is better suited for bigger files, it is a dedicated file storage engine with many additional features, shall you need them in future. Whereas with blobstore you would have to implement them manually shall you need them. To put it in perspective, CS allows you to do everything you can with blobstore and more. Thus it seems a better option. Plus, if you noticed Google is encouraging it by enabling blobstore api for CS.
Sep
26
revised If you're storing an image Blob in App Engine, should you put it in the Blobstore or Google Cloud Storage?
edited body
Sep
25
comment Pretty JSON format with GAE Java
@SilverTsuki Most of the libraries mentioned in the link above by Trevor (e.g. Jackson, GSON) will work on GAE
Sep
25
answered Options for Image Caching
Sep
17
awarded  Yearling
Sep
14
comment Does blobstore URL expire? Getting 500 error
i have exactly the same problem. The links work in some locations, and don't work in others. Although they work when I resize them to 200. Did you manage to get this working somehow or it did just fix by itself? How did you fix this? Thanks in advance.