Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Applets
Search Coderanch
Advance search
Google search
Register / Login
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
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Applets
applet to servlet communication
sreenivas jeenor
Ranch Hand
Posts: 125
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
My Requirement: access session variable(a) in
applet
and add new variable(b) in applet then forward back to
servlet
and store both values in database.
Estillan Xu
Greenhorn
Posts: 12
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can you be more specific?
Are you trying to get variable (a) from server, and then send both value a and b back to server?
My first program "Hello World" was in 1997, but until now that's the only thing I know.
Ulf Dittmer
Master Rancher
Posts: 43045
77
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How about HTTP? A simple RESTful web service -possibly implemented by a servlet instead of an actual REST framework- should work nicely.
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Applet size
socket to applet inside a browser ?
POST method
how to startup servlet from applet code
Threading in a Servlet
More...