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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:09:36+00:00 2026-06-11T09:09:36+00:00

I have created a Java EE application with an EJB module and a web

  • 0

I have created a Java EE application with an EJB module and a web module in NetBeans. The business logic resides in EJBs inside the EJB module. Is it possible for managed beans of the web module to access the EJBs inside the EJB module? How?

(JDK 1.7, Java EE 6, Glassfish 3.1.2.2, NetBeans IDE 7.2)

  • 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-11T09:09:37+00:00Added an answer on June 11, 2026 at 9:09 am

    You typically access an EJB from a managed bean using injection.

    The exampe below shows a managed bean named ExampleManagedBean using the EJB annotation to inject a stateless session bean that implements an interface named CustomerBeanLocal.

    class ExampleManagedBean {
    
        @EJB
        CustomerBeanLocal customerBean;
    
        public String testStuff() {
            int custCount = customerBean.getCustomerCount();
            System.out.println("Number of customers: " + custCount);
            return null;
        }
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a java enterprise application in Netbeans 6.8. It has ejb module and
I have a Java EE application consisting of 1 web module and 1 EJB
I have created a java application on netbeans 7 .Now By using netbeans ihave
I have created a simple EAR the contains a EJB module and a Application
I have created a fresh new Java EE 6 Enterprise-Application in Netbeans 7.2. So
I have created a java application for Debian Linux. Now I want that that
I have created a java application and packed it into a jar file on
I have created a JAVA application. Sometimes, users do invalid operations on it or
Hi I have created a java application. I found there is an application menu
I have created a sample java socket application. I used Socket s = new

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.