Advertisement

Articles: September Archive

DATA ENCRYPTION USING JAVA

Information security is vital for computer users. The increasing use of Internet for transfer of sensitive information is making security more important. Java Cryptography Architecture (JCA) provides ways of protecting data using several encryption techniques.

Posted on September 27, 2010 3 Comments

Installation of Mobile Agents Software

This article describes how to install and run for the first time Aglets 2 platform. Aglet 2 is shipped with both the ASDK and run–time environment.

Posted on September 23, 2010 4 Comments

Introduction to Mobile Agents

Software agents are programs that assist people and act on their behalf. Agents function by allowing people to delegate work to them.

Posted on September 22, 2010 1 Comment

Skills Re-Session in Recession

Recessions are never purely economic events. As businesses shed jobs, profits fall and investment is cut back so families find their main breadwinner looking for a job,

Posted on September 13, 2010 3 Comments

Document Editing in JAVA

Providing a WYSWYG editor using Java is an easy task, since most of the requirements for the same are available in the swing library through the class JTextPane.

Posted on September 10, 2010 5 Comments

Right Storage Solution: An Update

What is the right storage architecture for you? We revisit DAS vs SAN vs NAS all over again.

Posted on September 8, 2010 3 Comments

Enterprise Java Beans

Enterprise Java Beans, popularly known as EJB are server side components which can be used to build large scale distributed application.

Posted on September 4, 2010 2 Comments

JAXB

JAXB stands for Java architecture for XML binding. Java developers in the past has been used to the XML parsers of SAX and DOM type

Posted on September 3, 2010 1 Comment