JSP
Mar 20 2010
Secure Development - Access Control
Most people are familiar with authentication, the process of proving who you are (usually with a username and password). Access control sounds very similar, but there is a subtle difference: access control refers to the permissions assigned to an authenticated person or entity. In other words, access control first requires successful authentication, and then it can use the identity of the logged-in user to determine to which resources he has access.
Mar 10 2010
Winstone: The Smaller, Faster, Lighter Servlet Container
A few years ago Bruce Tate and Justin Gehtland wrote a book entitled Better, Faster, Lighter Java. In this book they argue that sometimes a simpler solution is the right answer. As developers we often become attached to our "Golden Hammer" and try to use it for every purpose. Large Java EE containers such as Weblogic, JBoss and WebSphere have a place in our toolbox, but sometimes what you need is a simple container which starts quickly and has a small footprint.