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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:25:19+00:00 2026-06-05T10:25:19+00:00

I have an application which consists of message driven bean and a couple of

  • 0

I have an application which consists of message driven bean and a couple of session beans. One of them has a DAO object, that is responsible for accessing database or FTP server.

I need to have two applications. The only difference between them is the instance of DAO class. Can I specify that instance during the deployment phase?

My purpose is to avoid code duplication.

  • 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-05T10:25:22+00:00Added an answer on June 5, 2026 at 10:25 am

    If the DAO is just a POJO, then I would suggest a Class env-entry if you’re using EE6 (or a String env-entry if you’re not, and then do the Class.forName yourself):

    <env-entry>
      <env-entry-name>daoClass</env-entry-name>
      <env-entry-type>java.lang.Class</env-entry-type>
      <!-- Specify a default, override at deployment time. -->
      <env-entry-value>com.example.project.DefaultDAO</env-entry-value>
    </env-entry>
    
    @Resource(name="daoClass")
    private void setDAOClass(Class<com.example.project.DAO> daoClass) {
        this.dao = daoClass.newInstance();
    }
    

    Alternatively, if your DAO implementation were an EJB, then you could use @EJB injection, and specify the binding name at deployment time.

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

Sidebar

Related Questions

I have an application which consists of 2 pages. One of those pages generates
Say we have an application which consists of one executable and 5 libraries. Regularly
I have a c# .net 2.0 winforms application which consists basically of one form
I have an application which consists 3 activities - lets call them A, B
Currently, I have an Application which consists of a BasePage which as a header
I have a simple application which basically consists of a line of buttons and
I have an application which loads up c# source files dynamically and runs them
I have an application which has a similar interface to Visual Studio, in that
We have developed a messaging application in j2me which adds text message, gets pictures
I have an application which consists of two activities/screens and a java class from

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.