Re: Starting new GWT project - what to use

2017-04-02 Thread maticpetek
Hi,
  We have the some situation in our company. Long time GWT user and now we 
get two new projects. For one project we will use errai + gwt material 
design. And for other Vaddin.  

On Monday, March 27, 2017 at 6:55:27 AM UTC+2, Bryan Buchanan wrote:
>
> Hi,
>
> I've been a long time GWT user, and my current apps use gwtbootstrap, UI 
> Binder, widgets, GWT-RPC. i.e. most of the stuff that, IMO, makes GWT worth 
> using.
>
> From the stuff I've seen about the 3.x release, a lot of this disappears. 
> I'm wondering if there's any document anywhere which sets out "best 
> practice" for any new GWT deleopment (or indeed, would you even use GWT ?).
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Announcing Dikalo

2016-11-24 Thread maticpetek
Hi,
  Have you use any of GWT?
Regards,
  Matic

On Wednesday, November 23, 2016 at 11:41:06 PM UTC+1, Alain wrote:
>
> Hello folks
>
> Like some of you know  we ve been working on a messaging app and  I would 
> love to share with you what we have in mind.
>
> A messaging app ? Yet another one ? Knowing all the big names in the area 
> ?  may you think.
>
> We believe yes.
>
> Please read the motivation behind Dikalo and let us know what you think.
>
> Cheers,
>
> Alain
>
>
> https://medium.com/@Ekambos/announcing-dikalo-acac835ec281#.1d6rc51xl
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 released

2016-10-21 Thread maticpetek
Thank you for all the effort.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: gwt-material 1.6.0 is now available

2016-08-26 Thread maticpetek
Thank you. Really good work

On Friday, August 26, 2016 at 7:30:43 AM UTC+2, mark kevin ringor wrote:
>
> Hi everyone,
>
> Here comes the release of 1.6.0 on gwt-material projects:
>
> #gwt-material  release notes:
>
> https://github.com/GwtMaterialDesign/gwt-material/releases/tag/gwt-material-1.6.0
>
> #gwt-material-addins  
> release notes:
>
> https://github.com/GwtMaterialDesign/gwt-material-addins/releases/tag/gwt-material-addins-1.6.0
>
> #gwt-material-themes  
> release notes:
>
> https://github.com/GwtMaterialDesign/gwt-material-themes/releases/tag/gwt-material-themes-1.6.0
>
> #Central  Repository
> http://search.maven.org/#search%7Cga%7C1%7Cgwt-material
>
> #1.6.0 Demo showcase
> http://gwtmaterialdesign.github.io/gwt-material-demo/
>
>
> 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Building widgets with ElementBuilderFactory + GQuery

2016-04-06 Thread maticpetek
Hi,
   We are building our one GUI component, which are "basic HTML + CSS3 + 
GQuery". We want this technology to be compatible with GWT 3.0 (base on 
current informations). Because basic HTML is only DIV structure + img / 
input, we are search for simple html template builder. 
And ElementBuilderFactory looks as good candidate. Any information / 
feeling  - will this class survive transformation on GWT 3.0? It doesn't 
look like to be link on Widget system. 
Thank you,
  Regards,
 Matic

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 snapshot + GQuery snapshot : [ERROR] Errors in 'com/google/gwt/query/client/GQuery.java'

2016-03-25 Thread maticpetek
As always, Thomas thank you for this. I build Arcbees version and get 
gwtquery-1.5-SNAPSHOT.jar and it works.
Regards,
  Matic


On Friday, March 25, 2016 at 11:34:44 AM UTC+1, Thomas Broyer wrote:
>
> BTW, it looks like GQuery is actually developed at 
> https://github.com/ArcBees/gwtquery, https://github.com/gwtquery/gwtquery 
> hasn't been updated for more than a year now.
>
> On Friday, March 25, 2016 at 11:31:19 AM UTC+1, Thomas Broyer wrote:
>>
>> AIUI, it could be a type-inference glitch (line 226 is "return 
>> $(f.getElement())" and Function#getElement is a generic method) due to the 
>> update of JDT/ECJ.
>> Changing that line to "return $(f.getElement())" might fix it.
>>
>> On Friday, March 25, 2016 at 10:14:58 AM UTC+1, maticpetek wrote:
>>>
>>> Hi,
>>>   I have small GWT project that has use GWT 2.8 snapshot a couple of 
>>> months old. Now I try update to GWT 2.8 snapshot build 25.3.2016. I replace 
>>> all JAR files and build new GQuery from 
>>> https://github.com/gwtquery/gwtquery. When I run SDM I get a lot of 
>>> warnings :
>>>
>>> [java] Rebinding 
>>> com.google.gwt.useragent.client.UserAgentAsserter
>>>
>>>  [java]Checking rule >> class='com.google.gwt.query.client.plugins.effects.TransitionsAnimation.TransitionsClipAnimation'/>
>>>
>>>  [java]   [WARN] Unknown type 
>>> 'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
>>> deferred binding rule
>>>
>>>  [java]Checking rule >> class='com.google.gwt.query.client.plugins.effects.ClipAnimation'/>
>>>
>>>  [java]   [WARN] Unknown type 
>>> 'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
>>> deferred binding rule
>>>
>>>  [java]Checking rule >> class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
>>>
>>>  [java]   [WARN] Detected warnings related to 
>>> 'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are 
>>> validation-api-.jar and validation-api--sources.jar on 
>>> the classpath?
>>>
>>>  [java]   Specify -logLevel DEBUG to see all errors.
>>>
>>>  [java]   [WARN] Unknown type 
>>> 'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in deferred 
>>> binding rule
>>>
>>>  [java]  Computing all possible rebind results for 
>>> 'com.google.gwt.user.client.DocumentModeAsserter'
>>>
>>>  [java] Rebinding 
>>> com.google.gwt.user.client.DocumentModeAsserter
>>>
>>>  [java]Checking rule >> class='com.google.gwt.query.client.plugins.effects.TransitionsAnimation.TransitionsClipAnimation'/>
>>>
>>>  [java]   [WARN] Unknown type 
>>> 'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
>>> deferred binding rule
>>>
>>>  [java]Checking rule >> class='com.google.gwt.query.client.plugins.effects.ClipAnimation'/>
>>>
>>>  [java]   [WARN] Unknown type 
>>> 'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
>>> deferred binding rule
>>>
>>>
>>> And also errors :
>>>
>>>   [java]  [ERROR] Errors in 
>>> 'com/google/gwt/query/client/GQuery.java'
>>>
>>>  [java] [ERROR] Line 226: The method $(Element) is 
>>> ambiguous for the type GQuery
>>>
>>>  [java]  Tracing compile failure path for type 
>>> 'com.google.gwt.query.client.GQuery'
>>>
>>>  [java] [ERROR] Errors in 
>>> 'com/google/gwt/query/client/GQuery.java'
>>>
>>>  [java][ERROR] Line 226: The method $(Element) is 
>>> ambiguous for the type GQuery
>>>
>>>  [java] [ERROR] Errors in 
>>> 'com/google/gwt/query/client/LazyGQuery.java'
>>>
>>>  [java][ERROR] 
>>> com.google.gwt.query.client.GQuery.Offset cannot be resolved to a type
>>>
>>>  [java] [ERROR] Errors in 
>>> 'com/google/g

GWT 2.8 snapshot + GQuery snapshot : [ERROR] Errors in 'com/google/gwt/query/client/GQuery.java'

2016-03-25 Thread maticpetek
Hi,
  I have small GWT project that has use GWT 2.8 snapshot a couple of months 
old. Now I try update to GWT 2.8 snapshot build 25.3.2016. I replace all 
JAR files and build new GQuery from https://github.com/gwtquery/gwtquery. 
When I run SDM I get a lot of warnings :

[java] Rebinding 
com.google.gwt.useragent.client.UserAgentAsserter

 [java]Checking rule 

 [java]   [WARN] Unknown type 
'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
deferred binding rule

 [java]Checking rule 

 [java]   [WARN] Unknown type 
'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
deferred binding rule

 [java]Checking rule 

 [java]   [WARN] Detected warnings related to 
'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are 
validation-api-.jar and validation-api--sources.jar on 
the classpath?

 [java]   Specify -logLevel DEBUG to see all errors.

 [java]   [WARN] Unknown type 
'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in deferred 
binding rule

 [java]  Computing all possible rebind results for 
'com.google.gwt.user.client.DocumentModeAsserter'

 [java] Rebinding 
com.google.gwt.user.client.DocumentModeAsserter

 [java]Checking rule 

 [java]   [WARN] Unknown type 
'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
deferred binding rule

 [java]Checking rule 

 [java]   [WARN] Unknown type 
'com.google.gwt.query.client.plugins.Effects.GQAnimation' specified in 
deferred binding rule


And also errors :

  [java]  [ERROR] Errors in 
'com/google/gwt/query/client/GQuery.java'

 [java] [ERROR] Line 226: The method $(Element) is 
ambiguous for the type GQuery

 [java]  Tracing compile failure path for type 
'com.google.gwt.query.client.GQuery'

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/GQuery.java'

 [java][ERROR] Line 226: The method $(Element) is 
ambiguous for the type GQuery

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/LazyGQuery.java'

 [java][ERROR] 
com.google.gwt.query.client.GQuery.Offset cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/plugins/Effects.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/plugins/Plugin.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/plugins/Events.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/impl/AttributeImpl.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/plugins/Widgets.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java] [ERROR] Errors in 
'com/google/gwt/query/client/plugins/QueuePlugin.java'

 [java][ERROR] com.google.gwt.query.client.GQuery 
