Pregunta

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

¿Fue útil?

Solución

just go through the links link1link2

Otros consejos

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?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top