[ 
https://issues.apache.org/activemq/browse/CAMEL-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49381#action_49381
 ] 

Claus Ibsen commented on CAMEL-1302:
------------------------------------

My comments to the wiki documentation at:
http://camel.apache.org/bindy.html

- The big table with the annotations is to detailed. I would like to just add 3 
rows for each annotation and give the overall documentation what it is. Then 
you can do the detailed documentation under the table (not as a table)
- You definitely need a POJO code sample to show how the annotations works. You 
can use the Order / Client POJO classes you have.
- The code sample for the handleOrder bean (with the list iteratation). It 
should use the Order / Client POJO so you can see how you can get your POJO 
classes. Maybe you can add the POJO classes as generics.

For the code sample you can create real code, eg as an unit test and insert 
snippet comments, then we can automatic get this in the wiki documentation, so 
you dont need to copy it manaully.

// START SNIPPET: e1
some code here
// END SNIPPET: e1

// START SNIPPET: e2
some code here
// END SNIPPET: e2

And then you can refer to e1 or e2 in the wiki with a special wiki tag. I can 
show how.




> Documentation - Add camel-bindy documentation
> ---------------------------------------------
>
>                 Key: CAMEL-1302
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1302
>             Project: Apache Camel
>          Issue Type: Sub-task
>          Components: camel-bindy
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to