Wednesday, 22 April 2015

Why mapping Used in Java

Basically Mapping will configure on xml because of following reason.

> When we use multiple file on different package then that time server doesn't decide which file we execute.

> on XML we define full controlling path . like if i click on ___ Control will forward to ___- page 

> On html form tag we define form action = --- so that is called xml and find where class has been define if find then perform operation else get error 


Hope this will help 
Thanks  

No comments:

Post a Comment

Map class field to map

 import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; public class AutogeneratedClassMapper {     public static M...