سؤال

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

هل كانت مفيدة؟

المحلول

just go through the links link1link2

نصائح أخرى

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?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top