I have a jar file which takes some input from command line and does processing. I want to make this jar file as a deployable war file (wildly file) How can i do that? Any guide would be appreciated. (I have installed jobs tools in my eclipse,)
And I would like to know the difference between ear file and the war file? Any detail explanation would be appreciated?