Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
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
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Servlets
Ajax/applet
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi all,
1)i am new in ajax..is ajax client side program or serverside program.
ajax is a frame work right? we are using javascript and
servlet
..
so i get confusion ..so anybody tell me the answer pls.
2)is
applet
client side program ???
thanks®ards,
seetharaman
Baseet Ahmed
Ranch Hand
Posts: 225
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Applets are client side program.
Servlets are server side.
Applets require browser or appletviewer tool for execution.
Not sure about AJAX .
regards
Baseet Ahmed
^^^
There are substitute for papers, but none for Trees. Save Trees.
^^^
chandrakant karale
Ranch Hand
Posts: 41
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes Ajax is client side, executes in browser.
Ajax(Asynchronous JavaScript and XML).
we are using javascript and servlets
You would be making request to servlet from your Ajax based application running in browser.
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks all
F is for finger. Can you stick your finger in your nose? Doesn't that feel nice? Now try this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Writing files at the server side
activate server by client in socket program?
how an Applet can make a socket on local port
Can a JOptionPane.showMessageDialog be used within JSF?
jsp and swing
More...