On Sun, 2006-08-27 at 10:16 -0500, Hector Suarez Barenca wrote:
> Is there an example about how to integrate hessian and acegi?, could you 
> tell me where i could find examples?

The Contacts sample in its client/clientContext.xml can be changed to
use Hessian. However, as an aside, think carefully before using Hessian
or Burlap. They do have serialization problems in many situations. If
you need to go Java to Java, use HttpInvoker or RMI. If you need to go
cross-platform, generally look to CORBA, web services (SOAP), or one of
the lightweight protocols (JSON-RPC, XML-RPC).

Cheers
Ben


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to