Firebird SQL database data can be integrated and synchronized codeless with 100+ external systems, on premises or in the cloud, using the Layer2 Cloud Connector. You will find some supported systems and applications here, including Microsoft Office 365, SharePoint, Dynamics, SQL, and others.
Author: arvifox
Android broadcast receiver
BroadcastReceiver
Message:
- global
[code language=”java”]
mContext.sendBroadcast(mIntent);
[/code] - local
[code language=”java”]
LocalBroadcastManager.getInstance(mContext).sendBroadcast(mIntent);
[/code] - ordered
[code language=”java”]
mContext.sendOrderedBroadcast(mIntent, mPermissionStr);
[/code]
Z-order curve
RESTful web service
http://devcolibri.com/3732
http://crunchify.com/how-to-build-restful-service-with-java-using-jax-rs-and-jersey/
https://www.nabisoft.com/tutorials/java-ee/producing-and-consuming-json-or-xml-in-java-rest-services-with-jersey-and-jackson
https://examples.javacodegeeks.com/enterprise-java/rest/jersey/json-example-with-jersey-jackson/
https://jersey.java.net/documentation/latest/index.html
Android Restful Webservice Tutorial – Introduction to RESTful webservice – Part 1
https://habrahabr.ru/post/150034/
https://habrahabr.ru/post/46374/
http://www.dokwork.ru/2014/08/restful.html
https://habrahabr.ru/post/115718/
https://habrahabr.ru/post/150176/