Re: [Stripes-users] Stripes and GWT

2010-10-25 Thread Jocke Eriksson
I have successfully used stripes and GWT. I found that the best approach was to have the GWT project as an maven overlay and have the stripes project depend on that.Then I also had an shared project with interfaces that my entities and my overlays implemented. The javascript resolution was a

Re: [Stripes-users] Stripes and GWT

2010-10-25 Thread Oscar Westra van Holthe - Kind
On 24-10-2010 at 21:54, farouk alhassan wrote: Is it possible to use Stripes with GWT smoothly in the same project. If so what are some of the  gothas and work arounds one should anticipate in this aproach. If its not possible, what is the recommended approach to using a native component

Re: [Stripes-users] Stripes and GWT

2010-10-25 Thread Nathan Maves
Philip, You should add Evernote to http://www.stripesframework.org/display/stripes/Stripes+Around+The+Web http://www.stripesframework.org/display/stripes/Stripes+Around+The+WebI would be a great reference! On Mon, Oct 25, 2010 at 12:07 AM, Philip Constantinou pconstanti...@evernote.com wrote:

Re: [Stripes-users] Stripes and GWT

2010-10-25 Thread farouk alhassan
Thanks Oscar, Can the DynamicMappingFilter not be mapped to the DispatcherServlet like this?     filter-mapping     filter-nameDynamicMappingFilter/filter-name     servlet-nameDispatcherServlet/servlet-name     dispatcherREQUEST/dispatcher     /filter-mapping     servlet-mapping

[Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Lev
hi, i am debugging an application and want to view all of the hibernate generated SQL statements. i added the following line to my persistence.xml: property name=hibernate.showSql value=true/ however, i only see the database messages related to the initial table construction -- not the query

Re: [Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Joaquin Valdez
I use: property name=hibernate.show_sql value=true/ On Oct 25, 2010, at 4:29 PM, Lev wrote: hi, i am debugging an application and want to view all of the hibernate generated SQL statements. i added the following line to my persistence.xml: property name=hibernate.showSql

Re: [Stripes-users] persistence.xml viewing hibernate SQL statements

2010-10-25 Thread Lev
thank you. that did the trick. On Mon, Oct 25, 2010 at 6:35 PM, Joaquin Valdez joaquinfval...@gmail.com wrote: I use:  property name=hibernate.show_sql value=true/ On Oct 25, 2010, at 4:29 PM, Lev wrote: hi, i am debugging an application and want to view all of the hibernate generated