Search:

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

Search: Search took 0.03 seconds.

  1. I want to know how to create a UI like this using...

    I want to know how to create a UI like this using Spring Roo:
    http://demogwtpeople.appspot.com
    and here is Demo Info :
    http://c.gwt-examples.com/home/ui/places
  2. implement add to list for owned collection entities using gwt 2.4 editor framework

    I want to change Spring roo gwt samples in order to create a ui that has an addToList feature for entities that have owned collection, which must be saved in owner scenarios.
    but in spring roo...
  3. Replies
    5
    Views
    561

    because when i use web service without...

    because when i use web service without spring-integration, I didn't marshal my objects and cxf does all infrastructure stuff. I just call web service like method call without converting to xml or...
  4. Replies
    5
    Views
    561

    I removed marshaller and I got following...

    I removed marshaller and I got following exception :


    org.springframework.integration.MessagingException: Unsupported payload type 'class crm.model.Lead'. ...
  5. Replies
    5
    Views
    561

    parameters setting

    tnx for your attention.
    I'm a little confused.
    when I didn't use spring integration I call web service like this :



    public String postForm(Lead lead) {
    JaxWsProxyFactoryBean proxyFactory...
  6. Replies
    5
    Views
    561

    using web service with cxf

    I want to use web service in a channel in my spring-integration enabled project and I'm using cxf.
    how can I use cxf ?
    in sample config file :


    <ws:outbound-gateway...
  7. if communication with other application is...

    if communication with other application is implemented by Web Service, does transaction can be handled by XA protocol ?
  8. thanks for your help. I think I need these...

    thanks for your help. I think I need these requirements.
    can you provide me some links or tutorials for using transaction managers in such a scenario that work with multiple applications for...
  9. my scenario is sth like this : ...

    my scenario is sth like this :


    confirmScenario(T entity){

    localBean.validate(entity);
    localBean.process(entity);
    legacySystemA.validate(entity);
    legacySystemB.process(entity);...
  10. Does this simple annotation do distributed...

    Does this simple annotation do distributed caching ? I think camel does as said in this documentation :
    http://camel.apache.org/cache.html
  11. Yes. I mean remote to each other and multiple...

    Yes. I mean remote to each other and multiple applications even may using different technologies or spring-integration.
  12. Caching entities using Spring-Integration framework

    I'm browsing Integration frameworks to choose the best one for my integration problem. one thing that I want to know is caching and distributed caching for example using Web Service for...
  13. Transaction Management in Spring-Integration framework

    I'm browsing Integration frameworks to choose the best one for my integration problem. one thing that I want to know is transaction management in multiple application integration context, supported...
  14. help

    please help me does any body have solution for my problem ?
  15. Setting custom Post-Login Destinations based on user ROLES

    I want to set custom Post-Login Destinations based on user ROLES in my application. for example :
    If a form login isn't prompted by an attempt to access a protected resource, I want to show...
Results 1 to 15 of 15