spring mvc - implementing a database browser elm-lang -


i learning use elm building ui. need add new functionality in our existing application uses extjs , spring mvc. first of all, relatively easy task add elm based ui extjs based ui ? possible use spring mvc backend ? there sample applications use spring mvc , elm. have not found any. tips on how go introducing elm existing extjs , spring mvc application.

first of all, relatively easy task add elm based ui extjs based ui ?

it should easy. elm can embedded within div. please take @ interop guide.

is possible use spring mvc backend ?

the easiest way implement json rest-full api spring , consume api elm app. elm architecture tutorial example 5 shows how consume json api. (it uses api provides random cat gif)

any tips on how go introducing elm existing extjs , spring mvc application.

isolate section become responsibility of elm sub-app. implement views , actions of section in elm using elm architecture tutorial.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -