aspose file tools
The moose likes Servlets and the fly likes Javascript java communication in java 1.4.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Javascript java communication in java 1.4.2" Watch "Javascript java communication in java 1.4.2" New topic
Author

Javascript java communication in java 1.4.2

Yo Ed
Greenhorn

Joined: Aug 19, 2008
Posts: 1
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
Joe Matthew
Ranch Hand

Joined: Jun 10, 2008
Posts: 66
Hello,

Welcome to Java Ranch!

This post not placed in the correct forum. This is a Portal based forum.

P.S. Please comply with the screen name standards followed in Java Ranch Names.


Regards,<br />Joe<br /> <br />"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live."<br />--Martin Golding
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

"Yo Ed", please check your private messages for an important administrative matter.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Javascript java communication in java 1.4.2
 
Similar Threads
Large hashtable | out of memory exception
Using Properties instead of HashMap when dealing with Strings
Problem with Jackson Parser
Populate Table Rows With Data from AJAX
passing response as json vs. string array