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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:45:52+00:00 2026-05-22T14:45:52+00:00

Can we use @EJB annotation in Apache tomcat? If we can use @EJB annotation

  • 0

Can we use @EJB annotation in Apache tomcat?

If we can use @EJB annotation in Apache tomcat then please tell me that what kind of attributes and methods must be there in the service class like the EmployeeService class in the answer of question asked on this link.

  • 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-22T14:45:52+00:00Added an answer on May 22, 2026 at 2:45 pm

    No, Tomcat isn’t an EJB container. Only Glassfish 3, JBoss AS 6, etc are. For Tomcat you have to install it separately. The linked answer was just a basic kickoff example. You can do it as good without EJB. You only need to create it yourself during bean’s initialization, construction or postconstruct. E.g.

    private UserService userService = new UserService();
    

    or

    private UserService userService = ServiceFactory.getUserService();
    

    etc.

    Note that this isn’t existing code. It’s just code which you have to write yourself. All it contains are just methods which does all the database interaction task. In an EJB capable container you’d use JPA for this. But on a simple servletcontainer like Tomcat you’d need good ol’ JDBC for this. You can find extensive kickoff examples of a basic JDBC DAO in this blog.

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

Sidebar

Related Questions

I've got an app that is trying to use @EJB annotation to inject remote
The @EJB annotation can be use in managed clients to access an EJB. One
The javaEE 6 tutorial says that you can not use Session Bean asynchronously, then
What Maven repository can I use for EJB 3.1 API dependency?
I can use properties of an Excel Worksheet to tell if the worksheet is
I can use VS08's MFC/ActiveX template to create a C++ ActiveX object that I
I have understood that if I use EJB in Spring context, I get all
Using EJB entity beans you can configure the bean so that when a thread
I've noticed recently that spring can wire up my ejb's for me if I
I have many EJBs with my business methods. These methods use @RolesAllowed annotation to

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.