REST sevices

aklisiewicz

Active Member
Licensed User
Longtime User
I woud like to ask for any recomendations for tools which allow to build/deploy REST/JSON web services. I'm looking for something which is easy, requires minimum (or no) coding, and can respond to basic CRUD operation on SQL type database. I have seen some frameworks but most of them are to big, to complicated, have features I would never use and most of all take a lot of time to study and learn.
This of course would be towards Android App which needs to talk to remote SQL server.

Appreciate any comments on that.

Arthur
 

aklisiewicz

Active Member
Licensed User
Longtime User
yes of course, if the service can apply CRUD
anything particular in mind ?

Art
 
Upvote 0

stefanobusetto

Active Member
Licensed User
Longtime User
I currently use php services to perform crud with mssql and Oracle db.
The connection with the android client is encrypted.
:)
 
Upvote 0

aklisiewicz

Active Member
Licensed User
Longtime User
ok, great, but I'm looking for some easy method to do this. I'm not familiar with PHP so need something automated, some script generator, or some tool to help me write a script...
This gets especially more complex for me because I need to deal with table relations.

suggestions ?

Art
 
Upvote 0

aklisiewicz

Active Member
Licensed User
Longtime User
yes, sample would be great (especially if your could post something which updates Parent/Child records),

but I was asking if there is any tool which would automate this process...?

I'm using Scriptcase (ocassionaly) which creates a PHP code, but I really do not have to write much code to get the results. Sometimes 1-3 lines is enough so I can implement some PHP by studying examples. I'm not god enough in PHP to write more advanced scripts.

Art
 
Upvote 0
Top