show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Is there a perferred method to update apps that use an EJB?

I have a java app that works with an EJB, however if:

  1. The EJB gets updated, the app is broken.
  2. The app server is updated, the app is broken.

Without human involvement, is there a preferred method to update the client jars for the app server and bean?

If there preferred method depends on the app server, then assume jboss.