-
Can multiple beans have the same home and remote interfaces? (2 messages)
- Posted by: Kiran Patchigolla
- Posted on: December 09 2000 23:19 EST
are there any issues with this?Threaded Messages (2)
- Can multiple beans have the same home and remote interfaces? by Erik Karlsson on December 10 2000 08:58 EST
- Can multiple beans have the same home and remote interfaces? by Audun Wilhelmsen on December 10 2000 19:09 EST
-
Can multiple beans have the same home and remote interfaces?[ Go to top ]
- Posted by: Erik Karlsson
- Posted on: December 10 2000 08:58 EST
- in response to Kiran Patchigolla
Yes they can. I'm self using a system where the business logic is made so that every bean have same home and remote interface.
It can require some application server configuration to get this system wor.
-
Can multiple beans have the same home and remote interfaces?[ Go to top ]
- Posted by: Audun Wilhelmsen
- Posted on: December 10 2000 19:09 EST
- in response to Erik Karlsson
I have a problem that I need a copy of home and remote interface in all ejb-jar files.
Any solution ?