> tonywinslow1...@gmail.com wrote:
> > Can anybody recommend good materials on Axis1.x to me?
[quoted text clipped - 10 lines]
>
> Arne
To make it detailed: It's a one semester project about stock. Our
professor has set up
the basic layers for us, i.e. we should implement it from front to end
the following layers:
browser->MVC/Servlet/RMIClient->RMIServer/AxisClient->AxisServer/JDBC-
>DerbyDB.
The problem now is I'm not familiar with Axis and the ABCs in using
WebService to build
an enterprise solution. And up to now, I can't make out what the RMI
layer is all about and
is it necessary?
Lew - 21 Mar 2007 14:02 GMT
> To make it detailed: It's a one semester project about stock. Our
> professor has set up
[quoted text clipped - 7 lines]
> layer is all about and
> is it necessary?
Have you read up on RMI? Like Web services (the Axis component) it is a tool
for remote invocation of logic. I don't see how RMI and Axis should coexist in
the same project.
Perhaps the professor intended to offer you a choice of remote invocation
techniques, not to have you use all of them at once.
-- Lew
Arne Vajhøj - 22 Mar 2007 00:53 GMT
> To make it detailed: It's a one semester project about stock. Our
> professor has set up
[quoted text clipped - 6 lines]
> layer is all about and
> is it necessary?
That looks rather weird.
But if your Axis requirements are simple, then it is easy.
Dump the axis war file into your Tomcat web app dir and
rename your web service class from .java to .jws and dump that
into the axis dir created by Tomcat from the war.
RMI is its own story.
You will need to read up on it.
Arne