Re: Error for installing Google App engine in the Eclipse indigo

2012-10-22 Thread Francis Nderitu
same problem An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at

Re: Should DecoratorPanel implement ProvidesResize?

2011-08-12 Thread Francis
Try this DecoratorLayoutPanelhttp://www.hkwebentrepreneurs.com/2011/08/gwt-decoratorlayoutpanel.htmlclass -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2011-08-08 Thread Francis
Try this DecoratorLayoutPanelhttp://www.hkwebentrepreneurs.com/2011/08/gwt-decoratorlayoutpanel.htmlclass -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2011-08-08 Thread Francis
Try this DecoratorLayoutPanelhttp://www.hkwebentrepreneurs.com/2011/08/gwt-decoratorlayoutpanel.htmlclass -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Making RPC access logs intelligible

2011-03-30 Thread Kelsey Francis
Jeff, You could create a common subclass (let's call it JeffRemoteServiceServlet) of RemoteServiceServlet that overrides the onAfterRequestDeserialized(RPCRequest) method. That method is called, as the name implies, everytime the servlet receives an RPC request, so it's the perfect spot to

Re: is it possible to use an SLF4J adapter in GWT to wrap java.util.logging ?

2011-03-07 Thread Kelsey Francis
No, it works in web mode too. What Rich means -- I'm on his team -- by emulated is that he wrote an implementation of org.slf4j.Logger and org.slf4j.LoggerFactory, much the same way that GWT itself emulates the java.util.logging classes. In fact, all the emulated classes do for now is delegate

FYI: A Simple GWT Generator Example

2010-04-10 Thread Francis Shanahan
I had a lot of trouble getting a simple GWT Generator to work so here's an example, maybe this will help someone like me in future. http://francisshanahan.com/index.php/2010/a-simple-gwt-generator-example/ regards, -fs -- You received this message because you are subscribed to the Google

Re: New site created with GWT

2009-07-04 Thread Francis Amanfo
The old site looks better than the new one. Why do you want to replace a beauty with ...? Because you're forced to create a new site with GWT? Sorry for being direct :-) On Tue, Jun 30, 2009 at 10:34 PM, Michael W mwang_2...@yahoo.com wrote: I am happy to announce that we launched beta version

Get the httpparameter in the RPC

2009-05-14 Thread Francis
hi, I'm new to GWT, I would like to ask if there anyway to get the http parameter in the RPC stub.? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to