(Switched from the 'org.apache.pivot.util.MessageBus' thread to avoid taking it off topic)
On 8 July 2011 22:04, SYSE | Edvin <[email protected]> wrote: > As for BXMLSerializer, it looks like it is used mainly in demos/tutorials, > some skin/internal stuff etc, but quite frankly - couldn't you just fork > BXMLSerializer in your project and add all your goodies to it, and use it on > your .ebxml (extended bxml :) files without problems? :) > > No Pivot internal code would try to read your ebxml files anyway right? Yes, 100%. If it turns out to be as useful to me as my 15 min prototype suggested, I will start to use it, and will be happy to share it via an Apache Extras project or similar. I would just use my custom version of BXMLSerializer to process all BXML files whether they are official '.bxml' files or '.ebxml' If the BXML file doesn't contain any 'Transformable' objects, then it will behave in exactly the same way as the official BXMLSerializer. Chris
