and if you want to use hibernateDaoSupport, how can you get your session object then for creating a query?
like this: getSessionFactory().getCurrentSession() ?
Type: Posts; User: ThomasVD; Keyword(s):
and if you want to use hibernateDaoSupport, how can you get your session object then for creating a query?
like this: getSessionFactory().getCurrentSession() ?
Hi all,
Currently i'm trying to create a portlet using spring portlet mvc and hibernate 3.
I have a dao class who extends HibernateDaoSupport for using getHibernateTemplate() and getSession()....
This is my situation:
in my index.jsp i do:
<c:redirect url="/home.htm"/>
In my dispatcher servlet i do the following things:
Hello,
I have a curretn a multipart file as a result from an upload with spring mvc:
protected ModelAndView onSubmit(
HttpServletRequest request,
HttpServletResponse...
thank you very much
I use spring core to, so i'm just gonna add that one to
Hi,
I'm quite new to the springframework.
Now i want to set up a project that uses spring mvc with maven.
I added the dependency:
<dependency>
<groupId>org.springframework</groupId>
...