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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:56:51+00:00 2026-05-13T11:56:51+00:00

While I was digging an issue in spring’s sources, I found the following: public

  • 0

While I was digging an issue in spring’s sources, I found the following:

public abstract class RequestContextHolder {
    private static final boolean jsfPresent = 
        ClassUtils.isPresent("javax.faces.context.FacesContext", 
        RequestContextHolder.class.getClassLoader());

and then in a method:

if (jsfPresent) {
    attributes = FacesRequestAttributesFactory.getFacesRequestAttributes();
}

Where the factory is defined as :

/**
 * Inner class to avoid hard-coded JSF dependency.
 */
private static class FacesRequestAttributesFactory

This works obviously, as the inner class is not ‘touched’ until it is required, and at that moment it is certain that JSF exists on the classpath.

Now, I wonder if this is a good approach to apply in a other cases. For example this method means a compile time dependency.

So, two questions:

  • are there any drawbacks to this approach, other than the compile time dependency
  • are there better ways to prevent explicit dependency on an API, while still using it.
  • 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-13T11:56:51+00:00Added an answer on May 13, 2026 at 11:56 am

    The code in the question looks quite clean to me.
    The only way I can think of to avoid compile time dependancy is to use reflection. Try and load the class by name, if present search for the method you are after.

    Reflection sounds worse to me.

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

Sidebar

Related Questions

I have found this macro while digging in the source code of tweejump game.
While making some final tests of a class-library that I'm writing for Windows Mobile
While digging deeper into the latest release of F# I tried to have it
While digging through some old code put together by a former co-worker who's talents
I have been digging around on this site and googling for a while now
While performing code review, I found code that could cut down on potential bugs
I have been digging into the question for a while in StackOverflow Android get
Im completely new to XML/XSL/XSLT, and while i have been digging msdn, 3schools.com and
Stack trace shows that ExecuteReader is the underlying method for ExecuteScalar.While digging for associated
I've recently inspected the performance of a F# app and while digging through the

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.