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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:13:13+00:00 2026-05-28T22:13:13+00:00

I have an application that adheres to multiple specifications that are very similar but

  • 0

I have an application that adheres to multiple specifications that are very similar but require different verbs for identical actions. For example, one spec says jump, while the other might say hop.

I’m looking for something like CultureInfo (or possibly even CultureInfo but I feel that would be bad practice) to define these verbs. It must be configurable at runtime (spec change shouldn’t require a re-compile).

  • 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-28T22:13:14+00:00Added an answer on May 28, 2026 at 10:13 pm

    You could use a xml file in order to store the verbs

    <?xml version="1.0" encoding="UTF-8" ?>
    <verbs>
        <verb name="jump", spec="spec1">jump</verb>
        <verb name="jump", spec="spec2">hop</verb>
        <verb name="consume_food", spec="spec1">eat</verb>
        <verb name="consume_food", spec="spec2">feed</verb>
    </verbs>
    

    or organized by specification

    <?xml version="1.0" encoding="UTF-8" ?>
    <specs>
        <spec name="spec1">
            <verb name="jump">jump</verb>
            <verb name="consume_food">eat</verb>
        </spec>
        <spec name="spec2">
            <verb name="jump">hop</verb>
            <verb name="consume_food">feed</verb>
        </spec>
    </specs>
    

    Or use a different file for every specification

    File: spec1.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <verbs>
        <verb name="jump">jump</verb>
        <verb name="consume_food">eat</verb>
    </verbs>
    

    File: spec2.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <verbs>
        <verb name="jump">hop</verb>
        <verb name="consume_food">feed</verb>
    </verbs>
    

    Finally, in a separate configuration file, define which specification was selected. It could be a plain text file containing just the name of the specification or it could be another xml file containing different application settings.

    Personally I find it handy to use an old style ini-file. It is easy to read and to change, even by no-programmers.

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

Sidebar

Related Questions

We have an application that has multiple identical databases apart from customer customizations. we
I have application that makes different queries with different results so the caching in
I have a application that runs very well on JBoss using JSF 2. I
I have an application that has 2 beans with the same name, but which
I have application that use mysql database, but now i need to port it
I have application that has to check multiple data from user table, in order
I have an application that needs to write logs of two different types: application
Possible Duplicate: Single or multiple databases We are developing an application that will have
I have application that is only landscape with no other orentation supported. But when
I have application that searchs External storage for the file i want..Example for song

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.