Posted by: Naveen Kapoor on: July 29, 2009
AJAX with Servlet : Example => http://roopakneevan.wordpress.com/2009/07/29/ajax-with-servlets-example/ Above link is an example for the below code[In the above example I have put the code screen shots]. JSP Code : FirstExample.jsp <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”><HTML > <HEAD> <script type=”text/javascript” src=”javascript/myJSfunc.js”> </script> <TITLE>Your First Step to AJAX</TITLE> </HEAD> <BODY> [...]
Posted by: Naveen Kapoor on: July 29, 2009
I am going thru Head Rush Ajax and i found it quite interesting. I am following with the exampleas as well. All the examples in this book are based on PHP’s and I have never worked with PHP so initially it was difficult for me to start with but the I started with PHP and [...]
Posted by: Naveen Kapoor on: January 13, 2009
WID : WebSphere Integration Developer(WID) is a business integration product from IBM. It enables user to create business processes that integrate applications and data. Business Process : A business process is a defined set of business activities that represent the steps required to achieve a business objective. A business process consists of two main parts: [...]
Posted by: Naveen Kapoor on: December 26, 2008
Java Server Faces is a Java framework for building user interfaces for Web applications. It simplifies the development of the user interface, which is one of the more difficult parts of Web development. JSF technology offers a basic set of standard, reusable UI components which allows developers to quickly and easily build User Interface for [...]