ltearno / angular2-gwt

Integrating Angular 2 and GWT 2.8
60 stars 10 forks source link

Install guide. #1

Open roski opened 8 years ago

roski commented 8 years ago

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 .

ltearno commented 8 years ago

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 !

roski commented 8 years ago

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.

ltearno commented 7 years ago

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

roski commented 7 years ago

Thank's you