Ever wondered how you’d deploy external CSS/JavaScript with servlets or JSPs?This article will guide you on how to add a CSS/JavaScript (.css, .js) or any file in your project so that it gets inside your .WAR file too! Here’s how to: 1) Start your netbeans: I am using 5.52) Goto Tools>Template Manager3) Select or Expand […]
Monthly Archives: May 2007
Netbeans – My Favorite IDE
Netbeans is my favourite IDE when it comes to Java. Although its too slow but the way it arranges stuff for me is quite COOL! Some facts that I have noticed so far: 1. It takes request from doGet or doPost and sends it to another method. So it doesn’t matter if the parameters come […]