Struts Validator Framework Struts Framework provides the functionality to validate the form data. It can be use to validate the data on the users browser as well as on the server side. Struts Framework emits the java scripts and it can …
Read more »
Struts is an open source framework used for developing J2EE web applications using Model View Controller (MVC) design pattern. It uses and extends the Java Servlet API to encourage developers to adopt an MVC architecture. Struts framework provides three key …
Read more »
Action Form Configuration For mapping a request URL to a particular Action class, the ActionServlet class is to be provided with suitable information using ActionMapping interface. Struts provides a declarative way in the form of XML configuration file to pass …
Read more »
“Tiles” tutorial will cover the basics and advanced features of Tiles framework. And it explains how to integrate with struts and build effective reusable view components for your web application Pre-requisite Anyone who has good knowledge on JSP, Servlets, Struts …
Read more »
Struts beginners Setting up first demo application The tutorials in these website are intend to deploy using Tomcat webserver. Download the Tomcat webserver from http://tomcat.apache.org. Once its downloaded extract or install the tomcat server in desired directory of yours. Download latest …
Read more »
Code libraries and loots for the development of your Ajax based applications. These days Ajax has been used for the development of responsive web application making it more user friendly. You can make your application’s interface like gmail interface. Chickenfoot …
Read more »
In this section we will create a simple Ajax Application for displaying the current date and time. Date and time information are retrieved asynchronously from the server side php script. Our HTML page calls serverside php script to retrieve the …
Read more »
Direct Web Remoting tutorials
Read more »
Welcome to Sajax! Commercial consulting and support now available. Get support from the people who made Ajax easy for the masses. If your staff needs a helping hand with your Ajax project, we now offer commercial support and consulting. Email …
Read more »
Introduction to Cross-Domain Ajax What’s this all about? First, lets talk about the problem for a bit. It goes by the name same origin policy, and this explanation from mozilla.org is typical: The same origin policy prevents document or script loaded …
Read more »
Is Adaptive Path selling Ajax components or trademarking the name? Where can I download it? Ajax isn’t something you can download. It’s an approach — a way of thinking about the architecture of web applications using certain technologies. Neither the …
Read more »
Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With …
Read more »
Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest() object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including XML, HTML, …
Read more »
J2EE Interview Questions What are the contents of web module? A web module may contain: a) JSP files b) Java classes c) gif and html files and d) web component deployment descriptors Differentiate between .ear, .jar and .war files. These …
Read more »
In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template …
Read more »
Java Platform, Enterprise Edition or Java EE (formerly known as Java 2 Platform, Enterprise Edition or J2EE up to version 1.5), is a programming platform�part of the Java Platform�for developing and running distributed multitier architecture Java applications, based largely on …
Read more »
How to start with Java If you ask me how to start with java, I would say there are many ways- Some start by writing a simple java application, or go with creating applets, some go about learning servlets. Others …
Read more »
Java is always an interesting language to learn and work on as compared with nay other programming languages. The enablers to the mentioned are that java is fast and is very interactive language. By programming to the Java Platform, you …
Read more »