views:

26

answers:

1

Hi Experts, how can i use spring AbstractExcelView to generate a excel file in a portlet

Thanks Sam

A: 

See the Spring Reference.

James Earl Douglas
Yes, I saw that. My requirement is to incorporate it to a jsr-168 portlet. how to achieve that ?
Sam
I don't know much about Portlets with Spring, but according to the docs it sounds like you can use the same AbstractExcelView: "Spring Portlet MVC directly reuses all the view technologies from Spring Web MVC. This includes not only the various View implementations themselves, but also the ViewResolver implementations."
James Earl Douglas