What kind of integration are you looking for? You could create a TypeConverter and Formatter that would handle your objects. You probably also want an Interceptor to handle transactions. Beyond that I don't what you're looking for so it's hard to say.

Feel free to browse/steal the Stripersist code. It does the above for JPA and might give you some ideas.

http://sourceforge.net/project/showfiles.php?group_id=217148

Aaron

Le Hoang Anh wrote:
Hi all,

I'm seeking for simple, lightweight persistence layer for Stripes
(other than Hibernate based)
and finding Butterfly Persistence
(http://butterfly.jenkov.com/persistence/index.html )
quite promising.

I like BP "Ease of you"  philosophy
        No config files required.
        No new query language (just plain SQL)
        Easy interleaving of custom JDBC with Butterfly Persistences utilities

I'm new to Stripes and BP and still getting to learn both of them.

Has anyone already tried it and had any ideas or code examples
integrating BP with Stripes?

regards,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to