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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:07:29+00:00 2026-06-14T09:07:29+00:00

I know it might sound elementary, but i’m wondering the following singleton bean: @Startup

  • 0

I know it might sound elementary, but i’m wondering the following singleton bean:

@Startup
@Singleton
@LocalBean
public class MyServiceBean {
    public String sayHello() { return "Hello"; }
}

Now i think “remote” clients might need use this bean, so I want to add a Remote interface to this bean:

@Remote
public interface MyService {
    String sayHello();
}

Can I just make my bean implements the new remote interface?

If “MyServiceBean” implements the “MyService” remote interface, it will become a bean with a “remote-interface-view” … but after I searched the web, you all said that a bean with annotation “LocalBean” is a “no-interface-view”.

Is that able to work? or should I create a Local interface and remove the LocalBean annotation?

deeper thoughts… if “remote-view”, “local-view” and “no-interface-view” are 3 types of view which can all exist in one bean….? can i have a bean that implements all of them?

@Local
@Remote
@LocalBean
public class Possible implements PosLoca, PosRemote {}

…. i’m really confused…

  • 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-14T09:07:31+00:00Added an answer on June 14, 2026 at 9:07 am

    Yes, it is possible for a bean to expose multiple views (Remote business, Local business, no-interface).

    The component can be the same – you just add another ways of accessing it.

    Take a look at EJB 3.1 FR specification:

    4.4.2.2 Session bean exposing multiple client views (p. 86).

    package com.acme;
    
    @Singleton(name="Shared")
    @LocalBean
    @Remote(com.acme.SharedRemote.class)
    public class SharedBean { ... }
    

    One note – I don’t think the example you posted will work out-of-the-box. You’re using @Remote and @Local without specifying the interface references. I don’t think the container will now which interface is what. Either specify the @Remote(clazz) or annotate the interface itself as @Remote.

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

Sidebar

Related Questions

I know this might sound kinda odd, but I was wondering if it was
I know this might sound really ridiculas but all of a sudden when I
I know this question might sound quite silly, but I somehow found myself stuck
This might sound a bit of an odd question but I know what I
I know this might sound silly but I have no idea how to do
I know it might sound like an odd question, but theres a logical explanation
I know it might sound weird, but I wrote a web server without knowing
I know this might sound a silly question, but I did not find in
I know this question might sound quite stupid, but I've tried my best and
I know this might sound like a strange question but I actually need 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.