|
serialize to web service?
I've seen quite a few systems that serialize java object data to a web service, are there any that are developed in php for the server-side? I would like to build a management app in Java that interacts with an eCommerce site in php, the server can only run php/mysql. I'd rather not write a bunch of custom code, so if there was a way to push data into the database from the php/server end and have java pull objects out ready to go that would work out well I think.
Has anyone seen something like this?
|