705 reputation
313
bio website
location
age
visits member for 1 year, 8 months
seen 17 mins ago
stats profile views 43

A simple java programmer slowly gaining experience on the burning ground of stackoverflow.

Currently boycotting (due to them not playing by the rules):

>


7h
comment Mongo shell in Windows 7 “unicode text could not be correctly displayed”
Same exact problem here... with italian keyboard mongo shell is a mess... Console2 / Poweshell / Power cmd / Cygwin - winpty .... None of these worked! I really have no idea!
Apr
15
awarded  Excavator
Apr
15
revised Can I call methods in constructor in Java?
grammar mistake in singleton pattern
Apr
15
suggested suggested edit on Can I call methods in constructor in Java?
Apr
12
comment Resteasy PostProcessInterceptor after ResteasyJacksonProvider
Right, I said "Is it possible to have a PostProcessInterceptor to be executed after JSON-Jackson serialization?" So I'm interested in the JSON String in the response body, not the object. So your suggestion is MessageBodyWriterInterceptor. Seems a good solution, I'll let you know!
Apr
12
comment Resteasy PostProcessInterceptor after ResteasyJacksonProvider
I'm looking for an interceptor that process all the outgoing body responses (not the incoming request), is this possible with CDI Interceptor? I'm currently reading the documentation, is this what you are suggesting to me? docs.jboss.org/weld/reference/1.1.5.Final/en-US/html/…
Apr
10
comment Ignoring new fields on JSON objects using Jackson
This does not answer the question, as Hadi said, there is no field to annotate in POJO
Apr
3
comment Handling an array of json objects with Javascript serialized by Jettison and JAXB
Can you please expand a bit more the question "how I can work with this JSON output by use of Javascript (JQuery) ?" ? Thanks
Mar
7
asked Resteasy PostProcessInterceptor after ResteasyJacksonProvider
Nov
9
answered Must I use the new Enhanced Auth Dialog to ask for publish_actions permission?
Nov
9
comment List of Facebook error codes
Nice work Tim ☺. Anyway, I still have some problem trying to understand the difference between error code "10" and error code "200"... facebook still doesn't help me in understanding the difference
Nov
5
comment eclipse - find references only in specific class and all subclasses of that class
Yes, that's fine. Maybe the OP wanted to find a reference automatically in all subclasses in the current working set, without specifing manually where you want to search and where you don't. Anyway I think your answer is the only possible way.. AFAIK
Nov
5
comment eclipse - find references only in specific class and all subclasses of that class
yes, but How can you achieve the O.P. goal if some sub-classes are outside that package? Am I missing something?
Nov
2
revised Get multiple images in facebook API
Added FQL tags to improve the search of this question
Nov
2
comment Detect when a user comes through the new Facebook Authenticated Referrals
In my personal humble opinion, suggesting an alternative, would be a nice thing after downvoting a question. Not just "I don't like your answer even if I see no alternative"
Oct
31
comment My Apps admin not working
Try without the final '/' and it should be correct.. let me know.
Oct
31
answered My Apps admin not working
Oct
30
comment Capture and log the response body
you are right, I'm abolutely wrong! I used the wrong word, the code compile, but does not run for the reason explained before
Oct
30
comment Capture and log the response body
It gives me the idea, but the code you posted does not compile! At the moment I can't figure out how can I call getWriter without leading to an IllegalStateException like @Chishi pointed
Oct
22
awarded  Notable Question