Hi Yadav, Are you sure that you want to use the Hibernate API?, We have an
standard API for ORM that is called JPA and works with multiple
providers(Hibernate, EclipseLink, etc.)

If you're deploying to a Java EE server (Full or WebProfile) then i'ts very
easy to use JPA, because it all comes integrated. There are many Java EE
servers like TomEE, Glassfish, WebLogic.

This page has a good example in order to use JPA with EJB in TomEE
https://jaxenter.com/getting-started-with-apache-tomee-105824.html. Usually
only the configuration of the database is different in servers, the API is
the same .

Once you have your Dao you can inject (@Inject) in an ActionBean. In order
to do that get this plugin
https://github.com/StripesFramework/stripes-injection-enricher

Cheers!









2015-08-21 12:58 GMT-05:00 Tom Coleman <tcole...@autowares.com>:

>
> Check out stripersist:
>
> http://sourceforge.net/projects/stripes-stuff/files/Stripersist/
>
> There is a sample program in the distribution.
>
> It simple and works like a charm.
>
> On Aug 20, 2015, at 8:27 PM, parveen yadav wrote:
>
> Hi All,
>
> This is my first interaction with Stripes. The framework looks clean and
> simple. I come from Oracle Commerce(formally ATG) background and do not
> have
> experience with any other frameworks at all. I am unable to find any step
> by
> step guide to integrate Hibernate or EBean with stripes. The documentation
> (only for Hibernate) provided on the site is more for a experienced
> programmer.
>
> I am developing a portal related to real-estate. It will be really helpful
> if someone could help me out on integrating ebeans or hibernate with
> Stripes
>
> thanks
> yadav
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to