On 31-01-2009 at 11:02, sri valli wrote: > I developed a simple webapplication using stripes with out using any plugin. > now i want to persist data through my application using EJB 3. > i want to know the step by step procedure for doing this.
What I did when learning to use Stripes, was this: 1. Use Stripes without a DB (you did this already) 2. Add a DB layer on my own (no use of Stripersist or similar) 3. Add Stripersist; check the example in the package for transaction management. Oscar -- ,-_ /() ) Oscar Westra van holthe - Kind http://www.xs4all.nl/~kindop/ (__ ( =/ () QED - Quite Easily Done ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