cannot be resolved to a type

 [java]  Computing all possible rebind results for 
'com.google.gwt.query.client.Console'

Any idea what to look would be more then appreciate.
Regards,
  Matic 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWTQuery + GWT 2.8 : is Lambdas now supported?

2016-03-23 Thread maticpetek
Hi,
  I am just updating one internal GWTQuery + GWT app and I was wondering if 
Java 8 Lambdas are already supported? So you could write f.e. : 

$("#cancel_package").click( (e) -> .);


instead of


$("#cancel_package").click(new Function() { 

public boolean f(Event e) {

..

}});


As i can see this was plan for future 
- 
http://gwtquery.github.io/gwt.create-slides/gwtcreate2015/gwtcreate2015.html#26


Regards,

  Matic

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: #GWTcon2015, Firenze, November 11th 2015.

2015-09-10 Thread maticpetek
Hi,
  Will you record session and publish recording on YouTube?
Regards,
  Matic

On Thursday, September 10, 2015 at 10:25:55 AM UTC+2, Alberto Mancini wrote:
>
> Hi all,
> next November 11th, in Firenze at the Hotel Michelangelo, will be held the 
> second edition of GWTcon (www.gwtcon.org), a whole day targeted on GWT 
> and the development with the Toolkit.
>
> Right now the list of speakers counts: Daniel Kurka (google), Christian 
> Goudreau and Manon Gruaz (ArcBees), Max Barkley (Errai/Red Hat) Manuel 
> Carrasco Moñino and Peter Lehto (Vaadin), and many more are joining :)
>
>
> Informations and details www.gwtcon.org.
>
> Deadlines
> - Early Bird promotion ends on September 30th 
> https://www.eventbrite.it/e/gwtcon2015-tickets-16392795292?aff=es2
> - Call for Papers ends on September 20th
>
> https://docs.google.com/forms/d/1Vy9H3TpNZ-cpRZ1nNEl9ZS82dExZTAee6ZnEc3VOnB4/viewform
>
> Looking forward to meeting you at #GWTcon2015.
>
> Thank you,
>  Alberto. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT release prioritization

2015-08-03 Thread maticpetek
1+

On Friday, July 31, 2015 at 11:39:00 AM UTC+2, James Horsley wrote:
>
> Firstly, I am very much looking forward to the next generation j2cl 
> compiler for GWT and think the new compiler vision is great. That said, I 
> think the community would benefit greatly with the steering committee 
> placing a higher priority on closing out on the 2.8 release. I know that 
> the current 2.8 is considered usable for production but 2.8 isn't feature 
> complete and organizations can be very hesitant to use non-GA versions of 
> libraries. In particular it would be a big win to have a "done" version of 
> JsInterop v1 and clear guidance on using the current version of elemental.
>
> I, and I'm sure the rest of the GWT community, would greatly appreciate a 
> clearer view on current release expectations and prioritization; is there 
> anything you guys can share on that front?
>
> Again, really appreciate the recent work and love the plans for GWT 3.0.
>
> Cheers,
> James
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Important videos from GWT Meet-up 2015

2015-06-22 Thread maticpetek
Hi,
  we have heavy invested our time into GWT to build the product which will 
be available for at least next 5 years (ERP in cloud). But I think the 
direction they have made is really necessary and only reasonable. And it 
should be done year or two before (after SDM and GSS), because some 
promising technologies (Elemental 2.0, next JSNI, also Java 8 support) and 
now buzz for more then two years.
  Regards,
  Matic

