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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:06:56+00:00 2026-05-30T04:06:56+00:00

I have a general XML file containing different properties for my Play! application like:

  • 0

I have a general XML file containing different properties for my Play! application like:

  • customer location of CSS file
  • preffered dateTime format for user
  • other specific resources that I need for my application

So when starting Play! I want to load these resource once in Play!. Once loaded they will not change. I want to avoid to load the external XML file on each request. So what I have done is the following:

Created a class that follows the singleton pattern to load the XML file.
Then created a Model that contains all my application properties that I need. This class has private properties so I instantiate this Model everywhere where I need it like:

myAppProperties = new AppProperties();

This question might be similar like questions about Globals : https://groups.google.com/forum/?fromgroups#!searchin/play-framework/global$20variables/play-framework/Q9DBAQtQWYc/OnS0e4dXAhAJ and Cross controller variables

Would love to hear some feedback.

Thanks!

  • 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-30T04:06:58+00:00Added an answer on May 30, 2026 at 4:06 am

    The preferred way to load properties is usually via the application.conf. You can also define them in other conf file and use include. If you need to centralise all your properties define your AppProperties as:

    public class AppProperties {
       public static final String DATE_FORMAT = Play.configuration.getProperty("myapp.dateformat");
    }
    

    and in your application.conf:

    myapp.dateformat = yyMMdd
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a general question. I would like to have a window containing some
I have the following XML file: <Section Id=1 Type=page Caption=Message Details> <Containers> <Form Id=General
I have an application that uses xml config file, where I'm describing layouts for
I have xml file that defines some preference screens like the following example <PreferenceScreen
I have a general question that is rather open-ended (i.e. depends on platform, application
So my setup for my web application is that I have a general header
I have tons of XML files all containing a the same XML Document, but
We have an XML file with a very simple implementation of XLink : <root
I want to read simple excel xml file to dictionary. I have tried to
Have an xml file <DataSource> <localdata> <add context=Localization> <parameter name=timeout type=int defaultvalue=60/> <parameter name=address

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.