tags:

views:

8

answers:

0

I have J2EE application deployed on JBoss AS. There is a EJB3 stateless session bean in this app.

I need to write dll that will wrap the methods of that stateless session bean. There will be just standard data types as arguments, so I don't need to pass some specific objects as an arguments.

Is that possible?