Re: [S2] Struts with Web Services

2008-04-04 Thread Dustin S.
We've had great success with CAS. Its pretty trivial to 'cas-ify' a web application and as wes mentioned it is very nice for a single sign on solution. They also have a very active mailing list. On Fri, Apr 4, 2008 at 3:59 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > Production integration ex

Re: [S2] Struts with Web Services

2008-04-04 Thread Wes Wannemacher
Production integration experience? No... I evaluated it and did a quick proof-of-concept on a project once. We ended up sticking with the in-house option, which wasn't bad, but it was an apache mod, so we periodically looked for alternatives because we were always tied to mod_jk or mod_proxy becau

Re: [S2] Struts with Web Services

2008-04-03 Thread Lukasz Lenart
> http://www.ja-sig.org/products/cas/ > > -Wes Do you have some experience with that? It looks quite interesting ;-) Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [S2] Struts with Web Services

2008-04-03 Thread Wes Wannemacher
I see that Lukasz already has a longer response, but if I am reading your request properly, then I think you might be looking for CAS - http://www.ja-sig.org/products/cas/ -Wes On Thu, 2008-04-03 at 16:00 -0700, Kelly.Graus wrote: > Hello, > > I've been spending the last couple months familiari

Re: [S2] Struts with Web Services

2008-04-03 Thread Lukasz Lenart
Hi, > 1. Is this login "web service" something that is actually commonly used? Yes and no, mainly because WS is session-less and you have to manage the session token by your self. We use such approach internally, through ssl and we manage session expirations by hand. > 2. Is this what a web se

[S2] Struts with Web Services

2008-04-03 Thread Kelly.Graus
, web tutorials, etc that talk about this? I guess what I'm basically looking for is a little design direction, possibly other technologies that provide these services so I'm not trying to build an entire system from scratch. Thanks in advance for your suggestions! Kelly -- View this mess