Hi
I'm trying to return JSON (by using @ResponseBody) from a spring-controller. This is working fine when it's "normal" get/post requests. But when I try uploading af file then we don't get JSON...
Type: Posts; User: andersbe; Keyword(s):
Hi
I'm trying to return JSON (by using @ResponseBody) from a spring-controller. This is working fine when it's "normal" get/post requests. But when I try uploading af file then we don't get JSON...
Hi
I'm playing around with a small addon for roo. What I would like to do is:
1. new command to use in the shell - OK
2. Add annotation to entity and create new methods on entity- OK
3....
I've created a new enchancement request: https://jira.springsource.org/browse/ROO-458
Is it possible to call a business method on an entity bean when the user press a button? Kind of like what you can do with a managed bean in JSF. It could also be an action on the list-view.