Advertisement

Articles: September Archive

Interactive Usage Features of UNIX Shells with a Software Engineering-based Time Response Analysis-I

In this article we continue our discussions with Shell variables.

Posted on September 16, 2009 0 Comments

Refactoring

Refactoring is restructuring your code in a disciplined manner. Refactoring is an art and every developer needs to develop this skill. It should be part and parcel of developer’s coding life.

Posted on September 15, 2009 3 Comments

J2ME, Enterprise & Webservice

In this article, the author takes us specific cases and demonstrates how one can deploy J2ME based apps.

Posted on September 14, 2009 2 Comments

STRUTS2 Framework Introduction with Ajax , JSON using ECLIPSE

The author elaborates on how you can use Struts with Eclipse to write Ajax apps powered through JSON

Posted on September 8, 2009 1 Comment

Communication Trends-Universal Walking & Talking with Mobility and Portability

Throughout the global telecommunications market, regulators are taking steps to increase competition among service providers.

Posted on September 7, 2009 1 Comment

Measure your Application Performance with Performance Counters

The counter is the mechanism by which performance data is collected. It is that part of a modern microprocessor that measures and gathers performance-relevant events of the microprocessor without affecting the performance of a program.

Posted on September 5, 2009 2 Comments

Grooming Multimedia Effects with Modern DigiCams 

Today we live in a society where digital devices and related software tools enable us to capture pictures & videos. Due to the advances in semiconductors, it has become affordable to own personal digital equipment such as digital cameras i.e.DigiCams.

Posted on September 3, 2009 0 Comments

Generics in Java with Netbeans 6.1 - Part - II

Some of the advanced feature of Java Generics adverted to in the earlier part are: covariance, bounds, wild cards, and bridge methods. First we will take up covariance. In Java language,Generics are not covariant but Arrays are covariant

Posted on September 2, 2009 0 Comments

Generics in Java with Netbeans 6.1 - Part - I

Generic programming means writing code that can be reused for instantiating objects of many different types. For example a single Stack class written with generic programming can be used to generate /store Integer, Double or String objects.

Posted on September 1, 2009 0 Comments