On Sunday, June 21, 2015 at 12:38:24 AM UTC+2, Jens wrote:
>
> GWT 2.8 will be a long supported and maintained branch of GWT. It's just 
> that you can not use the new compiler if you use some of the current GWT 
> library stuff.
>
> Upcoming things like Singular, Elemental 2.0, Java 8, JsInterop can all be 
> used with GWT 2.8. You are not forced to upgrade your possibly large app to 
> be compatible with the GWT 3.0 compiler and the GWT 2.8 branch is not 
> considered obsolete/deprecated anytime soon.
>
> I do not expect that GWT 3.0 will be adopted quickly for existing apps. 
> However for new apps it will probably be pretty great to use. I also expect 
> GWT 3.0 to be a bit clunky at release because it needs some decent build 
> system integration and things like Bazel do not have great IDE support yet.
>
>
> -- J.
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Meet-up 2015 : which technologies for new project

2015-06-16 Thread maticpetek
Hi Rogelio,
  5) we do not use any "MVC" framework. We have one component definition 
and then implementation for web and mobile. Switch between them is done by 
gwt.xml definitions in build process and in code we use MyButton b = 
GWT.create(MyButton.class). In GWT 3.0 GWT.create will not exist any more 
and you could use your own Factory class.

On Monday, June 15, 2015 at 9:57:22 PM UTC+2, Rogelio Flores wrote:
>
> I'm not any kind of official voice for GWT or anyone, but my take is:
>
> 1) It might be true that UiBinder will be discontinued to favor some other 
> templating system, but right now there's no replacement so we're using it 
> extensively and I think a replacement will only be available long-term.
>
> 2) IIRC, Julien also said Cell Widgets are the exception to using Widgets. 
> I have used them extensively very successfully (performant and flexible).
>
> 3) gQuery should be available at least for the forseable future since 
> Arcbees supports it. I'm sticking to it.
>
> 4) i18n. I have used current gwt i18n/l10n way using Constants/Messages 
> and works great for my needs. I'll continue using it for the forseable 
> fututre.
>
> 5) Not sure about what you're describing here, but I'm using mgwt for 
> mobile Views and using Activities + Places to manage them including web 
> Views. Trying to always share Presenters/Activites and Models between my 
> web and mobile Views.
>
> On Sunday, June 14, 2015 at 7:23:23 AM UTC-6, Ümit Seren wrote:
>>
>> Well I guess the mid term plan is to move away from widgets more towards 
>> web components and pure HTML. So instead of an UiBinder markup  you will 
>> have pure HTML markup with web-components. 
>>
>>
>> On Saturday, June 13, 2015 at 6:37:21 PM UTC+2, Thomas Lefort wrote:
>>>
>>> Drop UiBinder? I hope not, I use it all the time! What would replace it? 
>>> May be I should check those slides ;-) 
>>>
>>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT Meet-up 2015 : which technologies for new project

2015-06-12 Thread maticpetek
He,
   I watch videos from GWT Meet-up 2015 and we will start some new projects 
with GWT. I would like to prepare them for GWT 3.0, so please advice us 
which technologies should we take.
1) HTML templates
For now, my reference was talk from Julien on GWT.create 2015 - Best 
development practice for GWT web application (https://goo.gl/q6WDje). We 
are using UiBinder (with only HTMLPanel) + GSS Resources + gQuery. 
As I can see from videos, UIBinder will be drop. 

2) CellWidget, CellCell, CellTable
Are they part of Widget system and they should be avoided?

3) DOM 
Right now we really like gQuery. Should be stick with it?

4) i18n (Localization)
Probably nothing right now. I expect GWT team will provide alternative with 
GWT 3.0.

5) we are using GWT.create for web / mobile GUI component presentation. 
Should we migrate on getProperties + Class Factory design pattern? Will 
this also benefit SDM in GWT 2.8?

Thank you,
Regards,
  Matic

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-04-03 Thread maticpetek
+1 for Jens. I was just try to update my project on GWT 2.8 snapshots and I 
got the some error.
Regards,
  Matic

On Wednesday, November 19, 2014 at 5:45:44 PM UTC+1, Jens wrote:
>
> GWT 2.7. requires ASM 5.x (because of Java8 support in the future) and you 
> probably have ASM 3.x on class path as well.
>
> -- J.
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT.create 2015 video

2015-02-02 Thread maticpetek
Hi,
  And also follow the G+ group 
(https://plus.google.com/communities/116543000751323604177). Vaadin people 
usually publish new videos on this group. Or follow their twitter account. 
Regards,
   Matic


On Monday, February 2, 2015 at 8:01:10 AM UTC+1, Mohammed wrote:
>
> Hi,
> Where can I find the video clip of GWT.create(2015) event, which is 
> currently organized  and also about the GWT road map.
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: You have to try : Putnami Web Toolkit your next GWT Framework.

2014-06-18 Thread maticpetek
Hi, 
  Just one comment - "JS wrapper such as GXT or SMARTGWT are not enough 
maintainable and evolutive for us."
You have to fix GXT link and GXT is not JS wrapper. It is written in pure 
GWT and the latest version (3.x) support a lot of latest GWT standards. 

Regards,
   Matic

On Tuesday, June 17, 2014 6:13:38 PM UTC+2, Fabien Dumay wrote:
>
> Hello all,
>
>
> I'am glad to announce that PWT also called Putnami Web Toolkit is out of 
> the box.
>
> http://pwt.putnami.org
>
> PWT is a powerfull GWT framework which will revolutionize your 
> productivity. 
>
> Open source the repository is available on 
> https://github.com/Putnami/putnami-pwt
>
> We built PWT to be lightweight and efficient. 
>
> It provides new graphical components based on a solid architecture.
>
>- Thanks to Twitter 's Bootstrap, your applications are responsive and 
>easily themable. 
>- The nice graphical components are easy to extend and to customize. 
>- The data binding is a pushover, build form and dynamic tables is now 
>so simple. 
>- Server calls are simplified and optimized. Multiplex your queries, 
>and say good bye to the useless Async interfaces. 
>- Navigation is done to simplified the MVP. Split and scale your 
>application without even knowing. 
>- No third librairies, No external JS. Which provides security and 
>serenity on your achievements and our future. 
>
> Focused on the useless code removal, all the graphical design is no more 
> described in the java, but nicely lay on a UI template.
>
>
> Easy to start, we think that's PWT is a serious alternative for your next 
> web application developments.
>
>
> All your feedbacks are really precious and will be taken into account with 
> the utmost consideration.
>
>
> Best regards
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: SuperDevMode (SDM) and catch basic Exception in Anonymous Classes

2014-05-24 Thread maticpetek
Hi,
  Now i'm using GWT 2.6.1, but the trouble is the some. Still no useful 
exception error. Any idea how can I catch the describe problem? Right now I 
have only two strategies :
1) use Chrome debug / GWT.log, to narrow down the place where error occur. 
2) use Hosted mode with FF. 

