1. Any YAML based fixture loader for Java? stackoverflow.comI've used DbUnit but after playing about with the Play Framework recently I've found it's Fixtures.load(String yamlFilename) really useful. Anyone know of a similar tool ... |
2. How do I load a (static nested) enum value from YAML fixtures in the Play Framework? stackoverflow.com
|
3. How to define a Map in a YAML file in the Play! framework? stackoverflow.comI'm using the Play! framework and I have a model (an Entity) that has a variable of type Map. To make some tests, I load a YAML file every time I start ... |
4. Import Array with YAML in Play Framework stackoverflow.comI want to import data with YAML. I have a model named Question
|
5. play framework - how can I make play accept "null" values in yaml files? stackoverflow.comI am trying to load data from a YAML file where some fields contain "null" values. Play Framework throws the following exception when it tries to parse a "null" value:
|
6. Play! Framework loading yaml from test sub package stackoverflow.comI have a yaml file loaded by BasicTest.java in the test package, this creates the db data as expected in the h2 in memory db. When I move the BasicTest.java ... |
7. How to load picture in YAML file stackoverflow.com
@Entity public class User extends Model { ... |