Questions tagged as 'rest'

1
answer

Returning data from Java to Ajax using Json

I have a Java application, and a module that inserts products into the base using REST. In the base the id of the product is autoincremental, and as soon as I add the same in the base, I need the id so that the table with the products are update...
asked by 27.06.2014 / 15:26
1
answer

Can not import urlencode name in program execution

I need to run a routine, but the system tells me that it can not load the urlencode name (I'm not sure I can call this function, class), I looked for similar libraries, but I'm not sure I'm doing it correctly. from hashlib import sha256 from ur...
asked by 18.02.2017 / 22:00
1
answer

Consume REST API with PHP

I am starting the studies of some RESTful APIs and I have a sense of what REST is and an API. However, I'm still kind of confused about the process. LinkedIn provides a rich RESTful API through its REST Console, for example a POST call...
asked by 09.11.2017 / 14:07
1
answer

Authentication with Spring Security

Hello, I'm doing a project using the Spring Framework, and I need to do a very simple authentication, using users created in the same user table (without any integration with social networks). But I do not know how to do it, I'm using Spring...
asked by 29.08.2016 / 18:59
1
answer

WebAPI Project - .NET

I'm developing an Asp.Net WebApi application (first REST application). So far everything is ok, even though I'm in the testing phase using PostMan. I think I should finish this first step in two weeks. The project has the Service, Domain,...
asked by 26.07.2016 / 05:47
1
answer

Modern Web: SPA / REST [closed]

Speaking on the modern web, we have new concepts like SPA / Rest and I keep some doubts. Is the correct way to enter the web to focus / study these concepts? Since they appeared as an improvement on some old concepts. Is it always feasible...
asked by 24.09.2016 / 16:47
2
answers

Paging with Spring Framework

I have a question, need to make a paging when I return all the records in a table, I do not have much experience with Spring and I would like to know how to do it, do I need to override findAll ()? Or in the controller's own method already it is...
asked by 09.06.2016 / 13:46
1
answer

Querying in a List (IN) - Predicate and Specification - JPA CriteriaBuilder

Hello, I have to create a dynamic query based on the following scenario in a RESTFUL application using Springboot and JPA (I'm using JpaSpecificationExecutor): I have two entity classes (Entity), the first is that of products: Produto Long i...
asked by 06.05.2018 / 20:23
1
answer

Delphi module for Apache 32 bits with error

I'm using Apache to upload a rest server made in Delphi, when I generate the module in Delphi in the 32-bit version, I put it in the Apache modules folder and the execution simply gives an error and does not start Apache, since version 64 bits w...
asked by 12.03.2018 / 14:48
2
answers

Using the REST question mark

I have a list of values on screen that as the user is typing will be filtered options. If the user wants to view all the records he will type:?; Then my rest call will be: myserver / fetch /? From what I understand, this "?" is interpreted...
asked by 01.03.2017 / 13:00