Authorization and Authentication

2011-03-18 Thread Alessio Bandini
a customized framwork for this, because I don't have so much time. I read about Acegi in 2007, but maybe now there are others solutions among which I can select. Thank you. Alessio Bandini Database Manager CHL S.p.A. 055-50517.222

Re: Authorization and Authentication

2011-03-18 Thread Alessio Bandini
4:17 PM, Dave Newton wrote: On Fri, Mar 18, 2011 at 11:16 AM, Alessio Bandini wrote: I read about Acegi in 2007, but maybe now there are others solutions among which I can select. I'd still aim at Spring Security, especially if you're already using Spring. Dave

Re: Authorization and Authentication

2011-03-18 Thread Alessio Bandini
? On 2011-03-18 16:21, Jordi Fernandez wrote: Same advice here. Spring Security supports many authentication/authorization scenarios, can be extended and is well documented. On 3/18/11 4:17 PM, Dave Newton wrote: On Fri, Mar 18, 2011 at 11:16 AM, Alessio Bandini wrote: I read about Acegi

Re: [S2] Struts and blob image from Oracle

2008-08-22 Thread Alessio Bandini
I'm sorry again. The mailing list manager does not allow attached files. But the problem is still the same. I get the image from DB, but I see binary characters and not the image. Probably I have to use some special tags but I cannot understand what. Thanks. Alessio Bandini wrote: Thanks

Re: [S2] Struts and blob image from Oracle

2008-08-22 Thread Alessio Bandini
stream from your action. Hope that makes sense. Jeromy Evans Alessio Bandini wrote: I'm sorry again. The mailing list manager does not allow attached files. But the problem is still the same. I get the image from DB, but I see binary characters and not the image. Probably I have to use some

[S2] Struts and blob image from Oracle

2008-08-21 Thread Alessio Bandini
Hello, I have a web application that must get image from blob field stored in an Oracle DB, but I cannot find how to examples. Here is my sources. Where is the error? default.jsp --- s:action name=pgetpicture executeResult=true s:param name=id value=2950 / /s:action