Techs used for develop MyController
-
Hi! I want to ask what technologies are used to develop mycontroller. I don't know java ee too much... so, there are frameworks like spring or what else ?
And... for the front side, angular or ...?thanks,
Luca
-
@lucacalcaterra MyController uses,
- Plain Java
- REST API - backend
- AngularJS with patternfly.org - front end
- ORMLite
- TJWS web server
- You can see other libraries on this POM file
-
Oh thanks!
If i can ask , you are a good java developer.... what do you think of Spring framework compared to these tools you used ? Thanks!
Luca -
@lucacalcaterra When starting initial development, Considered system resources in mind, hence plan to go with simple/lightweight technology. Run it on Raspberry PI.
-
@jkandasa said in Techs used for develop MyController:
@lucacalcaterra When starting initial development, Considered system resources in mind, hence plan to go with simple/lightweight technology. Run it on Raspberry PI.
Ok but speaking in general... what do you think about spring framework (not considering hardware resource) ?
-
@lucacalcaterra I do not know about spring framework. I never worked with it. MyController GUI not controller by JAVA. works via REST API.