properties files

View: New views
2 Messages — Rating Filter:   Alert me  

properties files

by theDown :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everybody

I m new to wicket and i got to make some hooky data in a property file,
my question is :
How can I make Array like in a yml file?

like
value= first cell
           second cell
or
value.1=first cell
value.2=second cell

regards
fx

Re: properties files

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is no way to do that with .properties file.
You still may use .yml with Java, there is a Java parsing library.
Google it.

Or use JSON/XML.


El lun, 28-09-2009 a las 18:52 +0200, François-Xavier Lacroix escribió:

> Hello everybody
>
> I m new to wicket and i got to make some hooky data in a property file,
> my question is :
> How can I make Array like in a yml file?
>
> like
> value= first cell
>            second cell
> or
> value.1=first cell
> value.2=second cell
>
> regards
> fx