ScalaCheck <http://code.google.com/p/scalacheck/> has a nice API for
generating data where you can plug your own generators.

http://code.google.com/p/scalacheck/wiki/UserGuide

It doesn't directly generate data to the database, XML, or any other
specific format but you can use it to feed data into your own schema using
mapper, etc.

alex

On Sun, Dec 13, 2009 at 2:50 AM, ngocdaothanh <[email protected]>wrote:

> Hi,
>
> I want to ask if there is a Scala or Java library to auto-generate
> fake data like this:
> http://faker.rubyforge.org/
>
> I searched but could not find one.
>
> A library like this helps development a lot. For web projects I have a
> development method which I call Fake Data Driven Development:
> 1. Define resources and DB schema (M part)
> 2. Auto-generate a lot of fake data
> 3. This fake data will drive UI design (V part) and URL routing to
> controllers (C part)
>
> In short, I design the M part first, then the fake data will drive me
> what to do next naturally.
>
> Thanks,
> Ngoc
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to