angular2-gwt icon indicating copy to clipboard operation
angular2-gwt copied to clipboard

Install guide.

Open roski opened this issue 9 years ago • 4 comments

Hi. Can you write a detailed install guide? For people like me, who can write only in Java Script and don't have a big experience in GWT. I tried to setup the project, using maven, but i have a problem with maven dependency .

roski avatar Sep 05 '16 07:09 roski

I have made an error in the archetype version 1.3. You need to edit the pom.xml file, search for the dependency to angular2-gwt:1.2-SNAPSHOT and chage it to released version 1.2.

In the next few days i will publish the 1.4 version which will be in phase with angular 2 rc 6.

Just by curiosity, why do you want to use this tool if you know already Javascript ?

Thanks !

ltearno avatar Sep 09 '16 07:09 ltearno

Thank's for answer. Because i work on project that is build on GWT. And i'm UI developer on it. When i come i need only change some design and optimise ux. But now i want to find a best way to optimise front end development process . Project is banking system. And we can't say to owner: "we want stop all development and we will start rewrite it :) " That's why i try to find best way how do this gradually. Without harming of normal development process.

roski avatar Sep 09 '16 08:09 roski

Hi the install guide is here : http://lteconsulting.fr/angular2boot/ It should get you started. And a new thing that may interest you : there is now the possibility to integrate legacy GWT Widgets in an Angular 2 Boot application, and you can even do the other way around : putting angular components written in java inside an existing GWT application. A documentation for that is available here : http://lteconsulting.fr/angular2boot/gwt-widgets-integration/ Thanks

ltearno avatar Nov 14 '16 18:11 ltearno

Thank's you

roski avatar Dec 07 '16 13:12 roski