I want to setup a simple Java EE 7 application in eclipse that gets built with gradle. My current tool stack is:
- Eclipse JEE 4.5 with Buildship
- Gradle 2.5
- Websphere Liberty Profile
Using Maven and Wildfly before, I did basically following steps:
- mvn archetype:generate -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=javaee7-essentials-archetype -DarchetypeVersion=1.2
- Create index.xhtml (facelet) in src/main/webapp
- Add faces-config.xml to src/main/webapp/WEB-INF
- In eclipse: Configure application server (wildfly)
- In eclipse: Import existing Maven project into workspace
- In eclipse: Deploy new application to server
How can I do the same using gradle?
Aucun commentaire:
Enregistrer un commentaire