Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 860 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 860 Bytes

IDE-Friendly Spring loaded based RAD support for Alfresco

Run this project with:

  1. Clone this repo
  2. Download spring loaded from http://search.maven.org/remotecontent?filepath=org/springframework/springloaded/1.2.0.RELEASE/springloaded-1.2.0.RELEASE.jar
  3. MAVEN_OPTS="-Xms1024m -Xmx2048m -XX:PermSize=1024m -javaagent:/path/to/your/springloaded/jar/springloaded-1.2.0.RELEASE.jar -noverify" mvn clean install -Pspring-loaded
  4. Import in Eclipse Luna for JEE Devs
  5. Change Java code (or create new classes), webscripts (FTL, Java, Javascript - requires Webscript reload), static resources, jsp, etc
  6. Reload your browser!
  7. Profit :)

No webapp reload!

Limitations:

Currently doesn't reload:

  • Spring configuration files / beans hierarchies (requires restart)
  • Webscript Javascripts (requires caching disabling, manual call to webscript reload)