Domanda

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

È stato utile?

Soluzione

just go through the links link1link2

Altri suggerimenti

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?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top