As Chris mentioned, Pivot does not currently provide a BXML to Java compiler. We actually prototyped one a while back, but it was never completed due to other priorities.
Generating byte code from BXML might be tough, but converting it to a Java source file would probably be pretty easy. Let me know if you are interested in trying to write something like this - I would be happy to try to help when I can. G On Dec 19, 2010, at 10:26 PM, calathus wrote: > Hi, > I'm looking for a tool to convert bxml file to equivalent Java source program. > Are there such tools? > > I just started using pivot, but many of sample is based on bxml. > I think in order to develop a UI library with Java generic class, XML file > based approach is not appropriate. > > And xml based approach will reduce static error detection capability. > I liked to see more examples using Java classes to define GUI without > relying on bxml files. > > -- > Cheers, > calathus > > >
