Developing web mashups with spotty connectivity
17.2.2006 / Programming Languages /
One downside of developing on top of Web-based APIs like Yahoo! Maps Web Services
is that your coding pretty much comes to a halt when you don’t have net access.
How about every web service providing a stub proxy server that runs on your local development machine? It doesn’t have to give full or correct results, just spit out some representative result that you can code against.
Leave a Comment: