Exception whit the GWT 2.7

2015-03-01 Thread Noël MAURICE
Hello, I work with Eclipse Luna and I installed the GWT plugin. When I want use the GWT Designer with the GWT SDK 2.5.1, it's fine. Now, I want use the GWT Designer with the GWT SDK 2.6 or 2.7 and I can't. When I launch the designer, the following exception : Internal Error encountered

Re: Error: com.google.gwt.user.client.rpc.StatusCodeException: 404 on Tomcat server

2013-05-21 Thread Maurice
El-Fayomy wrote: I'm having the exact same problem, any luck?! On Friday, February 24, 2012 11:30:38 PM UTC+3, Maurice wrote: Hello All, I am having problems getting my RPC code working on a Tomcat server hosted by serversanddomains.com. The steps I have followed are: 1) Using GWT 2.4

Re: Error: com.google.gwt.user.client.rpc.StatusCodeException: 404 on Tomcat server

2012-03-05 Thread Maurice
Hi All, I still have not been able to resolve this issue, any advice? Thanks On Feb 24, 1:30 pm, Maurice maurice.tad...@gmail.com wrote: Hello All, I am having problems getting my RPC code working on a Tomcat server hosted by serversanddomains.com.  The steps I have followed are: 1) Using

Error: com.google.gwt.user.client.rpc.StatusCodeException: 404 on Tomcat server

2012-02-25 Thread Maurice
) Tried to follow the steps outlined in http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideRPCDeployment Simple Example with Apache Tomcat Thanks for taking the time to read this, and any suggestions are welcome. Cheers, Maurice -- You received this message

GWT Client Properties / Options / Variables

2011-04-18 Thread Maurice
HTTP overhead as possible? Apologies if I've missed anything obvious! Thanks, Maurice -- 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-toolkit@googlegroups.com. To unsubscribe from this group

Re: CellTable selection issue

2011-03-11 Thread Maurice
Ah, this was the problem. Thanks for your help! Maurice On Mar 10, 7:42 pm, Thomas Broyer t.bro...@gmail.com wrote: You're probably not using a NoSelectionModel. The SingleSelectionModel and MultiSelectionModel will remember the selection, so when you click on the cell again, the selection

CellTable selection issue

2011-03-10 Thread Maurice
Hi! When I click a row on a CellTable, it opens a new view in my app, replacing the present one. However, when I return to the list of rows and reclick the same selection, the selection event does not fire. Is there a way around this? Thanks! Maurice -- You received this message because you

Re: GWT Connection to DB

2011-01-19 Thread Maurice Nee
Hey, You can use GWT RPC to handle server side logic like connecting to and interacting with a database. Be warned, if you choose to use Hibernate as an ORM, there is a steep learning curve. Hibernate may drive you crazy in the beginning, but once you understand all the unintuitive nuances, it

Re: GWT Connection to DB

2011-01-19 Thread Maurice Nee
Hey Again, GWT is client side only. There are no GWT widget that have built in server side functionality. Check out Apache Struts, Apache Wicket, and Apache Click. Here's a great resource for comparing web frameworks. Scroll to the java table and note how little GWT provides.

Deployment: Choosing a Servlet Container and a Comet Framework

2010-11-22 Thread Maurice Nee
Hi all, I'm in the final stages of developing business management software for the company I work for. My project uses GWT 2.0 (might upgrade to 2.1), Hibernate 3.6, MySQL 5.1.46, and Gilead for GWT/Hibernate Serialization. Now it's time for me to start thinking about deployment, and I was hoping

Re: CellTable and Paging question

2010-10-06 Thread Maurice
Great, thanks! Maurice On Oct 5, 2:43 pm, Thomas Broyer t.bro...@gmail.com wrote: On Oct 5, 12:28 pm, Maurice maurice.ocon...@gmail.com wrote: Hi, I have a CellTable with a SimplePager. When I click forward on the SimplePager widget, it flicks through the pages as you'd expect

CellTable and Paging question

2010-10-05 Thread Maurice
! Maurice -- 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-toolkit+unsubscr...@googlegroups.com. For more

Confusing Problem With Overlapping Widgets

2010-10-01 Thread Maurice
parts remain. Any advice would be much appreciated! Maurice -- 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 2.1 M3 SimplePager Question

