Re: A Short Intro Article to JsInterop "Native"

2020-09-15 Thread Guillen Antonio
Hi all, I am looking for a way to add the html page containing my GoJs functions in a Panel widget how can i do this? Examples? Thanks a lot Le mar. 15 sept. 2020 à 09:43, lofid...@gmail.com a écrit : > Thanks for the comment! > > Before you create manually the JsInterop files from GoJS, you

Re: A Short Intro Article to JsInterop "Native"

2020-09-13 Thread Guillen Antonio
Thanks for this article, I come from Java and C++ world and I am using GWT for first time. I need to use GoJS in my architecture and I think that your post will help me. Very good explanation. Antonio Le mer. 9 sept. 2020 à 16:59, lofid...@gmail.com a écrit : > Hi All, > > I wrote a short

Generate skeleton for activities and places

2020-10-02 Thread Guillen Antonio
HI, I am looking for a plugin or equivalent that can generate the skeletons for activities and places, some thing equivalent to GWTP? Have you informations on this? Thanks a lot Antonio -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: Share Header, Footer, ... in different views with UIBinder

2020-10-08 Thread Guillen Antonio
uot;main" > part of the screen. > See https://blog.ltgt.net/gwt-21-activities/ and > https://blog.ltgt.net/gwt-21-activities-nesting-yagni/ (wow, 10 years > old!) > > > On Thursday, October 8, 2020 at 2:39:50 PM UTC+2, Guillen Antonio wrote: >> >> Hi a

Share Header, Footer, ... in different views with UIBinder

2020-10-08 Thread Guillen Antonio
Hi all, I am still learning GWT and now I want to build views using materialdesign (with MVP and activity/places) sharing the same header, footer and side navigation. I don't found examples or tutorial to do this and I have no idea how to do. Thanks for your help Antonio -- You received

Re: Share Header, Footer, ... in different views with UIBinder

2020-10-09 Thread Guillen Antonio
gt;> >>> If *all* your "views" share the same header/footer/nav, then they >>> should be part of your "shell", with your ActivityManager only managing the >>> "main" part of the screen. >>> See https://blog.ltgt.net/gwt-21-activi

Re: Pbs with Debug GWT application with Eclipse

2020-08-25 Thread Guillen Antonio
Thanks a lot for your Help Antonio Le mardi 25 août 2020 à 12:06:31 UTC+2, t.br...@gmail.com a écrit : > > > On Monday, August 24, 2020 at 7:50:40 PM UTC+2, Guillen Antonio wrote: >> >> Hi all >> I use the last 2020-06 version of eclipse, with the modelling tools

EMF with GWT and serialize problems

2020-08-25 Thread Guillen Antonio
HI all, I use GWT 2.81 and EMF (Eclipse Modeling Framework) when i want send from the server to the client an object of my model, I obtain this final error: com.google.gwt.user.client.rpc.SerializationException: Type 'com.lacen.organisation.impl.RequirementImpl' was not included in the set of

Re: EMF with GWT and serialize problems

2020-08-26 Thread Guillen Antonio
> > -- J. > > > Am Dienstag, 25. August 2020 17:11:53 UTC+2 schrieb Guillen Antonio: >> >> HI all, >> >> I use GWT 2.81 and EMF (Eclipse Modeling Framework) when i want send from >> the server to the client an object of my model, I ob

Pbs with Debug GWT application with Eclipse

2020-08-24 Thread Guillen Antonio
Hi all I use the last 2020-06 version of eclipse, with the modelling tools (EMF), I use the Eclipse plugin define in the picture below.The application work fine, but just for the fun if I want try to debug it: 1. I select break points, in the moduleLoad method. 2. I launch using Debug AS

GWT + EMF + JSON

2020-10-23 Thread Guillen Antonio
Hi all, I am using GWT with EMF and I want write files on client side containing description of some EMF object with the JSON format. For this purpose I use EMFJson tool (https://emfjson.github.io/) with the following code but I can't write the file,. Have you an idea? Here is the code:

GWT 2.8 EMF and CouchDB

2021-02-23 Thread Guillen Antonio
Hi all, I am using GWT 2.8 with Eclipse IDE and EMF. I use also the library EMFJSON for GWT. I want using Http (and not RPC) write documents in CouchDB. I am looking for a Java library to process the get post, but i dont'found it, can you help me? Thanks a lot Antonio -- You received

2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
HI all, I am not comfortable with client-server and RPC and HTTPServlet operation at all. I get the following message after my request: *200 - POST /spotgwt/spotData (127.0.0.1) 496 bytes Request headers Host: 127.0.0.1:8887 User-Agent:

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
trospection to > dynamically load classes in GWT, which is not supported (Class.forName). > On 13 Oct 2021, 09:58 +0200, Guillen Antonio , > wrote: > > HI all, > > I am not comfortable with client-server and RPC and HTTPServlet operation &g

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
gt; which would mean gwt needs to generate serializers for all object types in > you application at compile time. > > Another one is that you seem to want to use java introspection to > dynamically load classes in GWT, which is not supported (Class.forName). > On 13 Oct 2021, 09:58 +0200

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
ou did not provide the information you are > showing in the window.alert invocations (which, if I recollect that > correctly, will popup some modal dialogs in the browser). > On 13 Oct 2021, 14:20 +0200, Guillen Antonio , > wrote: > > Hi David, > > Thanks a lot for your remarks, b

Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-12 Thread Guillen Antonio
Hi all, I am struggling with a pb using RPC: When I use the service to create and store my objects in my DB (Neo4J) using remote service, all is Fine. When I try to load my objects all is ok in my service class and in Neo4J as well. But at the last line of the method public static void

Display a list of objects.

2021-11-01 Thread Guillen Antonio
Hi, I've been struggling for days to display a list of objects in an editor using UIBinder. But I can't figure out which class to use and even less how. Here are some code snippets: The UIBinder file http://dl.google.com/gwt/DTD/xhtml.ent;> .widget { margin: 30px;

Pb with MaterialListValueBox

2021-10-26 Thread Guillen Antonio
Hi all, I need to create an Editor for an object. This object contains an attribute List canBeUsedBy. I have the method getCanBeUsedBywhich return the list. In my Editor java side,I set: @UIField MaterialListValueBox> canBeUsedBy; in my Editor UIBinder side: How can I do to have the *String

Re: Display a list of objects.

2021-11-04 Thread Guillen Antonio
Hi Graig, Thanks for your proposal. But even adding the tag @UiFieldI nothing is displayed. Reagards Antonio Le mer. 3 nov. 2021 à 22:50, Craig Mitchell a écrit : > I'm not familiar with the material UI. However, I can see you're missing > the "@UiField" on your ListBox declaration. ie: It