Categories
Development

Open Source ERP, CRM, SRM and IM system

Yep. Lots of buzzwords there. It’s targeted at small and midsize companies. Check it here.

Categories
Development

Neward and Johnson on EJB and Spring

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

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.