I had spent a lot of time setting the $PATH on my Ubuntu but i forgot to document the procedure. So when my friend asked me, i wasn’t able to help him out. So this time i asked him to… Read More ›
Java
Core Java Refcardz by Cay S. Horstmann
This refcard gives you an overview of key aspects of the Java language and cheat sheets on the core library (formatted output, collections, regular expressions, logging, properties) as well as the most commonly used tools (javac, java, jar). Features include… Read More ›
Vote for your IDE: Best IDE for Java Application Development
Hi readers, I have created this poll to get an idea of the popularity of various IDEs for Java Application developments all over the world. Do vote for your favorite IDE and also if possible leave a comment on why… Read More ›
GlassFish RefCardz
The use of GlassFish application server is growing, and having a reference card for day-to-day jobs is inevitable. Looking for a sample command to perform a specific job can take time but by using this refcard, you wont need to look for any… Read More ›
NetBeans RefCardz- Cheat Sheat for NetBeans
NetBeans RefCardz can be downloaded here. The contents of the RefCard are: About NetBeans IDE Getting NetBeans IDE Development with NetBeans IDE KeyBoard Shortcuts and Code Templates Quick Options Windows Overview Download link for RefCard here.
NetBeans IDE 6.5 Beta Released!!!!
Netbeans.org is proud to announce the availability of NetBeans IDE 6.5 Beta. NetBeans IDE 6.5 Beta introduces several new features, including a robust IDE for PHP, JavaScript debugging for Firefox and IE, and support for Groovy and Grails. This release… Read More ›
Sun Campus Ambassadors Induction Programme- Day 2
Continuing with my posts on Sun CA Induction Programme- All the curiosity had died down and the enthu had faded away. This was best reflected in the fact that i reached for the 2nd Day- Some 15 minutes late đ… Read More ›
Using Notepad++ to Compile and Run Java Programs
I had been using Notepad– The one that comes with Windows for a long time for writing Java programs and then running it through command line, though i had Notepad++ installed on my system. But then it just flashed to… Read More ›
Java 6 Update 7 available- Includes Java VisualVM and VisualVM 1.0
Sun is announcing Java VisualVM, a new GUI-based tool for troubleshooting Java applications. Available as part of JavaSE 6 Update 7 (available today) VisualVM incorporates various technologies, including: jvmstat, Java Management Extensions (JMX), and the NetBeans profiler, in order to… Read More ›
First Attempt @ Servlets, JSP and Cookies
I have been doing Servlets and JSPs from quite some days and yeah they have been lots of interesting stuff in it, And this is my first attempt at Web Technologies. I would recommend beginners to use Head First Servlets… Read More ›