Grails: How to save objects to DB after async web requests? – Facebook api
I am having a hard time programming parallel services. The goal is to retrieve data from Facebook with asynchronous API calls and afterwards iterate over the retrieved data synchronously performing GORM actions. The first step of fetching data asynchronously seems…