Thank you,
  Regards,
  Matic

On Friday, April 11, 2014 10:21:39 PM UTC+2, maticpetek wrote:
>
> Hi,
>I have created "Hello World" with one button and click handler that 
> throws NPE. Simple code :
>
> = MyCalculator.java
> final Button sendButton = new Button("Send");
> sendButton.addClickHandler(new ClickHandler() {
> @Override
> public void onClick(ClickEvent event) {
> String str = null;
> str.length(); // BUG. NullPointerException
> }
> });
>  
> I have check :
> 1) Chrome Console - no useful information with class and line number (see 
> screenshot)
> 2) Chrome Source tab + turn on breakpoint on exception - the some. (see 
> screenshot)
>
> Any idea how can I get Java source name and line number? Af course the 
> real problem is our 200k LOC of client code project in GWT and usage of 
> SDM. I'm using GWT 2.6. 
> Thank you for your help
>   Regards,
>  Matic
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Chrome Touch Emulation and GWT

2014-02-27 Thread maticpetek
Hi,
  Have you try run code in SuperDevMode? This shoud work. I also have 
previous problems with Chrome Hosted mode in Touch Event emulator. 

Regards,
   Matic

On Wednesday, February 19, 2014 5:12:52 PM UTC+1, Alexander Zbiek wrote:
>
> Hi all,
> hope it is not wrong to post a question here.
>
> I have a problem with touch events when emulated via the Chrome Emulation. 
> I have a simple Canvas with an added Touch Handler:
>
>  final Canvas ca=Canvas.createIfSupported();
> ca.setCoordinateSpaceWidth(wiCo);
> ca.setCoordinateSpaceHeight(wiHe);
> //ca.sinkEvents(Event.TOUCHEVENTS);
> ca.sinkEvents(Event.ONTOUCHSTART);
>
>
>
>
> ca.addTouchStartHandler(new TouchStartHandler() {
>  @Override
>  public void onTouchStart(TouchStartEvent event) {
>  // TODO Auto-generated method stub
>  Touch t=event.getTargetTouches().get(0);
>  ca.getContext2d().setStrokeStyle("#fff");
>  ca.getContext2d().clearRect(0, 0, 800, 200);
>  ca.getContext2d().setStrokeStyle("#000");
>  ca.getContext2d().strokeText("Move "+(t.getPageX()-ca.getAbsoluteLeft())+
> ","+(t.getPageY()-ca.getAbsoluteTop()),10,60);
>  consoleLog("Touch move ");
>  }
>  });
>
>
> It works perfect on my Nexus7 but it doesnt work on my chrome when 
> emulating Nexus7 and touches. Other Touch web apps (nativ JavaScript ? ) 
> work in Emulation mode. But my (working) GWT app doesnt react to the 
> (emulated) touch events. :(
>
> Any experiences with it?
>
> Many thanks in advance
>  alex
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: SuperDevMode

2014-01-19 Thread maticpetek
Check this video - 
http://jeff-davis.blogspot.com/2012/07/setting-up-gwt-25s-superdevmode.html 
I think that after "Dev mode on" button, you should start Hosted mode jetty 
and visit server address. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

On Monday, January 20, 2014 12:16:32 AM UTC+1, Carlos Aguayo wrote:
>
> Hi, I don't seem to be able to get SuperDevMode to work. I'm following 
> instructions from Brian's slides:
>
> https://docs.google.com/presentation/d/1DTWZ_06dQsTPhinIwzHSdoPMndRr92wpZoZWicK97YQ/edit?forcehl=1&hl=en#slide=id.g25a114ce1_2056
> I can get to normal devmode with "ant devmode". But when I do "ant 
> superdevmode", things seem to compile and start up fine, I then go to 
> http://localhost:9876/ using Chrome (I tried both 32 and canary), I see 
> the welcome screen to drag the "Dev mode on/off" buttons, I drag them to 
> the toolbar, the welcome page says that the "hello" project is available, I 
> click on that link and then I click on the "dev mode on" bookmark and I get 
> the "Can't find any GWT Modules on this page.". What step am I missing or 
> what am I doing wrong?
> Thanks!
> Carlos
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


GWT 2.6 RC1 - how to set up Eclipse

2013-11-07 Thread maticpetek
Hi,
  I would like to try the latest version of GWT with my project :
1) when I include GWT in eclipse, their is no version for this release (see 
screenshot).



2) after project build, I get the following error :

The GWT SDK '/gwt-2.6.0-rc1' on the project's build path is not 
valid (Version  is not supported, must be 2.0.0 or later)

My configuration :
OS X
Java 7
Eclipse Juno Service Release 2 (Google Plugin is updated to latest version 
via Eclipse check version)

Regards,
  Matic

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Canvas and UIBinder - CSS class

2013-08-07 Thread maticpetek
Hi,
  I'm using UIBinder and I would like to add style to Canvas. For example :

http://dl.google.com/gwt/DTD/xhtml.ent";>


.canvas {
background : white;
}




 

-

@UiField
Canvas canvasSign;

@UiFactory
Canvas createCanvasSign() {
canvasWidth = Window.getClientWidth() - 20;
canvasHeight = Window.getClientHeight() - 20 - 75;
canvasSign = Canvas.createIfSupported();
canvasSign.setWidth(canvasWidth + "px");
canvasSign.setHeight(canvasHeight + "px"); 
canvasSign.setCoordinateSpaceWidth(canvasWidth);
canvasSign.setCoordinateSpaceHeight(canvasHeight);
context = canvasSign.getContext2d();
}

--
But I get an error : Class Canvas has no appropriate setClass() method: 
 (:28)

Any idea how can I assign UIBinder style to Canvas? Thank you.

Regards,
   Matic

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT website moved to gwtproject.org

2013-07-02 Thread maticpetek
Hi,
  Great work. Maybe Google should include some links also 
on developers.google.com for GWT (gwtproject.org) - like they do for Dart. 
For example :
1) https://developers.google.com/ -> page footer -> "Other references"
2) https://developers.google.com/ -> "Products" -> "Web developer" -> left 
menu. It their is place for Dart, it should be also for GWT. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff


