Re: GWT, Hibernate and a many to many relationship

2014-08-03 Thread Peter S.
Hey Timothy, yes you are allright and a colleague and me found out that we have to transform the object in the RPC call. Therefore gwt offers a method : net.sf.gilead.gwt.clone(Object hibernatePojo) this transforms the object to POJO. Thanks for your post! Am Donnerstag, 31. Juli 2014 16:

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Thomas Broyer
On Sunday, August 3, 2014 11:56:49 PM UTC+2, Magnus wrote: > > To debug the JavaScript in your browser you can either use your browsers >> dev tools or try using the experimental SDBG plugin for eclipse. When you >> use your browsers dev tools then you have to set breakpoints inside the >> bro

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Magnus
> > To debug the JavaScript in your browser you can either use your browsers > dev tools or try using the experimental SDBG plugin for eclipse. When you > use your browsers dev tools then you have to set breakpoints inside the > browser, when you use SDBG you can set them in eclipse. It is impo

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Jens
> > I cannot even debug by "tracing", i. e. do some System.out.println > commands. I cannot see any output. > On client side use GWT.log or the GWT emulation of java.util.logging (http://www.gwtproject.org/doc/latest/DevGuideLogging.html). Both log to your browser console. -- J. -- You rece

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Jens
> > Using the browser's dev tools. For eclipse there is a proof-of-concept >> plugin to allow debugging in the IDE: https://github.com/sdbg/sdbg >> > > Do the two sentences indicate two debugging methods? > When you use SDM you have your app compiled to JavaScript running in your browser and y

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Vassilis Virvilis
It's console.log to send it to browser's console (F12 opens the browser's dev tools usually). Check http://www.gwtproject.org/doc/latest/DevGuideLogging.html Vassilis On Sun, Aug 3, 2014 at 10:03 AM, Magnus wrote: > I cannot even debug by "tracing", i. e. do some System.out.println > command

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Vassilis Virvilis
For server side code you can use your standard logging facilities. I understand that may tedious to get right log4j vs slf4j vs commons logging vs java.util.logging but it is standard plumbing in every project. I am using only logging for debugging in server side but AFAIK you can do step by step

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-03 Thread Magnus
I cannot even debug by "tracing", i. e. do some System.out.println commands. I cannot see any output. Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email