Search:

Type: Posts; User: isys; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    818

    Oliver, I would like to use Spring caching...

    Oliver,
    I would like to use Spring caching abstraction for the CRUDRepository. Please give some guide lines
    Thanks
  2. Please tell how to use Spring caching abstraction...

    Please tell how to use Spring caching abstraction for PagingAndSortingRepository or CRUDRepository?
  3. Replies
    3
    Views
    818

    I agree, this is a main problem also for me. I...

    I agree, this is a main problem also for me.
    I think there should be a option to cache the getCount() of each query.
    Therefor I posted the issue here...
  4. This is a main problem. I am asking for similar...

    This is a main problem.
    I am asking for similar help in this post http://forum.springsource.org/showthread.php?135252-Cache-getCount-in-PagingAndSortingRepository-improve-response-time
  5. Cache getCount in PagingAndSortingRepository - improve response time

    I have a data table with 7 million rows. Using PagingAndSortingRepository is excellent. One thing I would like to improve is caching the getcount method in PagingAndSortingRepository due to that this...
  6. I found the problem. cascade=CascadeType.ALL...

    I found the problem.
    cascade=CascadeType.ALL shouldn`t be used in this case.
    When I removed cascade=CascadeType.ALL from the mapping it works perfect.
    Thanks for the hint
  7. If it has to do with the mapping please check my...

    If it has to do with the mapping please check my code
    Here is the mapping in the Vets class
    @Entity
    public class Vets {

    @Id @GeneratedValue private Long id;
    private String firstName;...
  8. JpaRepository delete method remove all rows with the same manytomany relationship

    I have turned a part of the petclinic example to use spring data.
    I am learning and testing the Crud/JpaRepository methods. It is very good. Thanks to Spring Team.
    But I found a bug. The delete...
  9. Replies
    6
    Views
    1,010

    Concerning the controller config in the...

    Concerning the controller config in the appliactionContext.xml it is defined like this
    [QUOTE]<?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  10. Replies
    6
    Views
    1,010

    How to use annotated controller in the urlmapping bean?

    The problem is not the filter in web.xml
    The problem is how to set the controller in the urlMapping bean defined in the servlet xml when the contoller is defined by annotation in the java class.

    ...
  11. Replies
    6
    Views
    731

    Please help I have the same problem. The language...

    Please help I have the same problem. The language is not changed by the url paramName ?language=es. The appliaction shows only the default language.
    My Controller is defined in the Java class by...
  12. Replies
    6
    Views
    1,010

    I have the same problem. The servlet xml succeed...

    I have the same problem.
    The servlet xml succeed to load the message_en.properties
    But the language was not changed by changing the url language parameter
    I know that this work for some...
  13. Replies
    8
    Views
    4,692

    Spring Travel example with Flex

    I will certainly have a look at the Spring Travel example with Flex when Spring 3.0 is final.
    Thanks a lot!!
  14. Replies
    8
    Views
    4,692

    Spring BlazeDS Integration and Spring Web Flow running side-by-side in one appliction

    It will be nice to have an example of a Spring Web Flow project using flex by Spring BlazeDS integration. It will extends the power of Spring. The controller ability on server side is missing. We...
  15. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    Succeeded - able to edit in design mode and run it

    Before the problem you mention "Recrate HTML Template", there was one more problem with locale iw_IL. I changed it to be en_US, but the problem of HTML wrapper was not in the list of problems....
  16. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    Can display in design mode but after editing on mxml then the html disappear

    Thaks alot. But still one problem left.

    I use STS with FB4 plugin and followed your instructions.

    The insyn01.mxml is displayed in design mode.:)
    Run the testDrive on Tomcat. Great:D
    I...
  17. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    Is it possible at all to display the testDrive sample in design mode?

    1. I recreated my IDE, install eclipse 3.4.2 with FB4 beta 2 plugin.
    2. Imported the testDrive sample
    3. Run on Tomcat 6

    So fare it works.

    But when I try to open a MXML file in the design...
  18. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    create new Fx project works fine with plugin

    create new Fx project works fine with plugin
    but the testDrive sample has problems with the MXML editor
    All the projects imported from the testDrive sample are not recognized as Fx project,...
  19. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    Eclipse with Flex builder plugin

    I succeed to install the Flex Builder plugins
    But the design panel of Flex shows an error:
    "An unknown item is declared as the root of your MXML document. Switch to source mode to correct it."
    So...
  20. Thread: Best practice

    by isys
    Replies
    12
    Views
    6,814

    Best practice

    Thanks for integrating Flex + Spring.

    I succeed to run the testDrive sample on eclipse + tomcat.

    My question is:
    1. Is it possible to run the testDrive sample on Flex Developer? - In Flex...
Results 1 to 20 of 20