I want to create bean which will integrate with WOLA (integration with COBOL).
In order to do so I need annotate bean by @RemoteHome(com.ibm.websphere.ola.ExecuteHome.class)
. However this is IBM artifact which should reside in ola_apis.jar.
Do you know how can I resolve this dependency? How to add it to pom? I'm searching for some IBM repository but cannot find any.
My understanding is that for creating EAR for Websphere I should be able to create simple maven project in Netbeans.