Deploy your ADF Mobile App to a virtual Android device from JDeveloper IDE
Posted by Torsten Kleiber
on September 20, 2013
Tags:
Oracle
JDeveloper
ADF-Mobile
Android
External-Tools
If you tired from the android emulator speed you may have read Chris Muir’s article ADF Mobile: Avoiding the Android Emulator with AndroVM.
In the meantime the successor AndroVM is GENYMOTION.
Let’s integrate this instead now!
Write ADF static code analysis rules with PMD and running these in JDeveloper
Posted by Torsten Kleiber
on July 02, 2013
Tags:
Oracle
JDeveloper
ADF
PMD
External-Tools
Static-Code-Analysis
Do you know, that PMD can analyse XML files since version 5? Many of ADF files are XML configuration files - wouldn’t it be a good idea to create some static code analysis rules for ADF too?
PMD Integration with JDeveloper through Ant External Tools
Posted by Torsten Kleiber
on June 26, 2013
Tags:
Oracle
JDeveloper
PMD
External-Tools
Static-Code-Analysis
After little code change in pmd the integration like described in some blogs from Shay Shmeltzer is now possible.