Monday, April 13, 2015

Just a Question - Integration

You have created a stateless session bean for distributed logic. You want to access this EJB from Non-Java  client. You want to create a single reusable solution

  •          Create a Non-Java component with required Technology
  •              Expose it as a web service
  •              Other ( if you answer other… specify, what would you like to do…)

2 comments:

  1. Create an MDB around EJB layer , clients can call this in a asynchronous mechanism

    ReplyDelete