Search:

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

Search: Search took 0.02 seconds.

  1. Thread: Is Roo alive?

    by snowch
    Replies
    5
    Views
    638

    Have any times scales been announced for pivotal...

    Have any times scales been announced for pivotal decisions to be communicated?
  2. Thread: Roo evaluation

    by snowch
    Replies
    1
    Views
    217

    Roo evaluation

    I have used Roo quite a lot now, and I am very impressed with it.

    I would now like to introduce Roo in my organisation, however, I have to first evaluate it against alternative solutions and...
  3. Replies
    1
    Views
    477

    ROO suitable for creating DAO layer only?

    Hi Forum,

    I'm working on a legacy system that has many business modules (customer module, accounting module, etc). Each module is split into separate maven projects for the DAO, Service, and...
  4. Replies
    1
    Views
    874

    Solved, by using WsdlDefinitionHandlerAdapter to...

    Solved, by using WsdlDefinitionHandlerAdapter to expose my wsdl. WsdlDefinitionHandlerAdapter has a transformLocations property.
  5. Replies
    1
    Views
    874

    DispatcherServlet + transformWsdlLocations

    I'm using a DispatcherServlet for exposing my webservices and not MessageDispatcherServlet. Is it possible to achieve the functionality of transformWsdlLocations in MessageDispatcherServlet?
  6. If I previously had the following attributes set...

    If I previously had the following attributes set for form-login, how can I set these when using LoginUrlAuthenticationEntryPoint?

    <form-login login-page="/login"...
  7. Hi Rob, How can I modify the...

    Hi Rob,

    How can I modify the DelegatingAuthenticationEntryPoint example to make it's decisions based on the target url pattern?

    Many thanks,

    Chris
  8. Thanks for the response. I only just started...

    Thanks for the response.

    I only just started with spring security yesterday, so I think I'm going to have to do a lot more reading for this to all make sense...

    Looking through the link you...
  9. use form-login by default but http-basic for rest urls

    I would like to use form-login for my html pages, but http-basic for my rest endpoints.


    <http auto-config="true" use-expressions="true">
    <!-- form-login required by default -->
    ...
  10. RestTemplate does not work with spring mvc-ajax sample

    I have had problems using RestTemplate against the spring mvc-ajax sample. My source:


    RestTemplate rest = new RestTemplate();
    AvailabilityStatus l1 = rest.getForObject(
    ...
  11. Iwein, If the polling interval is the same on...

    Iwein,

    If the polling interval is the same on all consumers, then would competing consumers would give round-robin balancing?

    If more control is required over the balancing, is it possible to...
  12. Thanks for the reply. It would be good if...

    Thanks for the reply.

    It would be good if there was a statement in the spring docs about threading from a j2ee app...
  13. Ok to use ThreadPoolTaskExecutor and TimerTask in web app?

    Is it ok to use ThreadPoolTaskExecutor and TimerTask in web app, or does it defy the mandate that one must not create their own threads in a web app?

    Many thanks in advance,

    Chris
  14. Replies
    14
    Views
    64,606

    I'm finding the same. I've read through the docs...

    I'm finding the same. I've read through the docs and looked through the samples, but I too need a more gentle introduction to get me started.

    Many thanks,

    Chris
  15. Replies
    1
    Views
    968

    appropriate usage scenario

    A) I have some pdf reports written in iText. Some of the reports can take a while to run (1+min) and use a fair amount of memory (1Mb+). The reports don't need to be run synchronusly.

    B) I want...
  16. Replies
    4
    Views
    828

    ... also, the derby config doesn't roll back...

    ... also, the derby config doesn't roll back transactions, but mysql and hsql both do.
  17. Replies
    4
    Views
    828

    Thanks Marten. It seams my misunderstanding is...

    Thanks Marten. It seams my misunderstanding is how AbstractTransactionalDataSourceSpringContextTests works.

    "I suggest you read up on (transactional) testing and the spring framework."

    Do you...
  18. Replies
    4
    Views
    828

    I guess no replies mean that I am not doing...

    I guess no replies mean that I am not doing anything obviously wrong. Also, I have noticed a few other posts where others are having problems with transactions not rolling back.

    Should I be...
  19. Replies
    4
    Views
    828

    JOTM not rolling back

    I'm having problems trying to get my transaction to roll back. I can't see where I'm going wrong...

    Any pointers would be appreciated.



    <beans...
  20. Replies
    1
    Views
    879

    I think I've found how to use the validator...

    I think I've found how to use the validator without the MVC framework:

    BindException validatePersonWebServiceMethod(Person person) {

    ...
    Validator validator = new PersonValidator(); ...
  21. Replies
    0
    Views
    870

    sample using bean validator without MVC

    I need to put validation into my persistence tier, but the persistence tier is accessable only via web services.

    Are there any examples of using bean validation framework standalone without MVC?
    ...
  22. Replies
    1
    Views
    879

    validation at the data tier

    I have a bean that is populated in another tier and sent to me via web services. I am responsible for verifying the bean before persisting it. I would like to use spring validation where I will be...
Results 1 to 22 of 22