I created e-commerce web application in PHP+MySQL. If I want to integrate this with Enterprise application, then I think I should create decent API for integration. I thought one approach is to write Java program, which works as interface to another application.
Another option is to make interface in PHP. Do you have any idea if it's possible and how to implement it?
Any suggestion is highly appreciated...
Thanks,