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
Post a Comment