Friday, 9 January 2009

Satyam -Latest information

Mr.Raju surrendered to HYG DGP last night. Experts says that this was a wise movement from Mr.Raju. The main concerns now are

1. How many people from the corporate are involved in the sandal?
2. What about the future of the 53,000 employees?
3. Do the existing customers are willing to continue with satyam projects.?
4. Is Satyam going to pay salaries for the employees for couple of months. Rumors that Satyam does not have enough fund for paying off Salaries for the employees and they might layoff 10,000 employees or cut short the salary for the employees. However there are no official communication from Satyam on this.

Experts says that whatever happens, eventually it is the employees who are going to pay off due to any type of fraud from their bosses. That being a general statement, lets hope it will not happen with Satyam employees.

However personally I support Mr.Raju. I am not very sure about what inside the scandal issue. But from my understanding there are something bigger behind the scene.
Lets wait & see!!!!

Friday, 2 January 2009

2009

Satyam-India's 4th largest IT company is having tough time in 2009. I hope there will be a positive result after the January 10th borad meeting. Roumers are many other top companies like IBM, HP and CTS are in top list of the bidding companies.

Friday, 26 December 2008

How to use tag with tag for dynamic variables

I had a specific requirement in my new project. The business functionality is to develop a simple screen with only 2 set of fields. One field with city name and other a drop down which will have list of country name and the default name in the drop down should be the country in which the city is displayed. The catch is the combination of cities are dynamic and the list of countries are static with almost 500 in the list. We can consider the city name & list of countries as a single row in the screen. I mean there will be that many combination of city and drop down country, be there as many products .

Example:

City Name Country Name
-----------------------------------------------------------------
Toronto Canada(this is the default from the list of 500)
London UK(this is the default from the list of 500)
.................etc

For this I have used the following

JSP code
----------------------------------------------------------------------------














-----------------------------------------------------------------------------

in the form there will be 2 arraylists. citiesArrayList and arrayListOfVOs and getter and setter along with the indexed getter for retrieving the countyVO from the arraylist.

I found this very useful because there is not even a single javascript in the code.
Hope this article will be useful for people who are hesitate to use javascript in their code.

Wednesday, 19 November 2008

How to use tiles ?

Adding Tiles to Your Application

Here are the steps necessary for adding Tiles to your Struts application:

1. Add the Tiles Tag Library Descriptor (TLD) file to the application.
2. Create layout JSPs.
3. Update existing JSPs to use layouts.
4. Create a tiles-defs.xml file.
5. Update forward definitions in and add the Tiles plug-in to the struts-config.xml file.
6. Repackage and run the updated application.

how to start with struts in your project?

http://www.java-tips.org/other-api-tips/struts/how-to-use-struts-framework.html

CSS in table

What does the Table Option Tag td class do

class="xxxx">;>;

Indicates that the table cell can be styled with a CSS rule targeting the ".xxxx" selector.

visit  http://www.w3c.org/Style/CSS/


Friday, 14 November 2008

JVMDG217: Dump Handler is Processing a Signal - Please Wait.

I am getting the following error while starting my application.

JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to C:\Program Files\IBM\Rational\SDP\6.0\javacore.20081113.172339.652.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.

Trying to resolve the issue. I will post the resolution once I solve the issue.