General questions about JHipster -
sorry if not place ask these questions. want know if...
- can jhipster go large scale applications?
- is possible minimize generation of codes ui part?
- can extend restcontroller class has been generated to. (like custom model class in base64 string write in file)
sorry again asking, i'm building startup business , want know if these possible. can't on excited on jhipster , i'm literally crossing fingers now!
thanks guys!
three questions in one, in fact!
- it depends of call "large scale". have users several hundreds of tables, that's qualify "large". other people use "micro service" approach, several jhipster apps working together, , that's i'd recommend. our gatling tests (as feedback users) show able sustain large amount of http requests, compared "competing" stacks such jboss or play! (but both of them don't have default settings oriented towards production, our "prod" profile - example don't have 2nd level cache enabled default - that's normal more performant out-of-the-box)
- if don't ui part can remove it, in case recommend not using jhipster -> whole idea, otherwise use bona fide spring boot, or dropwizard
- it's generator, yes can extend or modify generated
Comments
Post a Comment