This is a discussion on Why should we go for interservlet communication in J2EE? within the Java Programming forums, part of the Software Development category; Why should we go for interservlet communication in J2EE?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Servlets running together in the same server communicate with each other in several ways. The three major reasons to use interservlet communication are: a) Direct servlet manipulation - allows gaining access to the other currently loaded servlets and performing certain tasks (through the ServletContext object) b) Servlet reuse - allows the servlet to reuse the public methods of another servlet. c) Servlet collaboration - requires to communicate with each other by sharing specific information (through method invocation) |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use hibernate in Struts J2ee application? | kingmaker | Java Programming | 3 | 04-12-2008 04:16 AM |
| Java/J2EE interview Questions | Venkat | Interview Questions & Answers and Tips | 40 | 04-06-2008 09:42 PM |
| Windows Communication Foundation | prasannavigneshr | Technology BUZZzzzzz | 34 | 08-31-2007 06:23 AM |
| .Net Vs J2EE which is best for Web Application in all aspects | Venkat | ASP and ASP.NET Programming | 13 | 08-22-2007 05:10 AM |
| Add and configure Application server in Eclipse (Plugin:Myeclipse) J2EE Editor | kingmaker | Java Programming | 0 | 07-15-2007 11:54 PM |