A shout out to Aware Support - well done!

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
RLJB
Posts: 914
Joined: Tue Jan 05, 2010 10:16 am
Location: Sydney, Australia

A shout out to Aware Support - well done!

Post by RLJB »

Just a short note of appreciation and thanks to Support and the dev team at Aware.

We just started using REST services in 8.1 and within 10 minutes set up our system to oAuth 2.0 with an accounting package called Xero and POST Invoices from our Aware system to Xero.

It is beautiful stuff. We have previously had to use Java plugins and other workarounds, but this 8.1 functionality is awesome.

Well done Vlad and team.
Rod. Aware 8.6 (latest build), Developer Edition, on OS Linux (Ubuntu) using GUI hosted on AWS EC2, MYSQL on AWS RDS
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: A shout out to Aware Support - well done!

Post by BenHayat »

Now. imagine if we could build a complete (yes, including oAuth 2 authentication and JWT Tokens) REST Server that any client can call this Server's REST API. (That follows the REST routing pattern)

With the speed of development and power of Aware, it would earn a top ranking position in the market.

Since there is no UI involved in this model or branch of AwareIM, it can use a lot less resources by not maintaining user's sessions for every user's interaction. This could be another stand alone product.

The third product from Awaresoft, would be a Scheduling service that can run as a stand alone service without affecting the other servers. I can create this headless server with current Aware version, but best would be to have a trimmed down version

Of course, all these servers should share the same DB and Aware's schema/dictionary.

This is my dream about the future of Aware... :D Version 9??? :)
Last edited by BenHayat on Mon Sep 17, 2018 11:17 am, edited 1 time in total.
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: A shout out to Aware Support - well done!

Post by aware_support »

Code: Select all

Well done Vlad and team.
Thank you for your kind words!
Aware IM Support Team
Gabbitas
Posts: 334
Joined: Sun Jan 03, 2010 3:36 am

Re: A shout out to Aware Support - well done!

Post by Gabbitas »

We just started using REST services in 8.1 and within 10 minutes set up our system to oAuth 2.0 with an accounting package called Xero and POST Invoices from our Aware system to Xero.
Hi RLJB,

I don't suppose you'd be willing to post here a quick list of steps you took to implement Xero within your app? Any pointers would be really appreciated :D

Thanks
Post Reply