Thanks.  The reason I asked is the Rife Friend example uses it own database 
classes:

import com.uwyn.rife.database.Datasources;
import com.uwyn.rife.database.DbPreparedStatement;
import com.uwyn.rife.database.DbPreparedStatementHandler;
import com.uwyn.rife.database.DbQueryManager;
import com.uwyn.rife.database.DbRowProcessor;

----- Original Message ----
From: Frederic Daoud <[EMAIL PROTECTED]>
To: rife-users@uwyn.com
Sent: Wednesday, October 18, 2006 7:50:04 AM
Subject: [Rife-users] Re: Rife example which integerate with hibernate?

Hi Ying,

I've used RIFE + Hibernate in one of my projects. There isn't really an
"integration" issue; just write a facade to your services that use
Hibernate, and use this facade from the RIFE side of your code. Neither
side needs to be aware of the other.

Frederic


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users





_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to