fabric8io / django

Camel iPaaS functionality
0 stars 4 forks source link

Optimize forge commands for forge bad behavior #46

Closed davsclaus closed 7 years ago

davsclaus commented 8 years ago

forge keeps calling the initializeUI method over and over again, and not only just once. And same for next/execute. Its all makes you go mad!!!

So you need to keep own state to only do this once, and reuse old work - WTF!!

But on a server side app we would need to optimize for this kind of stuff