-
How to provide extensibility of EJB methods? (0 messages)
- Posted by: Anton Shaykin
- Posted on: December 22 2009 19:06 EST
Hi all, I need to create simple EJB that has calculating methods such as add subtract, etc. Then, I have to create a remote/Web client that can choose the type of operation. But the task I was given is to also provide possible addition of new methods to the EJB, not changing the bean class. Assuming I'm a javaee newbie, I'm somewhat confused over how to do that. Any help would be highly appreciated!