|
Title :
Getting Response through GWT using Http Protocol
Author :
LakshmisriLV
Date : Mon Mar 21st, 2011
This article deals with getting the response from the server side using Google Web ToolKit Framework and Ajax. Google Web ToolKit is one of the Ajax frameworks which is mainly aimed at Java Developers.The main advantage of GWT is that it comes with a compiler which will translate the Java code written by the developers to highly optimized , browser independent Java Script, thereby eliminating the need of front-end developers to know Java.
Title :
Asynchronous File Upload using Ajax, jQuery Progress Bar and Java
Author :
LakshmisriLV
Date : Sun Mar 20th, 2011
In this tutorial you will learn about Asynchronous File Upload using Ajax, jQuery Progress Bar and Java
The image below shows a screenshot of the file upload that we are going to learn in this tutorial.
Title :
Internationalisation(i18n) in GWT Application
Author :
BinduPriya
Date : Mon Jan 31st, 2011
Internationalization is the technique of designing the application to be attuned with different regions or countries where the application needs to be run. Internationalization requires separation of the usage data to be internationalized into properties file. In the Java programming language, internationalization is usually implemented by means of Resource Bundles i.e., a .properties file for each locale that needs to be supported. GWT also uses the same mechanism of implementing internationalization using Resource Bundles.
Title :
Using YUI to attach JavaScript event listeners
Author :
PacktPub
Date : Sat Jan 29th, 2011
Welcome to Yahoo User Interface 2.x Cookbook. The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML, and AJAX. Although you can create stylish Internet applications by modifying its default components, even advanced users find it challenging to create impressive feature-rich Internet applications using YUI.
This book will help you learn how to use YUI 2.x to build richer, more interactive web applications that impress clients and wow your friends. It starts by explaining the core features of YUI 2.x, the utilities that the rest of the library depends on and that will make your life easier. It then explains how to build UI components and make AJAX requests using the YUI framework. Each recipe will cover the most common ways to use a component and how to configure it, and then explain any other features that may be available. We wrap things up by looking at some of the recent beta components and explain how to use them, and how they may be useful on your web application.
Title :
Introduction to Comet and Reverse AJAX
Author :
SureeshJoseph
Date : Mon Sep 27th, 2010
Comet is capable of solving this issue by enabling the web servers to asynchronously push the data to clients through a single, previously opened connection. This approach was unheard previously with web applications. The Comet style applications can send the latest data from the server to client with negligible latency.
Title :
AJAX and PHP
Author :
PacktPub
Date : Mon Jun 7th, 2010
AJAX is a complex phenomenon that means different things to different people. Computer users appreciate that their favorite websites are now friendlier and feel more responsive. Web developers learn new skills that empower them to create sleek web applications with little effort. Indeed, everything sounds good about AJAX!
Title :
CF AJAX Programming
Author :
PacktPub
Date : Mon Nov 23rd, 2009
This chapter deals with AJAX programming in ColdFusion. ColdFusion acts a great platform not just because of its code features, but because of its characteristics as to how the code interacts with other features. ColdFusion is a language with depth and power. Yet, as we developers know, it seems real power always requires a bit of custom code. In this chapter, we will have a look at the following topics:
Title :
JBoss Portal Server Development [ Book ]
Author :
PacktPub
Date : Tue Feb 17th, 2009
Enterprises need more than just basic services; they need value-creating entities, which are crucial for running a successful business. Portals offer tremendous value to enterprises, and JBoss Portal Server is a popular, feature-rich open-source server that provides a standards-compliant platform to host functionality that serves the diverse portal needs of an enterprise. Its primary strength lies in its ability to provide robust support for custom implementation of functionality using the JSR-168 portlet API.
Title :
Yahoo! User Interface library(YUI)
Author :
PacktPub
Date : Thu Dec 18th, 2008
Learning the Yahoo! User Interface Library introduces the popular open-source YUI JavaScript library and takes the user through each of the fully released components in detail looking at the classes that make up each component and the properties and methods that can be used. It includes a series of practical examples to reinforce how each component should/can be used. Author Dan Wellman takes the reader from beginner to advanced-level YUI usage and understanding.
Title :
DWR Java AJAX Applications
Author :
PacktPub
Date : Sat Dec 13th, 2008
In this chapter, we will get to the actual hands-on work. We will develop samples based on DWR, which show how to dynamically change the common user interface elements such as tables and lists as well as fi eld completion. We also make a dynamic user interface skeleton for our samples that will hold all the samples in this book.
Title :
ZK Developer’s Guide : Online Media Library
Author :
PacktPub
Date : Mon May 5th, 2008
The fi rst chapter shows the theory and deployment of the ZK framework. Now
it's time to do the things that we are here for: implementing applications with ZK.
The next three chapters will show the detailed implementation of a small, but rich
application. It's not really possible to use all components in this application, but the
application at the end of Chapter 4 has many things that you will need in your fi rst
project with the ZK framework.
With the help of this chapter, you should be able to build your own applications
based on the ZK framework. In this chapter, we only build the cornerstone of the
Online Media library, and improve it step by step in the next chapters.
Title :
AJAX - The Complete Reference
Author :
Tata-McGrawHill
Date : Sun Apr 27th, 2008
With the basic concepts out of the way, like any good programming book we now jump right into coding with the ubiquitous “Hello World” example. In this version of the classic example, we will press a button and trigger an asynchronous communication request using an XMLHttpRequest (XHR) object and the Web server will issue an XML response which will be parsed and displayed in the page. The whole process is overviewed in Figure 1-4.
Title :
AJAX - Conversation with an Ajaxian
Author :
Tata-McGrawHill
Date : Thu Apr 10th, 2008
Ajax is a relatively new approach to Web development. Since it is neither a new tool nor a different technology, and neither a new language it requires a different style for you to master it, or to be an Ajaxian. A conversational style has been used to help you understand the nuances of Ajax.
Title :
Google Web ToolKit(GWT)
Author :
Arjunan
Date : Fri Jul 27th, 2007
J2ME (Java 2 Micro Edition) is an advanced technology in Java, developed with the help of Java Community Process Program. J2ME is a reduced version of the Java API and Java Virtual Machine that is designed to operate within the limited resources available in the embedded computers and microcomputers.
Title :
Using JSF and AJAX with Ajaxenabled JSF implementations - Ajax4Jsf
Author :
PranavAggarwal
Date : Mon Jul 16th, 2007
With the advent of internet, there has been constant paradigm change from time and again. There are many scripting web languages which came and showed their impact now and then. But the feature I am going to talk about will give a close look to internet as a close friend. In this article,
|