• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Javascript java communication in java 1.4.2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Yo Ed", please check your private messages for an important administrative matter.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic