GWT, RequestFactory, MVP, JDO and DataNucleus

2014-04-02 Thread Mic L
Hello, Are there any examples how to use GWT, RequestFactory, MVP, JDO and DataNucleus all together? Is MVP supported under GAE/J? How is it possible to scale MVP without GAE/J? Thank you in advance. Mic -- You received this message because you are subscribed to the Google Groups Google Web

GWT, ORM and jpa-cloner

2014-04-01 Thread Mic L
it be possible to use the first version of the code describe in the above article together with JPA-cloner and Hibernate? How the code would look like? Thank you in advance. Mic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: GWT, ORM and jpa-cloner

2014-04-01 Thread Mic L
Thank you, I will look at RequestFactory. On Tuesday, April 1, 2014 7:57:46 PM UTC+10, Alain wrote: Personally I would avoid using RPC and go with RequestFactory or Rest. 2014-04-01 11:47 GMT+02:00 Mic L mict...@gmail.com javascript:: HI, I have found a nice article using gwt

Re: using gwt with hibernate example

2014-03-31 Thread Mic L
Thank you it was that problem and now it works. On Saturday, March 29, 2014 11:30:06 PM UTC+10, Mic L wrote: HI, I have found a nice article using gwt with hibernate examplehttp://www.gwtproject.org/articles/using_gwt_with_hibernate.html. However, I have trouble to import this codehttp

using gwt with hibernate example

2014-03-29 Thread Mic L
, but the app does not start: [WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/home/mic/apps/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt

Using GWT Maps for Proximity Search..

2010-10-01 Thread mic
Can I use GWT Maps API for proximity searches? Find all restaurants within 25 miles of a zipcode? Thanks, mic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com

UI binder and custom classes

2010-05-14 Thread mic
is to extends all widgets to be included in a flex table and specify the position my:FlexTable my:CheckBox ui:field='test' row='1' column='2'/ /my:FlexTable Are there any better ways to do this? Thanks, mic -- You received this message because you are subscribed to the Google Groups Google Web

Re: Menu Item and MVP

2010-04-05 Thread mic
().addClickHandler() ( new ClickHandler() { public void onClick(MenuItemClickEvent event) { doAction(); } }); I think this is much cleaner... mic On Mar 31, 5:05 am, Nathan Wells nwwe...@gmail.com wrote: I created an EventFiringCommand class for instances like this. Basically, you put

Re: Menu Item and MVP

2010-04-05 Thread mic
to target desktop and mobile apps. -mic On Mar 31, 6:34 pm, Ian Bambury ianbamb...@gmail.com wrote: I've been looking into this for a chapter in the new edition of GWT In Action, here's where I'm at. The Google I/O approach to MVP has never sat well with me because, apart from the fact

Re: Menu Item and MVP

2010-04-05 Thread mic
Thomas, I need to think more about this approach. Ray mentioned in his talk about having too many events and performance. Does your approach not lead to that? -mic On Apr 1, 3:16 am, Thomas Broyer t.bro...@gmail.com wrote: On Apr 1, 1:15 am, Nathan Wells nwwe...@gmail.com wrote: Thomas

Menu Item and MVP

2010-03-31 Thread mic
the presenter. I would like to know what others think about this. - mic. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

GWT compiler error

2010-02-07 Thread mic
I am seeing this error while compiling a module... [ERROR] Unexpected java.lang.NullPointerException at com.google.gwt.dev.javac.JdtCompiler $FindTypesInCud.visit(JdtCompiler.java:178) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java: 1253) at

Eexception handling in non-hosted mode?

2009-08-01 Thread mic
How should I do proper exception handling without relying on the hosted mode? I would like to have something like GWT.log in non-hosted mode as well. How would I transport the excpetion information to the server side? --~--~-~--~~~---~--~~ You received this message

Re: How to disable assertions in Hosted Mode?

2009-08-01 Thread mic
I would be very interested in the answer to that as well! On Jul 25, 10:21 pm, David da...@sogeeky.net wrote: I recently jumped from GWT 1.5 to 1.7 and am having trouble with some legacy code that sets the style attribute overlow-x from the DOM object.  In hosted mode this throws an

Re: AssertionError '-mozOpacity' ??

2009-07-26 Thread mic
Is there any way switching this assertion off? The -da VM argument suggested in other threads does not seem to work... On Jul 24, 2:05 pm, mic michael.gn...@googlemail.com wrote: I am using GWT 1.7 together with the GWT Window Manager (http://www.gwtwindowmanager.org/) and receive