• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Interfaces in Class Diagram ?

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

I've visited lot of threads in this forum on this topic : Interfaces in class diagram, and i've seen mixed responses which confuses me ...

Do we have to show the interfaces for Session Beans ? Has any one cleared Part 2 by not showing recently ?

If we dont have to show interfaces then what is the best way to represent that a session bean will be accessed via a local or a remote interface.

Personally I'd prefer not to show interfaces and mention the way a session bean is accessed in a note..or a comment.

Can you please clarify this for me ?
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also thinking of avoiding interfaces for SLSB to keep my class diagram simple and add a note that these will be accessed by Local/Remote interface. If anyone think this is not the best way, please voice out.
 
Greenhorn
Posts: 10
Android Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Usman Ibrahim wrote:I am also thinking of avoiding interfaces for SLSB to keep my class diagram simple and add a note that these will be accessed by Local/Remote interface. If anyone think this is not the best way, please voice out.



I agree, and that's the way I'm also planning to proceed. I did not think too much about it though I admit. This is how I would do it in real life and that's how it is shown in Cade/Sheils 's example, so that was enough for me.
 
What's that smell? I think this tiny ad may have stepped in something.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic