I have some session beans that are becomming quite complex so I want to find a way to divide them, but I still need to treat the divided parts as session beans.
Asked
Active
Viewed 91 times
0
-
You mean, your bean class has a large number of methods ? – Santosh Jul 22 '13 at 09:07
-
Yes, indeed this is the case. – clauss Jul 22 '13 at 09:10
-
Is this bean a stateless session bean ? – Santosh Jul 22 '13 at 12:01
-
Stateful session bean. – clauss Jul 22 '13 at 12:04
-
Does all of those methods are exposed as public methods via remote/local interfaces or there are some utility methods as well ? – Santosh Jul 22 '13 at 12:24
-
All methods are public via remote/local interfaces, no utility methods. – clauss Jul 22 '13 at 13:31
1 Answers
0
Why dont u try using inheritance and put sme methods in super call and expose child class as session bean.g

Kailash
- 21
- 5