Have you ever wondered why is it often so tedious so make your simple Java app a web server, with the methods becoming the endpoints? You need to add libraries, write additional “web” wrappers, set up a server and a hosting, configure load balancing and much, much more.
As you may have noticed in our release history, the EXTENDED STRING data type was removed from Backendless Database almost a year ago. To be precise, it was more a merge of the STRING and EXTENDED STRING data than the removal of the latter.
In this edition of Backendless Spotlight, we take a dive into a business-supporting mobile software company called Inkscreen and their application CAPTOR.
In a previous article (How to Save an Object with All the Children in a Single Call to Server), we examined how to simply save an object model. However, Backendless custom services give us much more flexibility when it comes to saving objects.
From time to time, we see some developers struggle with understanding how the principles of asynchronous work with Backendless. In this post, we’ll try to shed more light on this aspect: describe what async calls are, why you need them and how to properly perform such calls and process the results. This post will be specific…
In this edition of Backendless Spotlight, we travel to Scandinavia to take a look at an online shopping app from Norwegian footwear company Nordås Sko. The app uses Backendless’ Files and User Service APIs to bolster their user experience.
Today, we are going to look at a useful and interesting, but hidden, feature of Backendless. This function will give us the ability to create a multi-column table schema with a single query.
This post will show you how to implement a kind of “expiration” for your data objects. The strategy is sufficiently abstract, so it’s applicable to any resource you need to expire, including files, logs, and so on. Since the database does not have any built-in expiration mechanism, we’ll have to implement it on our own. Fortunately,…
In this edition of Backendless Spotlight, we cross the Atlantic to take a closer look at TopAnimals, an educational sticker-collecting app out of Italy. With TopAnimals, users can collect animal stickers of varying rarities that offer descriptions, curiosities, and habitat information. TopAnimals is brand new to the market, launching on iTunes just last week. Editor’s Note:…