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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:54:11+00:00 2026-05-27T17:54:11+00:00

I want to load xml file into spring bean for further processing. I know

  • 0

I want to load xml file into spring bean for further processing. I know that it is possible to load properties file simply defining a bean property in spring configuration file. Is it possible to do the same with xml file?

edit
For example I want to have a bean:

public class Bean {
   private File file
   public void setFile(File file) {
      this.file = file
   }
  //....
}

and in my configuration file I want to set it like this:

<bean id="bean" class="blabla.Bean">
   <property name="file" value="smth here"/>
</bean>

and then I want to parse that xml using DOM

  • 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-27T17:54:11+00:00Added an answer on May 27, 2026 at 5:54 pm

    You can achieve it by changing the parameter type to a Resource – more details in documentation. You can get the file handle from the resource object

    public class Bean {
       private File file
       public void setFile(Resource resource) {
          this.file = resource.getFile()
       }
      //....
    }
    

    and in the configuration file you can set it like this. You can use classpath: if the file is part of a jar in your classpath. If it is outside you will need to use the file:

    <bean id="bean" class="blabla.Bean">
       <property name="file" value="file:path to file"/>
    </bean>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML file that is loaded into an XElement. I want to
I want to load an XML file on the internet into a DataTable in
i need some help i want to load an xml file into a table
I have an XML File that I am processing using LINQ. I want to
I want to load key/values configuration pairs stored in XML file. To bind a
We are receiving an XML file from our client. I want to load the
I have an XML that I want to load to objects, manipulate those objects
I have an XML documment that I want to load for the iPhone, do
how can i load the contents of an xml file at a url into
I have the following xml file and want to parse it into an .aspx

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.