Thanks for your comments. 2005/7/19, Jürgen Schmidt <[EMAIL PROTECTED]>: > > Hi, > > thanks for sharing your ideas ... > > 王在祥 wrote: > We cannot use Java 5 features because we have to be compatible with > older versions.
I think it is possible to using Java 5 and not break the compatible support, the only require is using a JDK 5.0 to run new POJOs and support the old version. i am not sure if I understand you but with the new javamaker tool we > generate directly Java class files from the type library. The type > library is currently necessary for the UNO runtime to get the necessary > type information (Basic, C++). Yes we have thought about a TypeProvider > who works on IDL or better on Java class files directly but haven't > implement it until now. What i mean is I can model the service/interface/methods using Java(with @annotations, such as the JAXB2 project), and we dont using IDL. the type information can be generated and registered directy from the classes(using @annotations and java reflections), or if we need the idl for other pupose, we generate it from the classes. Not using IDL will make the java programmer more easily to develop UNO components.
