Home » Archive

Articles in the Tech Corner Category

Tech Corner, Tech Talk »

[19 May 2011 | No Comment | Posted By:LG]

NFC or Near Field Communication is an emerging technology widely accepted and supported by world’s leading consumer electronics, mobile device manufacturers, semiconductor producers, network operators etc. The idea is to develop a unique contact less technology which is fast, reliable and cater various demands in the industry. A lot of business prospects revolve around the technology and some are already in place for testing purposes. One might wonder what is the need for NFC when its data rate is Kilo bytes and proximity in centimeters. The trick is NFC is …

Read the full Post »

Tech Corner »

[20 Apr 2011 | No Comment | Posted By:LG]

Ten days back IPL-4 kicked off and today almost 25% of the group stage matches are over. If we look at the points table, one can see some interesting facts and figures. As a cricket follower here are certain things that caught my attention. All of the teams have done very good homeworks and when they are on ground each team is having perfect stratagems. All teams are in tremendous form and there was not a single match which was one sided, every match ended on a crucial note. Exclude …

Read the full Post »

Tech Corner, Tech Talk »

[11 Mar 2011 | One Comment | Posted By:Vivek]

We had earlier posted about Cloud Computing and how it is likely to be the next big thing in the IT industry, if not already. The advantage of Cloud Computing is that data and applications need not be maintained in your own machines or data centers, but use the internet accessible servers. This means that the huge cost in buying the machines, servers and then the cost in maintaining the server can be avoided.
Using the benefits of Cloud computing, one can use applications and software installed from an internet accessible …

Read the full Post »

ATG & Java »

[24 Feb 2011 | No Comment | Posted By:Sam]

Dynamically generating HTML from a java object is a very common requirement for most applications. The droplet tag will help us in this by embedding the ATG servlet beans. The output of the ATG servlet beans is included in the HTML page. In this article our prime focus will be on a simpleĀ  ATG Out of theĀ  Box servlet bean.
DSP:DROPLET tag: helps you invoke a servlet bean from a JSP page. The programming logic will be encapsulated in a java class(bean) which is used in the jsp.
ForEach Droplet: (“atg.droplet.ForEach” is …

Read the full Post »

ATG & Java, Tech Corner »

[18 Feb 2011 | One Comment | Posted By:Sam]

The previous article on DSP tags was on June 2010, almost an year back and since then i had very less chances using dsps.Now again i am back into the jsp and dsp. So here in this article i will try to explain few more tags and there usage. Come back to me for any doubts i can help you.
DSP PARAM tag: for input parameter.
This tag holds an input parameter with name and value, which are made available to the parent servlet bean(Eg: for servlet beans atg.droplet.ForEach,atg.droplet.Switch,atg.droplet.Format,atg.droplet.IsEmpty). Two attributes, name …

Read the full Post »