Is Jazz Ajax Framework still open source?
One answer
I downloaded the latest Jazz Foundation source, but found no source for Jazz Ajax Framework. Is it still available?
Can you define 'source' - are you looking for JavaScript or Java portion?
Comments
I am also looking for the source (javascript). I have been unable to find the javascript portions online (jazz.ui., jazz.util. etc).
The jazz. are shorthand aliases for net.jazz.web. bundles. So for example, the source file for the module jazz.ui.Button is located at net.jazz.web.ui/resources/Button.js. The resources folder in the bundle is the root of the bundle's Web content.
The aliases are specified in the bundle's plug-in manifest (plugin.xml), as part of the net.jazz.ajax.webBundles extension that all Web bundles must define.