Question

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

Was it helpful?

Solution

just go through the links link1link2

OTHER TIPS

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top