Search:

Type: Posts; User: Eduard Dudar; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    322

    Questions API/Operations

    I'm looking through recent additions to Facebook Graph API and Spring Social API. Questions Operations has been added in https://jira.springsource.org/browse/SOCIALFB-37. From the source code it...
  2. Replies
    2
    Views
    650

    https://jira.springsource.org/browse/SPR-8507

    https://jira.springsource.org/browse/SPR-8507
  3. Replies
    2
    Views
    650

    Still wondering if this know/unknown problem...

    Still wondering if this know/unknown problem before I'll file this as a bug?
  4. Replies
    2
    Views
    650

    UriUtils does double encode

    Hello guys!

    I'm seeing quite strange behavior and I'm not sure why UriUtils works this way.

    In detail I'm having URL that I want to ask using RestTemplate. Url is the following ...
  5. Well, as far as there is no listed native...

    Well, as far as there is no listed native solution we have couple of things to workaround the problem. We are going to play with commit-interval and will clean up tables regularly. Also there is...
  6. Thanks for advise but this also means for you...

    Thanks for advise but this also means for you that your job commits transaction results every 50 processed items. That is not acceptable in our case because of strict item-by-item processing so when...
  7. Let's state that general job contains of 2 parts:...

    Let's state that general job contains of 2 parts:
    - the framework processing
    - application code

    We measure both of them on empty database and on loaded with 30000 finished jobs one. The...
  8. Framework performance after using it quite a while

    Hi team,

    Haven't found something similar so new post is here.

    We have a problem when running Spring Batch jobs for a while. With initial state of database - all tables are empty - we take stop...
  9. Replies
    2
    Views
    1,025

    Found solution. It is job for...

    Found solution. It is job for AnnotationMethodHandlerAdapter.ArgumentsResolver class.
  10. Replies
    2
    Views
    1,025

    HttpServletRequest in @Controller POJOs

    Hi Spring community.

    Do I have a way to use Servlet features like request or response in POJOs those annotated as @Controller? For example I want to store some info in cookies from @Controller's...
Results 1 to 10 of 10