
Play! Framework
Get flash to fully experience Pearltrees
YAML
Your application tests will often use data structures that consist of related model objects, which can be tedious to create programmatically in Java. Play includes a YAML parser which makes the task much simpler. Create a YAML file like the following, in the conf directory.snakeyaml
Play Framework - Better JSON serialization with FlexJSON | Lunatech Research - IT consulting, product research and software development
When writing rich interfaces, you often have to generate a JSON representation of your data to be used in your HTML templates.The Play framework is a web application development framework that is not only surprisingly usable and flexible, it is also extremely extensible.
Declarative model class enhancement in Play | Lunatech Research - IT consulting, product research and software development
Play framework - Setting up a basic administration area using CRUD
spymemcached - java memcached interface
memcached
A Play application can be assembled from several application modules. This allows you to reuse application components across several applications or split a large application into several smaller applications. The default modules installation path is in the $PLAY_HOME/modules directory.
Module basics
Using UnboundID LDAP SDK
The UnboundID LDAP SDK for Java provides a persistence framework that can be used to easily store Java objects in an LDAP directory server. It uses Java annotations to indicate the way that the information should be stored in the directory, and includes support for add, delete, modify, and search operations. It also provides tools that can be used to generate Java source code from LDAP schema, or to generate LDAP schema from properly-annotated source code.@NotMutable @ThreadSafety ( level = COMPLETELY_THREADSAFE ) public final class StartTLSPostConnectProcessor extends java.lang.Object implements PostConnectProcessor
LDAP Connection Pools with StartTLS
Javassist is a class library for dealing with Java bytecode. Java bytecode is stored in a binary file called a class file. Each class file contains one Java class or interface.
Javassist Tutorial
Below is an example of an invoice expressed via YAML(tm). Structure is shown through indentation (one or more spaces). Sequence items are denoted by a dash, and key value pairs within a map are separated by a colon.
YAML Quickstart
Learning Scala
With the help of an official module you can use Scala to create your Play! application instead of Java, or write parts of it in each language. by Dec 21
OVal - Object Validation
This is what power's the Play! framework's validation by Dec 21

