What is the best practice for using JBoss tools to develop ee6 apps that are tested both locally and against the OpenShift express environment?
What I have done so far is to create the local project which I test against a local as7 web profile, and then export the war to the express git repository deployments directory where I can push the binary up to the express environment.