Liferay + IntelliJ IDEA - Setup, Tips & Tricks
When: 17 February 2015 @ 1000 EST / 1500 GMT / 1600 CET
Led by: Krzysztof Gołębiowski
Liferay has many options when it comes to your preferred developer environment and toolchain. One popular toolchain centers on IntelliJ IDEA, a Java-based IDE that can be used to develop for Liferay. In this session, join Krzysztof Gołębiowski, a leader and 2014 Contributor of the Year in the Liferay community, as he shares his setup, tips and tricks using a super fast and efficient toolchain for Liferay development in real world scenarios.
Pre-Session Setup and Needed MaterialsTo set up and test this toolchain, you'll need to download the components:
- Liferay Portal 6.2 - just have it up and running on your local machine
- IntelliJ IDEA 14 - install it too
- Maven - Maven integration is shipped with IntelliJ IDEA, and you do not need to perform any additional actions to install it. You can start using it straight away for importing Maven projects and working with them. However, for running Maven goals, you have to install Maven on your computer.
- JRebel - A non-free tool (with a 14-day trial) allowing you to instantly update running bytecode in the JVM - allowing you to quickly re-deploy changed code to Liferay.
- Emil Öberg's super-fast script for reloading themes
- SourceTree - a GUI git client for Mac/Windows