I'm searching a server for Raspberry Pi that supports Java EE Spring Framework.
Does anybody have an experience with some RPi servers?
I'm searching a server for Raspberry Pi that supports Java EE Spring Framework. Does anybody have an experience with some RPi servers? |
|||
|
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
You can install Tomcat on Rasberry Pi, instructions here... You can then apply a SpringMVC application in a war without having to do anything specific to the Tomcat server. The Spring framework support will just be in jars wrapped up in the war. |
|||
|