Browse by Tags

All Tags » Netbeans (RSS)

JUnit with Netbeans

In my office, TDD is a new methodology that we've just began adopting. My senior wrote a TestCase class before he left the company. Thanks to him, I got some sample codes to study. After baby sitting, I decided to open my computer and fire up netbeans...
Posted by lamia | 1 comment(s)
Filed under: , , ,

Change Netbean's default JDK

Last week I uninstalled my 1.6 JDK and JRE(both of which are bundled with my netbeans 5.5 installation) because the RIM Blackberry code signing/signature tool(SignatureTool.jar) seems to be having problems when JRE 1.6 is installed. A week later I tried...
Posted by lamia | 3 comment(s)
Filed under: , ,

SQLServer 2005, jTDS and Netbeans

The thing I hate about SQLServer is that it gives me too much headache whenever I use it with Java. Since I already had share of of those from my last company, I already had some precautions. Use jtds driver Enable TCP/IP on default port 1433 For SQLServer...
Posted by lamia | 2 comment(s)
Filed under: , ,

Sun Web Developer Pack

Sun is doing quite a great move in improving the netbeans IDE by creating a lot of interesting add-on on it. There's the mobility pack, profiler, and now the Sun Web Developer Pack which includes a lot of technologies that you can use to ease your web...