PDA

View Full Version : File upload


rajyalakshmi.pulicherla
Jul 13th, 2007, 07:54 AM
Hi ,

kindly suggest logic/sample code for
uploading the csv file data to database using JSTL+SPRING+HIBERNATE+PORTLET

Thank u

johnalewis
Jul 18th, 2007, 04:35 PM
There is a file upload sample in the sample app in the Spring Portlet MVC wiki area:
http://opensource.atlassian.com/confluence/spring/display/JSR168/Home

This essentially covers the JSTL+Spring+Portlet combination. The addition of Hibernate use to persist the uploaded data would be separate code presumably in a service somewhere, so you should be able to look at standard Spring/Hibernate examples for help with that.