Results 1 to 3 of 3
Thread: serialize to web service?
- 08-12-2008, 04:34 AM #1
Member
- Join Date
- Aug 2008
- Posts
- 2
- Rep Power
- 0
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?
- 08-16-2008, 12:38 AM #2
Member
- Join Date
- Jan 2008
- Posts
- 22
- Rep Power
- 0
First, I'm not sure than you know or understand what a Web Service is and how it works in general.
You can write a Web Service in Java using JAX-WS, Apache Axis, XML-RPC, etc. and perform whatever you need to do.
- 08-16-2008, 01:39 AM #3
Member
- Join Date
- Aug 2008
- Posts
- 2
- Rep Power
- 0
I'll try to be more specific. What I'm looking for is something that can take serialized Java objects and store them on a web server that runs php/mysql. It looks like Hibernate is very close, but it is much more complex than I need and it is based on JDBC which I was hoping to avoid in this project.
Similar Threads
-
Setup RMI service on Ant
By vaskarbasak in forum Advanced JavaReplies: 0Last Post: 07-24-2008, 02:25 PM -
Java Message Service
By Java Tutorial in forum Java TutorialReplies: 0Last Post: 06-09-2008, 09:57 PM -
Web Service from JSP
By Eric in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 07-02-2007, 05:00 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks