• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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: 67746
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.
 
Lookout! Runaway whale! Hide behind this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic