RE: XMLHttpRequest integration on WebObjects

2005-10-22 Thread John Bruce
Hi Miguel, It really depends on what you want to do. The easist way to use AJAX in WO is via direct actions. You can use the XHR object to call your direct action and then you can process the response which can be xml, html, or even a markup such as json. The are a number of toolkits available whi

XMLHttpRequest integration on WebObjects

2005-10-22 Thread Miguel Arroz
Hi! I'm totally lost here, and need a little guidance... I would like to integrate XMLHttpRequests on a WebObjects application, so that it may be a little "AJAXed". Where do I start? How to integrate XMLHttpRequest on the Request-Responde cycle? How to make reusable "Ajax" components?