Re: [Acegisecurity-developer] ACL sanfbox status

2006-12-11 Thread Mat Lowery
Where would one find your recently checked-in demo?  Thanks!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ben Alex
Sent: Thursday, December 07, 2006 3:18 PM
To: acegisecurity-developer@lists.sourceforge.net
Subject: Re: [Acegisecurity-developer] ACL sanfbox status

Wojciech Gdela wrote:
> Hello,
>
> Where can I find this new ACL stuff (where is the code)? Is there any
> documentation about it?
>
>   
It is in release 1.0.3 and has some reference guide coverage, plus the
Contacts Sample. I'm also giving a talk on it tomorrow at The Spring
Experience, after which I'll check-in the demo I've written.

Cheers
Ben

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL sanfbox status

2006-12-07 Thread Ben Alex
Wojciech Gdela wrote:
> Hello,
>
> Where can I find this new ACL stuff (where is the code)? Is there any
> documentation about it?
>
>   
It is in release 1.0.3 and has some reference guide coverage, plus the
Contacts Sample. I'm also giving a talk on it tomorrow at The Spring
Experience, after which I'll check-in the demo I've written.

Cheers
Ben

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL sanfbox status

2006-12-05 Thread Wojciech Gdela
Hello,

Where can I find this new ACL stuff (where is the code)? Is there any
documentation about it?

-- 
Best regards,
Wojciech Gdela.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL sanfbox status

2006-11-28 Thread Ben Alex
Vinubalaji Gopal wrote:
> So far I see that the database layer is not completely separated and I
> am reimplementing most of the persistence related classes (Acl,
> AclService, MutableAcl, etc).
>
>   
I've done my best in the new ACL package to allow a choice of
persistence technologies, as all database access occurs behind
AclService and MutableAclService only. Accordingly you can persist with
Hibernate if you so wish. We won't be adding direct Hibernate support
primarily because of the number of dependencies that the project would
then have, but also to a lesser degree the issue of performance and the
fact we can provide JbcTemplate code which addresses the issue in under
1,000 LOC.

Cheers
Ben

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL sanfbox status

2006-11-27 Thread Luke Taylor
"branches/ldap_refactor_08_2006/" is for ldap stuff I was messing about
with earlier this year and plan to revisit for 1.1. Why did you want to
build this rather than the trunk?

Stone, Robert W wrote:
> 
> 
> Hi,
> 
> I'm lookng into implementing ACL-based security into Liferay-based
> portlet. I'm just wondering if code in sandbox mature enough or I better
> of using stable packages and wait for release. When I build code from
> branches/ldap_refactor_08_2006/ (Windows XP, Java(TM) 2 Runtime
> Environment, Standard Edition (build 1.5.0_07-b03) I can compile
> springbox project fine, but all but 1 test are failing.
> 
> Thanks,

-- 
 Luke Taylor.  Monkey Machine Ltd.
 PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL sanfbox status

2006-11-27 Thread Vinubalaji Gopal
1.On Mon, 2006-11-27 at 13:41 -0500, Stone, Robert W wrote:
> 
> Hi,
> 
> I'm lookng into implementing ACL-based security into Liferay-based
> portlet. I'm just wondering if code in sandbox mature enough or I
> better of using stable packages and wait for release. When I build
> code from branches/ldap_refactor_08_2006/ (Windows XP, Java(TM) 2
> Runtime Environment, Standard Edition (build 1.5.0_07-b03) I can
> compile springbox project fine, but all but 1 test are failing.

The acl sandbox code is in the 1.0.3 release now.  

Lurking in this forum for some time I came to know that the new acl
implementation is the recommended solution for any new application. Also
the new acl implementation has more features and will have a broadened
application. Now that it is part of a release, you should consider
implementing based on the new acl code.

I am also looking forward to use the new acl code in our project, but I
see that there is no support for hibernate based persistence. I know
there is jira issue and its closed saying that the performance may not
be that good. But I would like to check out how well it performs with
caching and other hibernate optimizations and see the *actual* results.
Once I have something working, will post the results and would like to
contribute back to acegi if its useful for everyone :).

So far I see that the database layer is not completely separated and I
am reimplementing most of the persistence related classes (Acl,
AclService, MutableAcl, etc).



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer