different b/t war,ear,jar files?
Answer / krishna
JAR files (Java ARchive) allows aggregating many files into
one, it is usually used to hold Java classes in a library.
i.e. Math.jar
WAR files (Web Application aRchive) stores XML, java classes,
and JavaServer pages for Web Application purposes.
EAR files (Enterprise ARchive) combines JAR and WAR files to
make a combined archive for Enterprise Applications.
| Is This Answer Correct ? | 9 Yes | 0 No |
IS is thread or process ?
Hi I am using Wenmethods 7.1 since many years. I am on Webmethods project. Today my Boss asked me about CLSRIM (Webmethods service, when one server is down, automatically another will take over. Can you please throw some light on above ? OR from where can I get some help ? IT IS URGENT...... Komalika
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
What are the advantages of eai?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
What Is an Element?
how can you find file name in file-pooling concept?
can any one please post Q and Ans for Trading Networks in webMethods
What is the difference between a system locked element and a read-only element?
What Is a Shutdown Service?
scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?