Deploy Spring/Flex project to remote Linux/Tomcat server ?
Hi,
I am going to be deploying my Spring/Flex project to a Tomcat instance on a remote Linux server.
I've installed Eclipse with the idea of using hibernate to generate my database and also be able to
make bug fixes to the java code directly, then resync with my dev code by pushing the changes to git.
However, since there is no Flash Builder for Linux, do I need to only import the Eclipse server project,
or is there some way to also import the Flex project and have it compile ?
This is just for testing.
What is the standard approach for supporting the app in prod ? Do I ship WAR files ? If so, is there a succinct
explanation of how to do that ?
Thanks !!!