Re: Introspection of JavaScript components

2006-08-01 Thread Jim Marino
he way you have may be better and simpler. Jim On Aug 1, 2006, at 10:08 AM, ant elder wrote: I've had a go at adding support for introspection of JavaScript components and wondered if anyone had any comments. As JavaScript is untyped and doesn't have the concept of annotations

Re: Introspection of JavaScript components

2006-08-01 Thread Jeremy Boynes
This looks cool. Graham Charters has been looking at similar things for a PHP programming model - if you haven't had chance yet you should sync up with him. -- Jeremy On Aug 1, 2006, at 10:08 AM, ant elder wrote: I've had a go at adding support for introspection of JavaScript

Introspection of JavaScript components

2006-08-01 Thread ant elder
I've had a go at adding support for introspection of JavaScript components and wondered if anyone had any comments. As JavaScript is untyped and doesn't have the concept of annotations its not possible to have this work as well as with Java components. How I've done it is to