I create a RESTful client by using the RestTemplate offered by Spring MVC framework. I'm using the following method in the Controller in order to perform an action in my website:
...
Type: Posts; User: alexios.7; Keyword(s):
I create a RESTful client by using the RestTemplate offered by Spring MVC framework. I'm using the following method in the Controller in order to perform an action in my website:
...
I have two lists
List<User> list_of_users=new ArrayList<User>();
List<String> list_of_attributes=new ArrayList<String>();
When i try to use the following lines of code:
...
I have to send some data in the server and i manage to do this succesfully.Now when i send this data the server sends me a reply.The reply contains a new field (which i need to extract it) + the data...
i'm trying to create a listbox where the user will be able to selct multiply values. My view is this:
View:
<td>
<form:label...
Hallo everyone i'm trying to create a registration form. In this form there are field like username,password etc. Moreover i want to add at this form a listbox which i want to contain some fields....
I solve my problem. I just create a new class. I instantiate there the rest template and i take an object of this class when i want to use the restTemplate. Now i don't take the exception and all...
Thank you pgrimard for your responses. I remove the = new RestTemplate(). But didn't work. Actually i try to create from scratch the project and All went good until the time i decide to broke my...
hallo everyone i'm trying to create a restful client which will receive xml from a server. I'm using the restTemplate.exchange() for the interaction with the server. The problem is that i'm taking a...
Hallo everyone, i'm taking a RestClientException and more precisely says: Could not extract response: no suitable HttpMessageConverter found for response type [frontend.model.Registration] and...
Hi everyone, I'm trying to make a log in. In order the log in to be successful i need to make some changes to the headers. Initialy i have a form get a username and a password.The i make a 64encoding...
Please help me. I'm trying to retrieve the atom list one week now
Hi everyone,
I'm trying to receive atoms from a repository
the form of the xml i want to retrieve is the following:
<authors xmlns="http://www.../ckp" xmlns:atom="http://www.w3.org/2005/atom">
...