PDA

View Full Version : Ajax & Spring


whytwelve13
09-25-2006, 03:07 PM
Both AjaxPro.NET and Spring use HttpHandler to do the work behind the scenes. However, there is only one HttpHandler on the way from the client to the server. How can I put them both in place, so Spring handler gets executed before Ajax handler? Any way to use HttpModule-s or whatever else?

Aleks Seovic
10-04-2006, 05:11 PM
I'm not quite sure, but I believe Bruno has solved similar issue for Atlas integration.

Bruno, any thoughts?

- Aleks

Bruno Baia
10-04-2006, 05:20 PM
Hi,

:o completely forgot this thread...

If you are talking about *.asmx http handlers, take a look to this thread :
http://forum.springframework.net/showthread.php?t=447


-Bruno

jnapier
10-11-2006, 03:13 AM
What about for other handlers besides atlas? There are ajax libraries such as the one already mentioned in this thread AjaxPro.Net that use *.aspx http handlers and not just *.asmx http handlers.

Bruno Baia
10-11-2006, 09:58 AM
Hi,

In this case, you need to create your own *.aspx handler that will merge both AjaxPro.NET and Spring.NET *.aspx handler.
Exactly what I did for the *.asmx handler problem between Atlas and Spring.Net?


-Bruno.