I have implemented Ajax in my Ofbiz project and found out that there is nothing that stops us to use Ajax in the existing framework. Only problem I faced is on using session. Since I was using Ajax to dynamically update price (in a multi page product selection journey) on selection of products and its config options it was utterly important to tap onto current session and access the ConfigWrapper object. Used in product application of Ofbiz. The problem was XmlHttpRequest was creating a different session for it and was unable to tap on existing session and thereby ConfigWrapper object.
It will be great if Si and others, who are working on attaching some Ajax features in Ofbiz, have a look in it and provide a decisive solution. Thanks and regards, Sayoke Shome | eCommerce Framework Developer | ENSIA | "Integrity without knowledge is weak and useless, and knowledge without integrity is dangerous and dreadful." -----Original Message----- From: Walter Vaughan [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 7:10 AM To: [email protected] Subject: ofBiz featuring Google ajax? I just read in that Google Ajax has been released under the Apache 2.0 license. I know that Si and a few others are working on integrating a few ajax features into the project, but it might be cool to have a bulletpoint like "features the Google(r) Web Toolkit(tm)"... http://code.google.com/webtoolkit/makinggwtbetter.html -- Walter ============================================================================================================================ Tech Mahindra, formerly Mahindra-British Telecom. Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================
