Search:

Type: Posts; User: ThomasVD; Keyword(s):

Search: Search took 0.02 seconds.

  1. and if you want to use hibernateDaoSupport, how...

    and if you want to use hibernateDaoSupport, how can you get your session object then for creating a query?

    like this: getSessionFactory().getCurrentSession() ?
  2. spring portlet mvc + hibernateDaoSupport problem

    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()....
  3. Replies
    0
    Views
    607

    Can't find mapping with @ReqeustMapping

    This is my situation:

    in my index.jsp i do:



    <c:redirect url="/home.htm"/>


    In my dispatcher servlet i do the following things:
  4. Replies
    3
    Views
    3,118

    parsing a multipart file

    Hello,

    I have a curretn a multipart file as a result from an upload with spring mvc:



    protected ModelAndView onSubmit(
    HttpServletRequest request,
    HttpServletResponse...
  5. thank you very much

    thank you very much
  6. I use spring core to, so i'm just gonna add that...

    I use spring core to, so i'm just gonna add that one to
  7. org.springframework.web.multipart.MultipartResolve r

    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>
    ...
Results 1 to 7 of 7