Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7855213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:19:10+00:00 2026-06-02T20:19:10+00:00

I have a spring mvc application that I am using Hibernate with. I am

  • 0

I have a spring mvc application that I am using Hibernate with.
I am using the sessionFactory.getCurrentSession in my Dao methods (not hibernate support).

What I want to know is, what do I have to do to be able to use my hibernate database layer
in a non-web application?

I have a stand-alone java application (that runs via main) where I load spring’s application context
programatically and then get my service layer (which depends on my hibernate db layer).
Do I need to do anything special in my spring.xml file to setup hibernate’s session?

In my spring mvc web app, I did annotate my Dao methods with the @Transactional annotation.
(I want the transaction on a per call basis, not for a group of db calls).

P.S In my web app, how are sessions created/destroyed, is it per request?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T20:19:12+00:00Added an answer on June 2, 2026 at 8:19 pm

    You can get hold of the spring ApplicationContext from main method. it will behave exactly the same as the one in web.

    ApplicationContext context = new  ClassPathXmlApplicationContext("applicationContext.xml");
    YourDAO yDao = (YourDAO)context.getBean("yourDAO");
    yDao.callYourSpecialMethod();
    

    So, from this point there is no dependancy for hibernate, it should work automatically. here just the view gets changed, no logical or structural changes. So the transactions and other things should work as usual.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application built on Spring MVC that uses Hibernate for all of
I have an application which are using Hibernate / Spring and Spring MVC, but
I have java application with web interface (Spring MVC) using Hibernate. I have quite
I have a spring mvc application that I have broken up into separate maven
I have a Spring Web MVC application that I'd like to serve a large,
So I have a spring mvc web application that I built in IntelliJ 9,
I have a spring MVC application using JSP as my view technologies with Jquery
I'm trying to make this 2-player web game application using Spring MVC. I have
I'm developing a simple, training application with Spring MVC and Hibernate. I'm using Maven
I am using Spring Web MVC for my application. I have 1 dropdown list

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.