> 
> 
> The process is simple:
> 
>     #1. Code a bean that contains the business logic.
>     #2. Expose the methods on the bean via RPC.
> 
> It isn't much different than taking your servlet and instead of
exposing
> doGet/doPost, you expose the actual methods that make things happen.
> 
> -jon
> 
 
The cache manager already provides the methods.  I just need a simple
interface for displaying the results.  A simple servlet is perfect here.
It's all I'll ever need.  

After doing the above, is my problem solved?

Aaron




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to