Search:

Type: Posts; User: alexios.7; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    795

    Spring MVC RestTemplate, sending POJO

    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:
    ...
  2. Replies
    1
    Views
    333

    AddAllAttributes method spring mvc

    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:

    ...
  3. Replies
    0
    Views
    469

    Concurrent post and get Spring MVC

    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...
  4. Replies
    1
    Views
    553

    Property Editor Spring MVC

    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...
  5. Replies
    1
    Views
    247

    Registration form

    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....
  6. I solve my problem. I just create a new class. I...

    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...
  7. Thank you pgrimard for your responses. I remove...

    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...
  8. RestClientException: Could not extract response

    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...
  9. Replies
    0
    Views
    255

    RestClientException

    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...
  10. Change headers at request and get response body

    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...
  11. Please help me. I'm trying to retrieve the atom...

    Please help me. I'm trying to retrieve the atom list one week now
  12. Rest client with receive list of XML using annotations

    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">
    ...
Results 1 to 12 of 12