We do need rewrite rfc4180
which seemed to me always a little too short.
Am 29.11.2011 um 00:05 schrieb Matt Benson:
> On Mon, Nov 28, 2011 at 4:55 PM, Erhan Bagdemir
> wrote:
>> I meant the Collection members of beans.
>> I think that it won't be so easy to
>>
p://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Mon, Nov 28, 2011 at 9:33 PM, Erhan Bagdemir
> wrote:
>> Apache JCA
>> Java CSV API :-)
>> It is a very cool approach to use annotations for mapping CSV fields with
>> beans.
>>
>&
Apache JCA
Java CSV API :-)
It is a very cool approach to use annotations for mapping CSV fields with
beans.
It can be even configured using a class annotation like this:
@CSVEntity(seperator= COMMA, quotas=true|false,... )
public class Person {
@CSVField(header="NAME", width=15)
}
B
ting Apache BeanValidation[1].
> HTH!
> Simo
>
> [1] http://incubator.apache.org/bval/cwiki/index.html
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> O
Is there any plan or improvement for Validator project?
I see on Jira that the second version was already planed some time ago and
includes JSR303 in which i'm very interested.
-
To unsubscribe, e-mail: dev-unsubscr...@commons