2010-09-29 Thread Maurice
(as you'd expect for a list with 25 items) The widget fixes itself when I click the forward arrow and then go back. Any ideas what could be wrong? Thanks! Maurice -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Aligning VerticalPanel within DockLayoutPanel

2010-09-23 Thread Maurice
the VerticalPanel in question, without the need for an additional panel to contain it? Thanks! Maurice -- 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

Re: PagingScrollTable Auto Resize

2010-09-13 Thread Maurice
That did the trick, many thanks! Maurice On Sep 10, 9:27 pm, daniel d.brelov...@googlemail.com wrote: query the container widget's size in a deferred command (http:// code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/ google/gwt/user/client/DeferredCommand.java?r=1061) so

PagingScrollTable Auto Resize

2010-09-10 Thread Maurice
PagingScrollTable is resized correctly. However, when it initially loads, it does not fill the widget containing it. When I query the container widget's size from its presenter I get 0. Has anyone got a solution for this? Thanks! Maurice -- You received this message because you are subscribed

Removing / Adding nested LayoutPanels from DockLayoutPanel

2010-09-07 Thread Maurice
figure out what AContainerToHoldLayoutPanels should be. Any tips?! Is this even possible? Thanks! Maurice -- 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

Resizing and DockLayoutPanel

2010-09-03 Thread Maurice
Hi! I am working with a DockLayoutPanel which has a SimplePanel in the center. I have added a custom composite to the SimplePanel. When I resize the browser, the custom composite is not also resized. Does anyone know how I can fix this? Thanks! Maurice -- You received this message because

Buttons and .gwt-Button CSS

2010-08-19 Thread Maurice
to the margin property. If I add the same CSS in a UIBinder, it functions as expected. Does anyone know why this might be? Maurice -- 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

Re: Reflection: Get Variable Name

2010-08-05 Thread Maurice Nee
:) On Aug 5, 5:20 pm, Ian Petersen ispet...@gmail.com wrote: At run time, it's impossible.  At compile time, you use the generator API.  Back in the GWT 1.5 time frame it wasn't well documented but that may have changed since. Ian On Thu, Aug 5, 2010 at 1:42 PM, Maurice Nee lyden

Re: Database and GWT

2010-08-05 Thread Maurice Nee
You have a couple of options: 1. Hibernate (or some other ORM tool) 2. JDBC 3. PHP and JSON Be prepared, the Hibernate learning curve is substantial. If you use Eclipse, you will need to install a slew of plugins for integrating Hibernate and whichever build tool you pefer, (Maven, Ant, etc.).

Re: Database and GWT

2010-08-05 Thread Maurice Nee
Sorry for the broken link. Here you go http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html On Aug 5, 6:20 pm, Maurice Nee lyden...@gmail.com wrote: You have a couple of options: 1. Hibernate (or some other ORM tool) 2. JDBC 3. PHP and JSON Be prepared, the Hibernate

Re: Reflection: Get Variable Name

2010-08-05 Thread Maurice Nee
Also, it seems like people have made GWT Reflection Frameworks. I found one named GWT Reflection. Then there's gwt-ent or SmartGWT I guess. Any thoughts on using one of these routes? On Aug 5, 6:06 pm, Maurice Nee lyden...@gmail.com wrote: Thanks for the reply. Generators seem like a lot

Mysql Connector/J

2010-08-05 Thread Maurice Nee
Can someone explain to me how to get JDBC to connect to MySQL in my GWT project. Where do I put the mysql-connector-java jar? In war/WEB- INF/lib? What connection url would I have to supply to the DriverManager to connect to the database in development mode using the embedded jetty server? --

Re: GWT Hibernate Project Structure

2010-05-27 Thread Maurice Nee
with the correct jar, import path and syntax.  If you're still interested in Gilead, I can provide some info. On May 25, 9:38 pm, Maurice Nee lyden...@gmail.com wrote: Thanks Gabriel, I've read differing opinions on whether client and server code should be split into two projects. At this point

Re: GWT Hibernate Project Structure

2010-05-25 Thread Maurice Nee
the documentation here:http://code.google.com/eclipse/docs/users_guide.html On May 21, 6:20 am, Maurice Nee lyden...@gmail.com wrote: Hi, This is my first ever forum post. I really need some help with understanding how to setup aGWT2.0 Hibernate3 project. I understand theGWTRPC mechanism

GWT Hibernate Project Structure

2010-05-21 Thread Maurice Nee
Hi, This is my first ever forum post. I really need some help with understanding how to setup a GWT 2.0 Hibernate3 project. I understand the GWT RPC mechanism and the problems with serializing Hibernate POJOs. I would prefer to use DTO's rather than Gilead or Dozer. So far, I have a Hibernate

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-26 Thread Maurice Zeijen
that was set with the addNorth, addSouth, addWest or addEast method or the widget that you defined in the uibinding xml file between the north, south, west or east element. Don't forget to execute the forceLayout() method on the DockLayoutPanel after changing the size of a widget. Regards, Maurice On Dec