On Tuesday, July 2, 2013 10:57:49 PM UTC+2, Daniel Kurka wrote:
>
> Today we finally flipped the switch and moved all the GWT content from 
> developers.google.com to gwtproject.org. The old homepage will redirect 
> to gwtproject.org so there should be no broken links. However if you 
> encounter any missing content or broken links please file a 
> bug
> .
>
> Why did we do this?
>
> GWT is now an open source project and we wanted to enable people to 
> contribute to the website and documentation as well. Since 
> developers.google.com can only be updated by Google employees we needed 
> another home.
>
> - Daniel, on behalf of the GWT team

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Joda Time Jodatime in GWT server

2013-04-17 Thread maticpetek
Have you try https://code.google.com/p/gwt-joda-time/ ?


Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff


On Monday, April 15, 2013 11:36:15 PM UTC+2, Steve Morgan wrote:
>
> I'm using Jodatime in my GWT application, server only. I'm getting a 
> runtime message:  java.lang.ClassNotFoundException: 
> org.joda.time.ReadableInstant. I have included Jodatime 1.6.2 in my project 
> build path. Do I need to add an  it is something extremely simple, I just haven't found it.
> Thanks,
> Steve
>

-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




websitesframeworks.com : GWT has the greatest growth.

2013-03-11 Thread maticpetek
Interresting articles - it would be nice to see which sites are this. 

http://blog.websitesframeworks.com/2013/03/web-frameworks-statistics-174/#husage


Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff



-- 
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 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Wishlist - What GWT developers want for Christmas

2012-12-11 Thread maticpetek
Dear Joonas,
   We have couple discussion in this forum about given email address to 
access survey result. Some people see this as interference between 
commercial interest of Vaadin and community. I don't think so and I also 
express my opinion. If some company invest their time & resources to 
prepare survey and present results - this is good for all community and you 
can have my email to send me product updates. Ok, I also think you have 
cool product and I want information from your company.
   But could you please explain me why you need access to my Google 
Contacts information if I login with my Google Account? Or to my friends 
lists from Facebook if I login with Facebook connect? What will list of my 
personal friends, family members and business partners have to do with GWT 
wishes voting system? Frankly speaking, I think this si very bad sign for 
feature customers (like I am) for you company product & services. And as I 
say - you have cool product and I really wish you all the best. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff



On Tuesday, December 11, 2012 7:45:59 PM UTC+1, Joonas Lehtinen wrote:
>
> We just published all of the 2600+ wishes you guys added to the Future of 
> GWT survey on most important things needed in GWT. Take a look:
>
> https://vaadin.com/gwt/report-2012/wishlist
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/eTea0PDOwtAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

<><>

Re: The Future of GWT Report 2012 Published

2012-12-05 Thread maticpetek
I would also like to thank all that prepare this survey & result and all 
the members of Steering Committee. It will help us with how to use GWT in 
feature. And it confirm we are not alone with out problems ;)

Regards,
  Matic

On Wednesday, December 5, 2012 8:07:34 PM UTC+1, Ali Jalal wrote:
>
> Many thanks to Vaadin, Steering Committee and GWT community for such a 
> useful report.
>
>
> On Wed, Dec 5, 2012 at 6:56 PM, Ryan Shillington <
> ryan-goo...@onlyinsight.com > wrote:
>
>> I just wanted to thank you for taking the time to make this so 
>> consumable.  I found it very interesting to read.  If getting my 
>> (spam-me-as-much-as-you-want) email was the cost, I'd pay that again 
>> happily.  
>>
>> Whoever put this together did a very, very good job.  If this had been a 
>> big table of numbers I wouldn't have learned as much.
>>
>> Thanks again,
>>
>> Ryan
>>
>>
>> On Tuesday, December 4, 2012 5:19:05 AM UTC-6, Joonas Lehtinen wrote:
>>>
>>> *The GWT community have been having many questions about the Future of 
>>> GWT. Questions like: Where is GWT going? How is GWT used today? What are 
>>> the challenges they are facing? What is the competition? Should I build my 
>>> next project with GWT?
>>>
>>> When joining the GWT steering committee and deciding to include a full 
>>> copy of GWT into Vaadin 7 we had the same questions. In the end we stepped 
>>> forward and asked the GWT community. Now after 2 months of asking and 
>>> receiving responses to the dozens of questions we had from over over 1300 
>>> GWT users, we compiled all of this together and are proud to present you 
>>> with some answers in for of 30 page long report. We would like to thank 
>>> everyone who participated: You - the very active GWT community who 
>>> answered, GWT steering committee members and other GWT experts who helped 
>>> create the questions and analyze the answers, Vaadin team and David Booth 
>>> who coordinated the effort.
>>>
>>> Enough talking, download your personal copy of The Future of GWT Report 
>>> at:*
>>> *
>>> https://vaadin.com/gwt/report-2012
>>>
>>> *
>>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-web-toolkit/-/HX43ol9dILIJ.
>>
>> To post to this group, send email to 
>> google-we...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-web-toolkit+unsubscr...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Hhz76JJAkUAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SuperDevMode not so super

2012-11-14 Thread maticpetek
I understand you pain. Our application is around 150k LOC of client code, 
we are using only GWT-RPC, we have big problems with 
development productivity and unfortunately SuperDevMode did not bring 
anything useful for us. 

On Wednesday, November 14, 2012 9:24:35 AM UTC+1, StefanR wrote:
>
> In a larger GWT multi project app and it took me several hours to get the 
> new SuperDevMode running (I found this 
> videovery
>  helpful).
> Now, I'm a bit disappointed about the coolest new feature of 2.5 and I 
> wonder if I have missed something.
>
>- Compilation is slow. It takes between 1 and 2 minutes plus the 
>bootstrap time of my server app. The app has sth above 20k LOC and heavily 
>uses RequestFactory and GIN code generators, maybe that's the reason? So 
>overall startup performance is worse than with standard DevMode.
>- Code changes require a recompile. In DevMode non-structural changes 
>are applied automatically by the Eclipse Debugger.
>- Debugging the code in the Browser is ... hm, it works. But honestly, 
>nothing compare to a IDE debugger. Browsing through the source tree in 
>Chrome is a pain with thousands of classes.
>- GWT CodeServer is very resource intensive. During compilation, I 
>cannot use my machine for anything else. If it's running it takes more 
> than 
>1GB of RAM.
>
> Is anyone successfully using SuperDevMode for larger apps?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/eFv_PmI0zBoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.5 RC2 is out. Can we see release notes?

2012-10-04 Thread maticpetek
Yes. Thank you. More info also in thread : 
https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/fNAQzHzKZUE

On Thursday, October 4, 2012 10:25:40 AM UTC+2, Shawn wrote:
>
> >  Is it possible 
> > to get release notes to see what's new? 
>
> Isn't this it 
> https://developers.google.com/web-toolkit/release-notes#Release_Notes_Current 
> ? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gM2iHb6Sie0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT 2.5 RC2 is out. Can we see release notes?

