A friend of mine has approached me with the following question: how do you handle Ajax in Erlang/ErlyWeb/Mochiweb/Yaws?
He likes the approach that GWT has - you only have to worry about necessary functions once, the framework generates all the necessary boilerplate code for you. By boilerplate I mean the code that implements the necessary client-server interfaces and protocols that you don't need to check twice (once on the server and once on the client). You also don't have to worry about changing things on one side and breaking things on the other side, thus effectively halving the time you need to spend on testing and debugging. How do you add ajax to your apps and has anybody considered a GWT approach? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
