Categories
Development

Neward and Johnson on EJB and Spring

Ted Neward is responding to a discussion with Rod Johnson on Don Boxs blog.

Categories
Personal

The Ultimate Matrix Collection

The Ultimate Matrix Collection 10 Disc Box Set coming in desember 2004

Full description

Trailer here

Categories
Development

Login/logout issues with JSP and Servlets

If you ever have developed a webapp with jsp and servlets you might have encountered som issues handling your users logging in and out. Just running session.invalidate() don’t keep your users from pressing the back button. Javaworld has an excellent article about these issues and it shows how you easily can handle them, especially if you are using the struts framework.