I don't think you will be able to call methods in simple Java classes on a
server; you will need to have Servlets to receive your calls, no matter
whether they are Ajax based requests or not.
---------------------------------------
Kamal Mettananda
http://lkamal.blogspot.com
On Thu, Jul 16, 2009 at 5:37 PM, Raul <raahoo
...@gmail.com> wrote:
> Hello All
> I have a question. If I want to develop a ajax based web application,
> is it possible to do it without servlet?
> What exactly I want to do is, I will have jsp pages and these pages
> will have forms and I want to put function of plain java class files
> as action to these forms. the client side JSP pages will interact with
> these java class files which will reside on my server through Ajax
> calls.
> So my question is, will my plain java classes will do the job done for
> handling all the server side logics?
> Actually this is be the first time I will play with AJAX.
> So your suggestions will do a lot for me..
> Thanx
> Raul