0

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.

clauss
  • 3
  • 3

1 Answers1

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