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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:06:39+00:00 2026-06-11T22:06:39+00:00

I’m new to JavaEE and EJBs. I made my first few steps with it

  • 0

I’m new to JavaEE and EJBs.
I made my first few steps with it but there are quite a few things about the basic annotations, that I don’t get, no matter how much time i spend googling and reading E-Books.
Maybe someone can help out or refer me to a good explanation.

@Stateful/@Stateless
I think I understood the basic concept. But which one is used by default?

@ManagedBean/@Named
Is the @Named Annotaion same as @ManagedBean simply with a custom Name?

@Sessionscoped/@Requestscoped
Do these interfere with @Stateful/@Stateless?
In my understanding it wouldn’t make sense to pair @Stateless with @Sessionscoped, because @Stateless beans are in this “Bean-Pool” on the server and are for Single-Method-Invocations and not for enduring tasks. Based on this logic I’d argue that it doesn’t make sense to have a @Requestscoped @Stateful bean, because after the initial HTTP-Request your Bean is “disconnected” from the client.

I get my Programs to work, but how can I now if I did it efficient, if I actually have no idea what I’m doing?

  • 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-11T22:06:40+00:00Added an answer on June 11, 2026 at 10:06 pm

    AD 1. None is the “default”. An EJB must be declared as an EJB and you do it either by annotating it with @Stateless, @Stateful, @Singleton, @MessageDriven.

    If you don’t have any of them than it’s not an EJB, so there is no way to define a “default” value.

    AD 2. There are two @ManagedBean in the matter of fact: javax.faces one and javax.annotation one

    Frankly, I don’t know where the @ManagedBean from javax.annotation is really used. It declares that the bean is managed by the container, so its lifecycle is controlled – but what container controls it? I somehow feels that it’s obsolete as there are @Named, javax.faces @ManagedBean, EJB’s annotations and CDI annotations – all of them defines their annotated classes as managed but clearly defines container that manages them.

    @Named defines a CDI bean that can be used e.g. in the JSF views (UEL expressions). @ManagedBean defines a JSF managed bean. Often they can be used interchangeably but there are some differences you should be aware of, e.g. @Named bean you use cannot be annotated as JSF @ViewScoped as @ViewScoped can only be applied to the JSF managed bean.

    AD 3. I don’t think you should mix CDI scopes with EJB scopes. That’s something that is often confused and it would be great if future Java EE address this issue.

    EJB beans (@Stateless/@Stateful) got their own lifecycles and CDI beans (@SessionScoped, @RequestScoped) got their own.
    I am not sure what you’d get by mixing those annotations – perhaps an exception, maybe some black-magic bugs or it might actually work as you wanted.
    I guess it’s totally implementor-dependent as I don’t recall its defined in the EJB / CDI specification. I would not depend on it.

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

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I want use html5's new tag to play a wav file (currently only supported
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
This could be a duplicate question, but I have no idea what search terms
We're building an app, our first using Rails 3, and we're having to build

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.