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?

Re: EOModeler - Unable to connect to MySQL server

2005-10-22 Thread Keith Schomburg
Jeroen, That did the trick!! Thanks, Keith On Oct 22, 2005, at 5:17 AM, Jeroen Beysens wrote: Hi, you should put only the mysql-connector-java-3.1.11-bin.jar file into: /Library/Java/Extensions Restart EOModeler and it will find the Driver (com.mysql.jdbc.Driver). Download latest 3.1.11: