radcortez / javaee7-angular

Java EE 7 with Angular
https://codenvy.com/f?id=ybnr6nsyrimeoyhg
MIT License
235 stars 196 forks source link

javaee7-angular2 branch #13

Open AdrianKrebs opened 8 years ago

AdrianKrebs commented 8 years ago

How about a Angular2/Typescript branch? I am willing to open it and contribute :)

radcortez commented 8 years ago

Hi @AdrianKrebs,

That is something that I definitely want to do, but time is the problem as always :)

Do you want to jump start it? :)

AdrianKrebs commented 8 years ago

Hi @radcortez I'd love to start it! :) could you create the branch? or should we start a whole new repo?

radcortez commented 8 years ago

hey @AdrianKrebs

Just added the branch feature/angular2. Fork it and feel free to PR :)

Thank you!

AdrianKrebs commented 8 years ago

hey @radcortez I made good progress in rebuilding your angular1 app with angular2/typescript :) However i'm struggling with packing the frontend correctly into the war. Could I just run the frontend with a separate webserver? (would also provide hot module replacement)

Start-up routine would be: mvn wildfly:deploy --> backend npm start --> frontend

radcortez commented 7 years ago

Hi @AdrianKrebs

Sorry for this late response.

Sure. Just make sure to document that piece. I would also like to provide a Docker image, so we need to figure that out.

By the way, what exactly is the problem?