2012-10-03 Thread maticpetek
Hi,
  I saw new version is out 
(http://code.google.com/p/google-web-toolkit/downloads/list). Is it 
possible to get release notes to see what's new? I know package 
contains release_notes.html, but this is only link 
to https://developers.google.com/web-toolkit/doc/latest/ReleaseNotes page. 
Thank you.

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/6kiRZ4XV-6AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Super Dev mode : speed, find source in Chrome, stacktrace of exception

2012-09-24 Thread maticpetek
Hi,
  We are testing Super Dev mode and the following questions rise to me :
1) every time we change Java code, we have to hit "Dev mode on" button and 
then "Compile". In best times it took 40 seconds on my computer. And then I 
have to refresh my browser window. This is not really a magnitude of speed 
increase agains FF Dev more. Reload usually takes around 50-60 seconds. We 
have around 160k lines of client code. Is this expect behavior?

2) When we get exception in client code, Dev mode will print out full 
stacktrace. Is something like this available in SuperDev mode? For example, 
the following code :

  String bla = null;
bla.length(); // Exception

will print "Uncaught TypeError: Cannot read property 'length' of null" in 
Chrome Console windows, you can get source of compile JS code, but matching 
this with Java code is practical imposible. 

3) Chrome Development Tools. We have let say 500 java source code files in 
different packages. How can I find specific class in tree structure? You 
can find right up the search field ("Search Sources"), but you cannot 
search by source files. 

Thank you for your help.

Regards,
   Matic

--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Ce6MQI4R9w8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtQuery 1.2.0 was released

2012-08-29 Thread maticpetek
Love this project. Thank you.

Regards,
   Matic

--

GWT stuff twitter  - http://twitter.com/#!/gwtstuff

On Tuesday, August 28, 2012 10:27:40 PM UTC+2, Julien Dramaix wrote:
>
> Dear GWT community, 
>
> The GQuery team is proud to announce the version 1.2.0 of the library. 
>
> We have been working hard in order to fix many issues and to achieve a 
> closed jQuery API. 
>
> Thanks for all contributors sending, fixing and testing the library. 
>
> What's new : 
> http://code.google.com/p/gwtquery/issues/list?can=1&cursor=gwtquery%3A111&q=status%3Afixed%20Milestone%3DRelease1.2
>  
> Project home page : http://code.google.com/p/gwtquery/ 
> Downloads: http://code.google.com/p/gwtquery/wiki/Downloads 
>
> Julien 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/s7H05cUyDtkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Debugging is terribly slow

2012-05-30 Thread maticpetek
Hi,
  For our project I also give up debugging with FF. The whole process - 
start project in Eclipse, hosted mode in FF, debug, fix code, refresh 
hosted mode, etc just took too much time. Now I'm testing JRebel + 
"System.err.println" and it really speed up development and debug time.  

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff


On Tuesday, May 29, 2012 6:51:26 PM UTC+2, Juan Pablo Gardella wrote:
>
> Use firefox
>
> 2012/5/29 Magnus 
>
>> I forgot to say that I use eclipse as a ide.
>>
>> Magnus
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-web-toolkit/-/6m86vZmXCfcJ.
>>
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Wn1fWAbinEIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Mobile App Widgets

2012-05-30 Thread maticpetek
Hi,
  We are now doing rewrite our mobile application from GWT to (jQueryMobile 
+ operation logic in GWT + GWTQuery). I really like functionality and 
documentation on JQM. And also themes and transition between pages really 
works on Android and iOS. They have good community and useful plugins. And 
we don't want to deal with GUI on mobile devices. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff


