0 Replies Latest reply on Jul 4, 2007 10:45 PM by johnnylzb

    How to deploy a Bean as a global JNDI service for remotely i

    johnnylzb

      Now there are some Beans(provide some services) deploy in Spring as Service,but i want them to be invoked by remote client.I want to deploy them as global JNDI objects within JBoss(like the DataSource).

      How can i do? Must i make the beans implement java.rmi.Remote interface.

      And,how can i deploy them as global JNDI object in JBoss?