Author Archives: Eswar

How to Develop Game Application using Java Swing

This aricle describe the deatails about How to develop gaming application using Java Swing code. Developing a Game application using Java Swing is really possible one. When you develop some games using C language it is some what difficult also we should be good in some graphics r Read More..

RequestDispatcher in Servlet with Example

The RequestDispatcher object is used to send a client request to any resource  on the server Such a resource may be dynamic (e.g. a Servlet or a JSP file) or static (e.g. a HTML document) To send a request from resource x  to resource y,  we need to create RequestDispatcher Read More..

Online Project Management Project Concept

Create a complete, web-based enterprise project management application that helps organizations plan, execute and deliver on their entire portfolio of projects. A. Project participants B. Project Coordinators/Visitors C. Company/Others Functionality: 1. It must include a homepage Read More..

Session Tracking Mechanism in Java

HTTP is a stateless protocol – All by itself, a request will not tell the server which client is making the request. When it gets a page request, it has no memory of any  previous requests from the same client. This treats as different user. In some cases, a Servlet may Read More..