Hi Guys
I am populating the data entered by user on the web-page into an object and to enter the data into database I need to take the data beack till servlet.How can I achieve it using
java 1.4.2 with best performance parameters.I am using DOJO for some js controls so I can think of using jsonString approach.However my object is very complex.It has an outer hashtable having multiple objects(9-10).the object inside hashtable will have again 3 objects within it.THese three objects will have certain properties alongwith hashtable within them.I need to pass this data back to
servlet by maintaining this hierarchy.Is there any way to achieve it in a performance centric approach apart from jsonString using java 1.4.2.
Thanking all of you in advance for your help
Yogesh Edekar