java - Customzing the Vaadin CRM Sample for Bluemix -
now weird, @ least horrible documented. want use vaadin boilerplate app on bluemix customize later on local environment (wlp). steps did far:
- created app on bluemix
- downloaded app starter vaadin, build mvn , deployed it. crm app running instead of satic page bluemix created earlier (source: https://hub.jazz.net/project/vaadin/vaadin-jpa-app/overview)
- created git repo , downloaded it
- imported in eclipse
in git nothing there, libs missing (dep-jar) , source folder missing. did miss? documentation says nothing how it. wonder, how app deployed on bluemix then...
the default git repository when click add git button third party boilerplate contain static liberty web application code structure - not vaadin application. need override contents code in https://hub.jazz.net/project/vaadin/vaadin-jpa-app/overview
there simpler solution. click on 'deploy bluemix' button in above link. create own git repo right contents, create pipeline build using maven , deploy final application bluemix database service.
Comments
Post a Comment