Skip to content

Commit

Permalink
SEAM-8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 17, 2011
1 parent 076941a commit 8e601fd
Showing 1 changed file with 46 additions and 54 deletions.
100 changes: 46 additions & 54 deletions dist/src/main/assembly/examples.txt
Expand Up @@ -3,59 +3,51 @@ Seam Examples

The examples contained in these directories require Maven 3.0 to build.

helloworld
----------
Seam Remoting - Demonstrates simple remote RPC call via AJAX

idmconsole
----------
Seam Security - Identity Management console example demonstrates Picketlink IDM integration features

model
-----
Seam Remoting - Demonstrates the Model API

openid-rp
---------
Seam Security - External authentication example demonstrating an OpenID Relying Party

princess-rescue
---------------
Seam Config - Demonstrates XML configuration file

seam-catch-example-basic-servlet
--------------------------------
Seam Catch - Basic example

seam-international-example-timeanddate
--------------------------------------
Seam International - Demonstration app showing timeanddate.com-like features

seam-jaxrs-exceptions
---------------------
Seam Rest Example

seam-tasks-statistics
---------------------
Seam Rest Example

seam-wicket-example-numberguess
-------------------------------
Seam Wicket - Wicket implementation of the numberguess example

short.ly
--------
Seam Faces - URL shortening example

simple
------
Seam Security - Simple authentication example

validation
----------
Seam Remoting - Demonstration of the client-side Bean Validation API

validation-helloworld
Consolidated examples
---------------------
Seam Validation - Basic hello world example
These are examples which demonstrate a number of Seam features.

booking - Seam Booking example, demonstrates conversations, validation, security

Seam Catch examples
-------------------
catch-basic - Basic exception handling example

Seam Config examples
--------------------
config-princess-rescue - Demonstrates XML configuration

Seam Faces examples
-------------------
faces-short.ly - URL shortening example

Seam International examples
---------------------------
international-timeanddate - Demonstration app showing timeanddate.com-like features

Seam REST examples
------------------
rest-exceptions - Seam REST module example
rest-tasks-statistics - Seam REST module example

Seam Remoting examples
----------------------
remoting-helloworld - Demonstrates simple remote RPC call via AJAX
remoting-model - Demonstrates the Model API
remoting-validation - Demonstrates client-side Bean Validation

Seam Security examples
----------------------
security-simple - Simple authentication example
security-idmconsole - Identity Management console, demonstrates PicketLink IDM integration features
security-openid-rp - OpenID Relying Party example
security-authorization - Typesafe authorization example

Seam Validation examples
------------------------
validation-helloworld - Basic hello world example demonstrating Seam Validation module

Seam Wicket examples
--------------------
wicket-numberguess - Numberguess example using Wicket for the view layer

0 comments on commit 8e601fd

Please sign in to comment.