Page 1 of 8 123 ... LastLast
Results 1 to 10 of 76

Thread: Reference Manual feedback please!

  1. #1
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default Reference Manual feedback please!

    Spring Integration Community,

    We have an open issue for Reference Manual typos to be fixed in 1.0.3:
    http://jira.springsource.org/browse/INT-676

    Please feel free to add to that!... not only typos but also suggestions for any material that is unclear or lacking sufficient detail. The 1.0.3 release is planned for the end of next week, and we also have plenty of other issues, but we will try to address as much as possible based on comments added to that issue.

    I will soon be posting another thread for 2.0 roadmap suggestions - as soon as JIRA is reorganized a bit to reflect our current plan.

    Regards,
    Mark

  2. #2

    Default

    "The no-argument send and receive methods block indefinitely. Note however, that calling the no-arg versions of send() and receive() will block indefinitely."

    I think you have said the same thing twice. It may be that you have repeated yourself.

  3. #3
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default

    It would be great if the reference manual also concentrates on API based usage of spring integration . This would help in dynamic creation of channels and dynamic addition of adapters and their removal.

  4. #4
    Join Date
    Sep 2009
    Posts
    3

    Default Need more javadoc like api information

    I see the reference document,
    I see javadoc.

    But where would I find a complete explanation of all the various tags on things like:

    <rmi:inbound-gateway>
    <rmi:outbound-gateway>
    <jms:inbound-gateway>
    <jms:outbound-gateway>
    ...etc

    what is 'expect-reply', what happens if I set it to true/false?
    what is 'remote-invocation-executor'..

    If it wasn't for my IDE, I wouldn't even know these tags existed...
    etc etc...

  5. #5
    Join Date
    May 2007
    Posts
    12

    Default some asyncronous tips

    Hello , I would like to see better explaination of the route from using default directChannels to asychronous messaging.

    The manual does tackle the config for each type of channel, but it would benefit from a larger section on tips/why/when etc.

    Can you also help with tips for logging/debugging an async system. e.g. are there plugins/tools to show performance of the channels etc.

    thanks
    Rob

  6. #6
    Join Date
    Sep 2004
    Location
    London
    Posts
    311

    Default

    any tips as well on how to use ApplicationEvent?

    if springapp services could be managed via JMX?

    regards
    marco

  7. #7
    Join Date
    Aug 2008
    Posts
    28

    Default

    A pdf version would be good.

    An overview of how spring integration compares with other intergration frameworks (or esbs) such as mule or servicemix would be useful.

    Detailed documentation on the tags would be useful. If there are annotation versions of the tags, it would be best if the xml tags were documented by reference to the annotation classes as well as comments in an xsd.

    James

  8. #8
    Join Date
    Jan 2010
    Posts
    12

    Default

    In section 7.1 Router Implementations - HeaderValueRouter there is no information about the attribute ignore-channel-name-resolution-failures. The default-output-channel seems to be ignored as long as one doesn't set this attribute to true.

  9. #9

    Default Demande Aide

    Je suis débutant avec Spring Integration,

    Je veux savoir comment faire pour pounoir communiquer deux programmes via Spring Integration.

    Merci bien d avance.

  10. #10

    Default Additional RMI Integration Information

    I think the manual could use more detailed information on RMI integration. Specifically, exposing existing services using RMI and consuming an RMI service (i.e. hooking up to existing code.) I think I've finally figured out how to do this, but it took a fair bit of trial and error.

    Also, the request-channel/remote-channel semantics for inbound and outbound gateways are a little confusing. It would be nice if they were clarified explicitly in the documentation.

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •