Web security has been a major topic of concern this year with the alleged Chinese-based attacks on GMail users, and more recently the infiltration of Apache's and JBoss' JIRAs. In 2010, with a growing reemphasis on security, the Open Web Application...
0 replies - 12306 views - 04/20/10 by Mitchell Pronsc... in Articles
If you are building a GUI application, chances are you need to
access some services exposed on a remote server. In the past, I often
landed on Spring HttpInvoker with Spring Security because I wanted to
program against interfaces, use binary remoting for...
8 replies - 2626 views - 08/24/09 by Edvin Syse in Announcements
Below I have written some fully functionally code that shows how you
could implement row level access control in Lucene (2.3.2). Basically
you have to index enough information to be able to search (in a single
query) and find all documents that a given user...
2 replies - 7497 views - 10/07/08 by Aaron McCurry in Articles