marcospereira

2,032
reputation
78 views

Registered User

name marcospereira
member for 1 year
seen Dec 16 at 23:30
website
location Recife, Pernambuco, Brazil
age 30
An infant terrible.
Oct
19
revised How can I access path variables in a URI template in the view (Spring 3/SpringMVC)?
edited tags
Oct
12
accepted How do I expose data in a JSON format through a web service using Java?
Oct
7
revised Code coverage targets for APIs
corrected spelling
Oct
7
answered In groovy, is there a way to check if an object has a given method?
Oct
5
answered Which is the standard Java crypto API?
Oct
5
answered How to redirect all console output to a Swing JTextArea/JTextPane with the right encoding?
Oct
5
answered The funniest/weirdest error message you’ve got from a development environment/application
Oct
5
comment To ternary or not to ternary?
just because if else is a quite more verbose for simple decisions: int a = 0; if(b > 10) a = some_value; else a = another_value; What do you prefer?
Oct
2
awarded  Good Answer
Sep
28
answered web.xml servlet mapping for wildcard requests
Sep
5
awarded  Yearling