Hi Richard,
Le 14 oct. 2013 à 16:05, Richard Gomes <
rgome...@gmail.com> a écrit :
> Hello
> ALL !
>
>
> Any news regarding integration of muntjac with nagare?
Currently it's a "technical" integration: a Munjac Application adapter was
created so that a Munjac application can be launched by Nagare and can used it's
various services. Meaning a Munjac Application becomes a normal Nagare application
with its sessions, security, configuration, HTTP publishing, directories structure,
web request/response objects ... managed by Nagare (i.e `nagare-admin serve my_munjac_application`).
But it's not a programming model integration: you can't mix Nagare components and
Munjac components in the same application. Honestly I still don't really know if it
could be even possible but Nagare and Munjac/Vaadin share a lot of common principles:
application as a graph of components, HTTP actions translated to Python callbacks,
sessions pickling, processing phase followed by a rendering phase ... A successful
mix would be really powerful :)
As previously stated, the current integration is still in a "proof of concept"
state with several hacks and hard coded parts. Just enough to be able to launch
the Vaadin calculator or iTunes layout demos. And, I must say in a standby
state as I'm working for the moment on WebRT extensions to Nagare (i.e WebSockets).
Best regards,
Alain