Thu 11 Mar 2010
Posted by Pandian R under Spring
No Comments
I use a simple web application that uses struts2 (view)- tiles (view) – Spring – Hibernate.
It is working fine. I have a strange behavior explained below.
1. Consider I have form. I fill up the text boxes, select boxes and press Submit. The values are getting displayed. Perfect!
2. If I go to any other page and coming to the previous page again. The old values given are still retained by default and results are displayed as per the earlier selection.
3. This condition became worse when I have a try to insert records being fetched in the form. The records are getting duplicated with incremented IDs in database.
The reason is I dint specify the beans in prototype scope!!
Thanks for coderanch.com forum!
http://www.coderanch.com/t/485636/Struts/Application-Frameworks/Request-Value-getting-retained
Wed 10 Mar 2010
Posted by Pandian R under VMware
No Comments
VMware ESX server:
This is a popular virtualization solution from VMware.
Installs on a ‘bare metal’, allows multiple OSs and their applications to run in VMs.
Physical server/Virtual Host:
The Operating System running on a bare metal
Guests/Virtual Machines
Individual Operating Systems hosted by ESX or Virtual Host
VMKernel
An OS that runs directly on the ESX server host.
Resource Manager:
Partitions the physical resources of the underlying server
Uses proportional share mechanism to allocate CPU, memory and disk resources to VMs those are powered on
manages the reservations, limits of each VM
VMKernal Hardware Interface:
Hides the hardware differences from ESX server and guest users.
Enables hardware specific service delivery
Includes device drivers and Virtual Machine File System (VMFS)
Virtual Machine Monitor (VMM):
Responsible for virtualizing CPUs
When the VM is getting started, the control is transferred to VMM
Sets the system state
Wed 10 Mar 2010
Posted by Pandian R under windows
No Comments
dir /s /b>FileList.txt
Thanks – http://txt.binnyva.com/2007/09/listing-all-files-recursively-in-windows/