On 10-09-2010 at 12:03, andres wrote:
> Could you explain more detail how [binding into the domain model, using
> Stripersist] work, and how to implement?

Stripersist is hosted at the StripesStuff project, and contains an example
as well:
StipesStuff:     http://sourceforge.net/projects/stripes-stuff/
Stripersist 1.0: 
http://sourceforge.net/projects/stripes-stuff/files/Stripersist/1.0/

The Stripersist example contains three files of interest:
- /WEB-INF/web.xml                     (note the the extension packages)
- /WEB-INF/src/ExampleActionBean.java  (the magic is here :) )
- /WEB-INF/src/SimpleEntity.java       (because ExampleActionBean needs it)

Note that this example is also an example of binding into your domain model.
For more on that, see:
http://www.stripesframework.org/display/stripes/Binding+Into+Domain+Models

The only thing not covered by the Stripersist example is @StrictBinding. It's
javadoc is pretty straightforward, and can be found here:
http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/action/StrictBinding.html


Oscar

-- 
   ,-_  Oscar Westra van Holthe - Kind      http://www.xs4all.nl/~kindop/
  /() )
 (__ (  Simplicity is prerequisite for reliability.
=/  ()  -- Edsger Dijkstra, EWD498

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to