Re: momentgwt - a GWT wrapper library for momentjs.com

2013-03-23 Thread MAQ
Thanks a lot Sebastian. Can I use this on the server? On Thursday, March 21, 2013 10:22:15 PM UTC+3, Sebastián Gurin wrote: I just released a GWT wrapper for the nice JavaScript library momentjs ( momentjs.com). It resulted on a small and easy to use alternative for working with dates,

How come when I enable one of the provided themes, RTL is not working anymore!

2013-03-10 Thread MAQ
As stated in the title, I also posted this in the issues list: https://code.google.com/p/google-web-toolkit/issues/detail?id=8067 -- 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

Re: GWT still viable for new projects?

2013-02-22 Thread MAQ
There has been quite some talk about that especially after the release of GWT 2.5 and the transition to a steering committee. Check the following posts: The Future of GWT Report 2012https://vaadin.com/blog/-/blogs/the-future-of-gwt-report-2012 The History and Future of Google Web

Is using GWT interfaces like HasText and HasValue considered good for portability?

2013-02-20 Thread MAQ
As it says in the title, especially if I'm considering using mgwt or supporting Android platform. -- 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

Confusion with MVP.

2013-02-20 Thread MAQ
Hi, I'm starting to get more confused as I'm going deeper with MVP. In my project I have a view which has many video 'tiles' (thumbnails with headlines). Should I make each tile a view by its own, and each one of these views would have its own presenter? Is that a normal solution or am I

Re: In MVP should/could the view depends on the presenter to be initialised?

2013-02-17 Thread MAQ
Broyer wrote: On Saturday, February 16, 2013 3:39:15 AM UTC+1, MAQ wrote: Hi, In my view there's a ListBox that its content should depend on the user's locale. I'm confused on whether the deferred binding (to create the list's internationalised content) should be in the presenter

In MVP should/could the view depends on the presenter to be initialised?

2013-02-15 Thread MAQ
Hi, In my view there's a ListBox that its content should depend on the user's locale. I'm confused on whether the deferred binding (to create the list's internationalised content) should be in the presenter or in the view. I feel it should be in the presenter, however in my code the view is

In MVP is there a difference between declaring the 'binding' interface in the presenter versus the view?

2013-01-08 Thread MAQ
I saw a lot of sample code, most of them use the following way of creating MVP: public interface ContactsViewT { public interface PresenterT { void onAddButtonClicked(); void onDeleteButtonClicked(); void onItemClicked(T clickedItem); void onItemSelected(T selectedItem); }

SEO problem on GAE

2012-10-20 Thread maq
,even though it sets to url-pattern as /* I didn't have this problem when deploying to a non-cloud environment , i.e. tomcat server on a standalone system. Does anyone have a suggest for this? GWT/GAE/SEO should work :-) Thanks! maq -- You received this message because you are subscribed

Some newbie questions regarding resources and ClientBundle.

2012-08-30 Thread MAQ
Say I've got an app which includes a lot (more than 100) images to be used. For instance these images could be part of a game of some sort. Within a page the user will only need to fetch about 5 to 10 images. What's a good way to implement that? Should I build a single ClientBundle class which

Coming from an OOP mentality, how much of OOP ideas/practices should I use?

2012-07-26 Thread MAQ
Hi, I'm still learning GWT and building my GWT project as I'm learning. I started to think about my domain model, and was wondering if I should keep the same practices that are encouraged by OOP. Specifically, should I keep my classes as simple and concrete as possible, or utilize the

Re: When one has the option to use XML or JSON to communicate with JS libraries, which one would be better?

2012-07-18 Thread MAQ
I did look at that project, however it does not include youtube API. So, if I had to integrate the youtube API with my GWT app, then my best option would be the JSON path? On Thursday, July 19, 2012 2:39:44 AM UTC+10, Thomas Broyer wrote: On Wednesday, July 18, 2012 4:52:32 AM UTC+2, MAQ

When one has the option to use XML or JSON to communicate with JS libraries, which one would be better?

2012-07-17 Thread MAQ
Hi, I hope the question is clear, I'm a total GWT newbie. My project requires the use of some of Google's APIs. Two main solutions are provided one for XML and another for JSON (gdata-java-client and google-api-java-client). Which one would be more suitable (easier, more compatible etc.)? Or

Re: When one has the option to use XML or JSON to communicate with JS libraries, which one would be better?

2012-07-17 Thread MAQ
. On Wednesday, July 18, 2012 4:52:32 AM UTC+2, MAQ wrote: Hi, I hope the question is clear, I'm a total GWT newbie. My project requires the use of some of Google's APIs. Two main solutions are provided one for XML and another for JSON (gdata-java-client and google-api-java-client). Which one would

DFP in GWT/GAE application

2012-03-24 Thread maq
work with GWT/GAE? (at all??) Any suggestion is highly appreciated. Thanks! maq -- 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/-/fSIFJz7ijY4J

What's a good way to use Youtube with GWT.

2012-02-25 Thread MAQ
Hi, I would like to be able to integrate Youtube clips within my gwt project. I wasn't able to use gwt-youtube-apihttp://code.google.com/p/gwt-youtube-api/ successfully. Should I use the offical Youtube JavaScript API, or try again with gwt-youtube-api? Thanks, MAQ -- You received

User maintained HTML in GWT app - any security concerns?

2011-09-14 Thread maq
Hi, all, If I were to allow user to create their own HTML code which being displayed in a HTML widget, so that they can maintain their content. Is there any security concern, such as they can inject javascripts into the HTML? Any best practices or comments is appreciated! -maq -- You

redirect GWT application URL

2011-09-04 Thread maq
in the web.xml so it can redirect, but having issues. Has anyone dealt with this problem? Thanks in advance! -maq -- 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

GWT SEO

2011-06-06 Thread maq
Hi, Does any one have a good tutorial on how to turn GWT application into crawler friendly? I found some information talking about AJAX/crawler solution and such. But nothing like : for GWT application, here is what you do, 1,2,3... Thanks in advance! maq -- You received this message because

HTML widget sometimes doesn't render 3rd party Javascript widget

2011-05-26 Thread maq
Hi, I tried to use GWT HTML widget to include a third party widget such as javascript code for Expedia banner. It doesn't seem always working when I test it. If the same javascript is directly put in the static HTML host page, it always works. Has anyone seen similar problem? - maq -- You

Re: HTML widget sometimes doesn't render 3rd party Javascript widget

2011-05-26 Thread maq
with other GWT widgets. But it shows up only in a Firefox on SUSE. On windows, neither firefox and IE displays it. (I guess it may be dependent on the browser.) Similar problem happens to include the widget script using GWT HTML from addthis.com - maq -- You received this message because you