On Monday, April 30, 2012 4:35:30 PM UTC+2, AgitoM wrote:
>
> Does anyone know a decent library that contains GWT Widgets for the 
> development of Mobile Apps in GWT? 
>
> Over the past few days I've been experimenting with gwt-mobile-gui. 
> Though this library is great, it doesn't appear to be working on all 
> browsers. (or at least I can't get it to work on Firefox). 
>
> So basically I am looking into other Libraries. Does anyone have any 
> suggestions? 
>
> Reason I am looking for a mobile widget library is because I am 
> developing a mobile app. I developed a framework for a mobile app 
> myself, and it works fine, but it looks too ugly. 
> If no other library is available, does anyone know any tutorial of 
> guide to how to develop nice looking GUI in GWT? 
>
> Hope anyone can offer some advice.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ccMZKooL_NwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Mobile App Widgets

2012-05-30 Thread maticpetek


On Monday, April 30, 2012 4:35:30 PM UTC+2, AgitoM wrote:
>
> Does anyone know a decent library that contains GWT Widgets for the 
> development of Mobile Apps in GWT? 
>
> Over the past few days I've been experimenting with gwt-mobile-gui. 
> Though this library is great, it doesn't appear to be working on all 
> browsers. (or at least I can't get it to work on Firefox). 
>
> So basically I am looking into other Libraries. Does anyone have any 
> suggestions? 
>
> Reason I am looking for a mobile widget library is because I am 
> developing a mobile app. I developed a framework for a mobile app 
> myself, and it works fine, but it looks too ugly. 
> If no other library is available, does anyone know any tutorial of 
> guide to how to develop nice looking GUI in GWT? 
>
> Hope anyone can offer some advice.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YhRrlKk1XbUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Register your company if you are using GWT

2012-03-15 Thread maticpetek
Hello,
   For "Backend technology stack" you could also add mybatis. And 
congratulation - very good idea & application. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

On Thursday, March 15, 2012 4:49:03 PM UTC+1, P.G.Taboada wrote:
>
> Nice you liked it.
> I was thinking in renaming Tomcat to JEE Webprofile, which would mean just 
> webcontainer. So if you are using jetty feel free to tick tomcat, I will 
> rename as soon as possible.
>
> Concerning Weblogic just tick Oracle...  ;-)
>
> There is "health and fitness" in the list...
>
> Thanks for taking the time and contributing.
>
> Kind regards,
>
> Papick G. Taboada
>
>
> On Thursday, March 15, 2012 3:27:02 PM UTC+1, Joseph Lust wrote:
>>
>> Kanagaraj,
>>
>> Great idea! I've been searching for a list like this for some time. This 
>> will certainly help make the case for GWT usage for other 
>> companies/projects.
>>
>> Could you add GAE to the hosting options, as well as Jetty and Weblogic? 
>> Also, my company is in the Health or Fitness industry, but neither are in 
>> your list.
>>
>> Sincerely,
>> Joe
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/WT4shkykRyEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: FF10, here we go again

2012-02-18 Thread maticpetek
Hi,
  This is letter of the topic, but maybe it's useful for someone. In our 
team we have decided to manually turn off automatic update option for 
Firefox. We are using FF as primary GWT development environment and every 
couple of months some update on new version is perform and GWT hosting mode 
is stop working. Usually when we are in hurry It's nothing wrong if you 
wait month or two as GWT developer with not latest version of FF browser 
and GWT team + community will prepare update in the meantime.

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/blYOFO3-JKkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Framework app mobile

2012-02-18 Thread maticpetek
Hi,
  We have write our own iOS (and Android) wrapper for GWT application 
(UiBindings). For now we use native wrapper only as full screen web browser 
wrapper, question dialog box and progress bar. All other code is in GWT. We 
did not have any problems with publishing in App store. You can see app on 
following URL (sorry, it's only in Slovenia language) 
- http://itunes.apple.com/si/app/metakocka/id492074324?mt=8

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/INLXxnijunUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Any decent java.util.Calendar, Locale, TimeZone emulation?

2011-10-01 Thread maticpetek
Hello,
  What about http://code.google.com/p/goda-time/

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gJjPJ3smgJoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: JPA alternatives?

2011-09-12 Thread maticpetek
Last three year we are using iBatis and MyBatis with GWT project and we are 
very happy with it. Just must be a programmer that loves writing SQL.. 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/qus0FZHhUlIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT 2.4 Designer na split-view editing

2011-09-08 Thread maticpetek
Hello,
Question : how to switch to split-view editing in new GWT Designer? What 
should I press in Eclipse? Thank you

Environment :
Eclipse 3.7
OS X

Regards,
  Matic

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZIq1G5UNVpsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Date 'week of year' and 'day of week' problem

2011-09-04 Thread maticpetek
Maybe you should try goda-time, if you don't need TimeZones. See 
https://groups.google.com/forum/#!topic/goda-time/lIcnmLB-0ww

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/KzTHZ_sjxGEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: What are WEB-INF\deploy\\symbolMaps and rpcPolicyManifest directories?

2011-07-23 Thread maticpetek
Or ignore in ANT build :




* *




Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/PgC2seDHyrwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Any experience with GWT and JRebel

2011-07-16 Thread maticpetek
Hello,
   I would like to speed up our development process and I also quick check 
JRebel. Does anyone have any experience with JRebel and GWT development? Can 
JRebel replace classes on client side? Even when you debug your code. Thank 
you.

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VzDefgYnGrIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Test hosted mode speed : GWT 2.2 vs GWT trunk 9.6.2011

2011-06-11 Thread maticpetek
Hello,
   About one month ago I stared discussion about how to speed up hosted mode 
("How to speed up Hosted mode" - 
https://groups.google.com/d/topic/google-web-toolkit/RNZujzt_LpE/discussion). 
Some of suggestions were very useful for use - check story of my compiler, 
RPC methods without Object classes, etc. Then I watch Google IO chat with 
GWT team and they mantion bug push up of work on speeding up hosted mode. 
The result is now probably persistent unit cache is turn on by default in 
trunk version of GWT (http://gwt-code-reviews.appspot.com/1448801/)
   Ok, but what all this mean for our application? All values are avarage 
couple of measurments and I always done a small code change. 
   
GWT 2.2 :
- run cold start : 45.9s
- run reload : 14s
- debug cold start : 54.9s
- debug reload : 14.7s

GWT trunk 9.6.2011 :
- run cold start : 25.3s (first time is left out because 'gwt-unitCache' is 
generated)
- run reload : 11.8s
- debug cold start : 26.8s
- debug reload : 13.3s

Conclusion : 45% faster run startup time (52% for debug mode). 16% faster 
reload time (10% for debug mode). Thank you GWT team & contributiors. It 
means a lot for us.

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/a8flnBafE4EJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Odg.: Re: How to speed up Hosted mode

2011-05-22 Thread maticpetek
@kabram and Juan - thank you for IE testing. "Unfortunately" we are all 
developing on OSX

After watching IO 2011 talks about GWT & performance, we will also refine 
our RPC methods - we should remove "List" and "Object" from method calls.

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Odg.: Problems while upgrading to GWT-2.2.0 from GWT-2.0.4

2011-04-21 Thread maticpetek
Hello,
   I think some change was done in GWT compiler between 2.1 and 2.2 and 
that's way you need recompile / download gwt-dnd library for 2.2. It was the 
some problem with GXT. For "BitLevel", do you maybe use gwt-math? 

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Odg.: Re: Odg.: Re: How to speed up Hosted mode

2011-04-19 Thread maticpetek
mike b,
  This is something to try - if I only change code in async block, maybe it 
will recompile only this part. But this will note have any effect on startup 
time.

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Odg.: Re: How to speed up Hosted mode

2011-04-18 Thread maticpetek
Palo,
  Thank you for solution with subproject. But I hope this will be my last 
step. I know that from architecture view & test driver development, 
separation between client and server, MVC, etc is right approach, but I 
really like this simple approach with Eclipse. Just code, run & debug in 
Eclipse, view result in FF or Safari, use FireBug, commit code into SVN, 
build with ant and publish. No libraries with versions, part working 
application, all functionality of application is a front of you.

Mike,
  Maybe I should really try code separation GWT.runAsync.

Paul,
  It look like the next versions of GWT will come with speed increase 
for us. I hope someone from GWT team would say something more about that

Regards,  
   Matic

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to speed up Hosted mode

2011-04-18 Thread maticpetek
Hello,
   We are developing our app in GWT now for a couple of years. And code base 
is becoming bigger every day And hosted mode is also become very slow. 
Refresh in browser takes around 1 minute. Forms opening a couple of seconds. 
All this time my CPU is on around 160% (if I look Activity monitor). This 
happend in FF. Chrome is not useful because it takes too much time (I gave 
up after 10 minutes). 
   Any idea how could we speed up hosted mode? Would code split with 
GWT.runAsync do any help? Or on the end you just must have very fast CPU? 
Thank you for help.

My environment :
- OS X Show Leopard 
- JDK 1.6
- GWT 2.2
- GXT 2.2.3
- Firefox 3.6

Regards,
   Matic
--
GWT stuff twitter  - http://twitter.com/#!/gwtstuff

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: code snippet

2011-04-08 Thread maticpetek
I'm using CodeBox for Mac (available in Mac App Store). Because it has 
code formatting and it does not "shrink" your sample sometimes, like 
Evernote. 

Regards,
   Matic

-- 
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Google first page - "Change background image" - in GWT?

2010-06-09 Thread maticpetek
Hello,
  I just see option "Change background image" on Google search first
page (www.google.com). Design of dialog looks like GWT. Is this
written in GWT? It would be a really huge reference
Regards,
  Matic

-- 
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 options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT hosted mode in infinity loop when debugging

2008-10-31 Thread maticpetek

Hello,
   I'm developing one project in GWT for more then a year now. Of
course I add new code all the time. But one week ago debug mode stop
working. When I run my project in Eclipse in debug mode, GWT hosted
mode is started but then java process start using 100% CPU time and
takes infinity time (ok, after 30 minutes I kill the process). If i
run my project in run mode, everything works OK and it start in couple
of seconds.
   I'm using OS X Leopard / Eclipse 3.3 / GWT 1.4.62. I also update on
Eclipse 3.4 / GWT 1.5.2 and Eclipse 3.3 / GWT 1.5.2, but nothing
change - debug mode was still fell in infinity loop. I check log file
directory in ".gwt-logs" and ".settings", but nothing is their. I
thing something must be wrong with my code in GWT compiler, because I
am developing (debugging( some other project on some machine, Eclipse
and GWT without any problem.
   Could you please help me somehow. I'm really tired of debugging my
code with GWT.log(). Thank you.

Regards,
   Matic
--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT 1.5 RC2 : Strange compile error - Exception in thread "main" java.lang.NoSuchMethodError:

2008-09-03 Thread maticpetek

Thank you for a tip. It works.

On Sep 3, 12:34 am, mrpantsuit <[EMAIL PROTECTED]> wrote:
> I had the same problem.  Moving gwt-dev-windows.jar to the top of the
> classpath (as mentioned in this 
> posthttp://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...)
> seems to have fixed it.
>
> On Aug 28, 1:09 am, maticpetek <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> >     I try to migrate my project from 1.4.62 to GWT 1.5 RC2. But I get
> > the bottom error when i build my project with build.xml script (before
> > that i replace 'gwt-mac-1.4.62' with 'gwt-mac-1.5.1'). Any idea what
> > could be wrong? Thank you.
>
> > My environment:
> > OS X, 10.5.4
> > GWT 1.5 RC 2Eclipse3.4.0
>
> > Buildfile: /Users/maticpetek/Desktop/MetaKocka/MetaKockaMain/src/com/
> > metakocka/MetaKockaMain/build.xml
> > jars:
> >     [mkdir] Created dir: /Users/maticpetek/Desktop/MetaKocka/
> > MetaKockaMain/@dot/com.metakocka.MetaKockaMain.MetaKockaMain/WEB-INF/
> > lib
> >       [jar] Building jar: /Users/maticpetek/Desktop/MetaKocka/
> > MetaKockaMain/@dot/com.metakocka.MetaKockaMain.MetaKockaMain/WEB-INF/
> > lib/MetaKockaMain.jar
> > gwt-compile:
> >      [java] Exception in thread "main"java.lang.NoSuchMethodError:
> > org.eclipse.jdt.internal.compiler.Compiler.(Lorg/eclipse/jdt/
> > internal/compiler/env/INameEnvironment;Lorg/eclipse/jdt/internal/
> > compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/internal/compiler/impl/
> > CompilerOptions;Lorg/eclipse/jdt/internal/compiler/
> > ICompilerRequestor;Lorg/eclipse/jdt/internal/compiler/
> > IProblemFactory;)V
> >      [java]     at com.google.gwt.dev.javac.JdtCompiler
> > $CompilerImpl.(JdtCompiler.java:93)
> >      [java]     at
> > com.google.gwt.dev.javac.JdtCompiler.(JdtCompiler.java:231)
> >      [java]     at
> > com.google.gwt.dev.javac.JdtCompiler.compile(JdtCompiler.java:193)
> >      [java]     at
> > com.google.gwt.dev.javac.CompilationState.compile(CompilationState.java:
> > 101)
> >      [java]     at
> > com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:327)
> >      [java]     at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:
> > 564)
> >      [java]     at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:
> > 554)
> >      [java]     at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:
> > 214)
>
> > BUILD FAILED
> > /Users/maticpetek/Desktop/MetaKocka/MetaKockaMain/src/com/metakocka/
> > MetaKockaMain/build.xml:73: Java returned: 1
>
> > Total time: 3 seconds
--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT 1.5 RC2 : Strange compile error - Exception in thread "main" java.lang.NoSuchMethodError:

2008-08-27 Thread maticpetek

Hello,
I try to migrate my project from 1.4.62 to GWT 1.5 RC2. But I get
the bottom error when i build my project with build.xml script (before
that i replace 'gwt-mac-1.4.62' with 'gwt-mac-1.5.1'). Any idea what
could be wrong? Thank you.

My environment:
OS X, 10.5.4
GWT 1.5 RC 2
Eclipse 3.4.0

Buildfile: /Users/maticpetek/Desktop/MetaKocka/MetaKockaMain/src/com/
metakocka/MetaKockaMain/build.xml
jars:
[mkdir] Created dir: /Users/maticpetek/Desktop/MetaKocka/
MetaKockaMain/@dot/com.metakocka.MetaKockaMain.MetaKockaMain/WEB-INF/
lib
  [jar] Building jar: /Users/maticpetek/Desktop/MetaKocka/
MetaKockaMain/@dot/com.metakocka.MetaKockaMain.MetaKockaMain/WEB-INF/
lib/MetaKockaMain.jar
gwt-compile:
 [java] Exception in thread "main" java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.Compiler.(Lorg/eclipse/jdt/
internal/compiler/env/INameEnvironment;Lorg/eclipse/jdt/internal/
compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/internal/compiler/impl/
CompilerOptions;Lorg/eclipse/jdt/internal/compiler/
ICompilerRequestor;Lorg/eclipse/jdt/internal/compiler/
IProblemFactory;)V
 [java] at com.google.gwt.dev.javac.JdtCompiler
$CompilerImpl.(JdtCompiler.java:93)
 [java] at
com.google.gwt.dev.javac.JdtCompiler.(JdtCompiler.java:231)
 [java] at
com.google.gwt.dev.javac.JdtCompiler.compile(JdtCompiler.java:193)
 [java] at
com.google.gwt.dev.javac.CompilationState.compile(CompilationState.java:
101)
 [java] at
com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:327)
 [java] at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:
564)
 [java] at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:
554)
 [java] at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:
214)

BUILD FAILED
/Users/maticpetek/Desktop/MetaKocka/MetaKockaMain/src/com/metakocka/
MetaKockaMain/build.xml:73: Java returned: 1

Total time: 3 seconds

--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---