Repeater is is like a repeat in JSF?
Same but different :)
Both are a way of declaratively defining your UI as a function of your data, but the way you define that is of course quite different with callbacks in code compared to an XML template.
The JSF repeat also gives access to additional metadata such as the index of each rendered item.