Jar « J2EE « JSP-Servlet Q&A





1. jars for mass email sending    stackoverflow.com

in my webapplications whihc runs on tomcat on widows i want to send email to many different people for example whenever a new tutials is uploaded on my site an email shold ...

2. Where is WebLogic Jar containing javax.servlet in 10.3?    stackoverflow.com

I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, so which one contains javax.servlet?

3. how to configure apache tiles to read jsps from inside jar files?    stackoverflow.com

The architecture of my web application is highly modular. I am using apache tiles as the templating framework. The app modules are bundled as different jar files and put inside WEB-INF/lib ...

4. Reading *.WAR files    stackoverflow.com

I'm working on a project involving servlets. Using JD Java Decompiler for Eclipse I can decompile and read through all the class files making up jars in Reference libraries. Is it ...

5. Difference between a WAR and a JAR file    coderanch.com

the extension is the only real difference on a 'file' level, as a WAR file can be made using the jar tool. A jar file is simply a way to 'zip up' and compress a whole bunch of class files. They fit into the directories that reflect their packages, etc, etc... A WAR file is used to compress a web application. ...

6. diff.between jar,war and zip file    coderanch.com

7. how to run my jar file on webserver    coderanch.com

hello everybody, I've created a chat software which consists of a client-side and server-side. The client-side is an applet and is working fine. But i'm getting problem with the server-side. Actually, it is working fine on my local system and even in a local area network. But now, i want to put the server-side on a webserver. So, i want to ...