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

  • Home
  • SEARCH
  • 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 7747481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:32:26+00:00 2026-06-01T10:32:26+00:00

Got this design issue with JSF + Spring :- I got a datatable on

  • 0

Got this design issue with JSF + Spring :-

I got a datatable on a page to be loaded showing user details, which is to be fetched form Database.

So my jsf page has :

 <p:dataTable id="userTable" var="user" value="#{userBean.users}" rowKey="#{user.userID}"
                                     selection="#{userBean.selectedUser}" paginator="true" rows="10" >

Managed bean has:

private List<UserDetails> users; // getters and setters

Now my managed bean needs a spring injection of the helper class to fetch the users from DB.

@ManagedProperty(value="#{userBO}")
private UserBO userBO;

The problem is , spring injection happens when the object is completely instantiated. So I cannot place my userBO.getUsersFromDataBase() in the constructor and assign it to my users

I just can’t figure out how to fetch users from DB,using spring injection in my managedBean. Spring needs the instantiation of the ManagedBean to be complete so that it can inject the helper class, but the jsf page requests the database values much before the ManagedBean is completely instantiated. Kinda stuck :/

  • 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-01T10:32:27+00:00Added an answer on June 1, 2026 at 10:32 am

    I am not familiar with spring, however in standard JSF you can use the @PostConstruct annotation on a method that will be invoked after construction and after dependency injection, e.g.:

    @PostConstruct
    public void init() {
        userBO.getUsersFromDataBase()
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, I got this small program which tags (as in ID3v2.4 etc.) some music
i just have a little design question. If i got this code public Interface
I've got this Design Template I want to apply to the application by default
This is probably a db design issue, but I couldn't figure out any better.
I've got a bit of a design issue here. I've got a view: <ItemsControl
Got this interview question which i'm wondering about: A software company designed an app
I am desining a database and got stuck with this issue: My case is
Got this line of code here but its not working. private void Button_Click(object sender,
Got this site with UN/PW set via the Createuserwizard control. Client considers PW too
Got this: Table a ID RelatedBs 1 NULL 2 NULL Table b AID ID

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.