From: Eytan H. <ey...@tr...> - 2001-02-18 08:37:11
|
Hi, While getting into webos I think I noticed that all of their objects are = either defined in html or are described by the IDE in xml. I think it is = the first option. Thinking about I realized how cool that was. What they do is describe the object in XML (each event has a proc like I = like and not eventlisteners each property having methods for it and = more) and then they parse these objects to create working js objects. How cool is that? I think we should discuss if this is the way to go? Can Dan tell us if = this is what they do or did I get confused? This would be a great way to take care of all future versions. another thing I noticed is that they did what was proposed here be = someone(forgot who it was) to split up the files per browser. 8an |