+1 for merge admin and monitor to one +0.5 for use bootstrap+Vue.js. I wouldn't choose to implement it with a SPA/JavaScript framework. Don't get me wrong, this kind of technology is great if have to integrate with a third-part service or if you want to sell your software as a service, but in this case (imho) it doesn't make much sense. Choosing a JavaScript/REST architecture means working double on server side since you have to implement both your business logic and the REST APIs to expose it. It also means that you have to adopt a token-based authentication mechanism which is usually far more complex than a session-based one. So I wouldn't move away from a Java web framework.
Just my 2 cents. On Thu, Jul 5, 2018 at 8:44 AM, Yang Tao <[email protected]> wrote: > +1 +1 > > Yong Zhu <[email protected]> 于2018年7月5日周四 上午11:05写道: > > > +1 for merge admin and monitor to one > > +1 for use bootstrap+Vue.js > > > > On Thu, Jul 5, 2018 at 11:00 AM Minxuan Zhuang <[email protected]> > > wrote: > > > > > Hi,Community: > > > > > > Previously, I changed Dubbo ops back end framework from webx into > spring > > > boots. Now I have some suggestions about what to do next: > > > > > > Two ultimate goals: > > > 1. Make Dubbo admin and Dubbo ops to be a project > > > 2. change the front end frame to the popular bootstrap+Vue.js > > > The new version of Dubbo ops contains all functions in the current > > version, > > > including service research, weight adjustment, and information check in > > > monitor. > > > Do you have any other suggestions ? please feel free to reply this. > > > > > > -- Andrea Del Bene. Apache Wicket committer.
