Hi all,
I am planning to convert an imaging program that I've written to a
client-server architecture. Using java, What could be the fastest,
simplest yet effecient ways to do this.
What should I be knowing?
What online websites do u recommend?
what books do u recommend ?
plz help
Thanks in advance
regards,
Rajesh Rapaka.
Gerbrand van Dieijen - 13 Jun 2005 10:26 GMT
Rajesh.Rapaka schreef:
> Hi all,
>
[quoted text clipped - 5 lines]
> What online websites do u recommend?
> what books do u recommend ?
The best approach would be RMI I think.
More 'buzz-word' compliant would be a solution using XML and
webservices. That is harder to set up and slower however.
There's a lot of documentation about RMI, for a start you could use
http://www.javasoft.com.
For books, I can recommend most books from O'Reilly
(http://www.oreilly.com), but you could also use online documentation only.