I am facing a strange situation. I have been using AJaX and I have
created a situation where it seems the best solution would be to add
ActionEvents and EventListeners to some of my servlets.
Good Idea? Bad Idea? Harmless?
The very idea of this seems to violate the stateless nature of web
applications but if it works.... ?
Are the their any reasons this shouldn't work or shouldn't be done?
On Feb 2, 9:57 am, "rschmid-goo...@raptor.net" <aleri...@gmail.com>
wrote:
> I am facing a strange situation. I have been using AJaX and I have
> created a situation where it seems the best solution would be to add
[quoted text clipped - 6 lines]
>
> Are the their any reasons this shouldn't work or shouldn't be done?
I suggest looking into Spring Web Flow. It helps you to create a
meaningful stateful conversation between users and your service.