Is upgrade to 46 from 36 worth it for better EJB support

We are currently using WM 3.6 and are needing to integrate with a EJB Server (Weblogic). Would it benefit us to upgrade to make this EJB integration easier? Does 4.6 come with EJB clients/services?

If 4.6 does not have any of these features, should we wait for version 6.x ???

Thanks in advance, Ryan

4.6 comes with an EJB adapter to connect to weblogic. In my opinion it’s not worth upgrading just for this functionality. Just create a java service that connects to your EJB container (as you would for a standalone java client) - using JNDI lookup, etc.

Will Kriski