“Practices” means a simple sample web page just like requirements in real development circumstance. You can learn how to realize each features with having experience to let it work and read code. It's similar to “Cookbook.”

Search and Listing (without programming) (Japanese)

Search and Listing (with JavaScript) (Japanese)

Search and Listing is a typical behavior of web application. You can learn how to search with criteria followed by listing.

Master/Detail (Japanese)

Master/Detail style UI is showing a list, and if user select on in the list, the detal information is going to be shown. It's common UI technique. INTER-Mediator realizes it with just adding keywords in the definition file. Two contexts behave Master and Detail for each.