« Return to Thread: Pack dwr web-module to jar

Re: Pack dwr web-module to jar

by Niklasr :: Rate this Message:

Reply to Author | View in Thread

On Tue, Jun 30, 2009 at 2:59 PM, Timofiychuk Sergey <tima.sergej@...> wrote:
Hello. I want to create some web-module and pack java classes and
dwr.xml to the jar. Is it possible? If yes - how can I include dwr.xml
(from jar) to the web.xml. Thanks in advance.

--
Sergey Timofiychuk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

Yes, dwr.xml in WEB-INF directory. jar, zip, war and ear are same format (zip) named different to imply specific matter of use. dwr.xml in WEB-INF registers and servlet namings in web.xml Apache Maven is good "automatic" module manager to keep compatible between many IDEs but Maven hasn't latest versions. dwr.xml in standard directory WEB-INF worked here, and easiest put everything in one web archive or .ear, and carefully following the author's example instruction. You may also inspect my project at montao.googlecode.com or live dwr applied montao.com.br/li and with my best wishes I hope the little information gets projects forward.
Niklas Rosencrantz


 « Return to Thread: Pack dwr web-module to jar