Re: gwt-tour not working

2015-04-04 Thread marian lux
Hmm. With mgwt-showcase (https://github.com/mgwt/mgwt.showcase) it is not working for me as you can see above. Could please you try to check out the mgwt-showcase and test it if it is compileable by only adding the gwt-tour dependency in the pom.xml? Maybe there is a widget/panel which causes a

Re: gwt-tour not working

2015-04-04 Thread marian lux
I tested it with the current mgwt showcase (checked out from - https://github.com/mgwt/mgwt.showcase) by adding in pom.xml the dependency com.ahome-it gwt-tour 2.0.0-SNAPSHOT Before adding the dependency the showcase compiles and works. After adding the dependency, I get

Orika for GWT

2015-04-04 Thread Łukasz Bączek
Hello, Looking for a project like GWT Orika (http://orika-mapper.github.io/orika-docs/) only knows someone? 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 a

How to call GWT_SERVLET FROM SERVLET

2015-04-04 Thread Công Nguyễn Duy
I want to save data from *HttpServlet* to *DataStore*. *--> HttpServlet* @Override public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { /** * response */ res.setContentType("text/html"); final PrintWriter out = res.getWriter(); /**

Re: gwt-tour not working

2015-04-04 Thread Alain Ekambi
Having a look. Should work with mgwt. On 4 Apr 2015 12:20, "marian lux" wrote: > Thank you! But a compilation problem still remains. > > I figured out the following: > When I only add in my pom.xml > > com.ahome-it > gwt-tour > 2.0.0-SNAPSHOT > > and try to compile the proj

Re: gwt-tour not working

2015-04-04 Thread marian lux
Thank you! But a compilation problem still remains. I figured out the following: When I only add in my pom.xml com.ahome-it gwt-tour 2.0.0-SNAPSHOT and try to compile the project with the news resources from the dependency, I get the following console output (error) in su

Re: New library to integrate any CSS framework with GWT

2015-04-04 Thread Arnaud TOURNIER
Hi again Ed, sorry i realize i didn't really answer your question ! So as for the size, the generated CSS file size for the whole app is ~20ko so i consider it is ok to download it from a tag in the host page. I see a potential optimization where the server could embed the default theme in the h

Re: gwt-tour not working

2015-04-04 Thread Alain Ekambi
GWT Tour now includes 2 libraries Intro.js and Hopscotch.js. You are inheriting the Intro JS wrapper. You need to inherit the Hopscotch one Then you can start using the Tour API. Tour tour = new Tour("myTour"); Hope that helps, Cheers, Alain On 4 April 2015 at 11:36, marian lux wrote:

Re: gwt-tour not working

2015-04-04 Thread marian lux
Thank you but could you explain the exact steps to get it working? in my pom.xml I added now com.ahome-it gwt-tour 2.0.0-SNAPSHOT in my *.gwt.xml I added After adding the line Tour tour = new Tour("myTour"); I get the error on console in super dev mode

Re: New library to integrate any CSS framework with GWT

2015-04-04 Thread Arnaud TOURNIER
Hi Ed, This project is indeed used in one big application in production (100k+ loc on the client side). I use it mainly to maintain 3 different themes for the application (testing env, preproduction and production). This allows my users to visually know which platform they are using. Because it w