Frage

What are the best practices of creating war files (using eclipse) to run on jBoss? tutorials, links, examples are highly appreciated.

War es hilfreich?

Lösung

just go through the links link1link2

Andere Tipps

Use maven as the build tool (in eclipse). Maven is the de facto standard for java builds. It may be a bit difficult in the beginning, but easy tasks (like building a war file) can be done easily.

An answer of how to do it e.g. here: How can I build WAR with Maven in Eclipse?

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top