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 7690803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:28:48+00:00 2026-05-31T20:28:48+00:00

I am trying to find a better what to do this. In Spring a

  • 0

I am trying to find a better what to do this. In Spring a lot of my classes need to load beans (objects) from XmlBeanFactory. So I put the following line into most of my classes

private static XmlBeanFactory beanFactory = new XmlBeanFactory(
            new ClassPathResource("config.xml"));

Does anyone know of a better what for me to do this so I don’t have to have this in most of my classes?

  • 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-05-31T20:28:49+00:00Added an answer on May 31, 2026 at 8:28 pm

    You can make your class implement BeanFactoryAware that will give you instance of the bean factory, so you could call one of BeanFactory.getBean(..) methods directly.

    public class MyFactoryBean implements BeanFactoryAware {
      private BeanFactory beanFactory;
    
      public void setBeanFactory(BeanFactory beanFactory) {
        this.beanFactory = beanFactory;
      }
    
      public void someMethod() {
        MyBean myBean = beanFactory.getBean("myBean", MyBean.class);
        ...
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

any better way to write this ? $(this).parent().parent().find( dd ul).toggle(); update.. I am trying
I'm trying to find a better way to do this as it could take
I'm hopelessly trying to find a better way of filling a range contents. This
I am trying to find a better way to integrate IRB with my normal
Trying to find a way to send a POST HTTPS request from Python to
I'm trying to find a more or less foolproof way to solve the following
I am trying to find if there is better way to check if the
I am trying to get a better and organized result from using class inheritance
I'm trying to find better methods to handle the events of a polled socket
I'm trying to find the best way to uncouple messageboxes from my logic so

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.