Monthly Archives: March 2010

Send file to user using views

There are some simple steps to send a file to the user of your web application using the Play Framework: 1. After the controller is created (what I do is to copy the controller  “Application” and do a refactor rename to the name I want). Create a file named MyController (what I do is to [...]

Posted in Internet, play, Software Development | Tagged , , , , | Leave a comment

Security tips for a web developer

Every web application has two sides. The client side and the server side. Everything on the client side can be changed, and most of the security problems happens when you trust in the client. With a simple proxy (like webscarab) you can edit the fields that were validated using javascript. That’s why you always need [...]

Posted in Internet, play, Software Development | Tagged , , , , | Leave a comment