does somebody has experience or does anybody know if it is possible to make working Objective C and Java in one application running on Mac ? For example, is it possible to have GUI layer coded in Objective C and Business layer in Java ?
My case is that I don't want to rewrite all the business layer from java to objective c, but my gui layer looks not good on new retina display using swing.
So in the best scenario I'd like just to call Java API from Objective C gui code.