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].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to