Skip to main content

Emmanuel Hugonnet's Library tagged ajax   View Popular

09 Oct 08

High-performance Ajax with Tomcat Advanced I/O

Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is noticeable in Asynchronous JavaScript + XML (Ajax) applications with long polling mechanisms. It also lets you control system-resource usage on a server under pressure. This article explains how to optimize your server for performance during the handling of both Ajax and regular requests.

www.ibm.com/...index.html - Preview

tomcat ajax performance

Offline Ajax with Apache Derby

People love Ajax applications so much that they are willing to use them instead of their desktop equivalents. The only problem occurs when they fail to have network access. This is when an offline feature is necessary. Apache Derby is a great option for enabling offline access to Ajax-powered applications. Learn how to use Apache Derby as a local data store that can be used to take your Ajax application offline.

www.ibm.com/...os-ad-offline-ajax - Preview

ajax derby ria tutorial

07 Aug 08

A Field Guide to Java Direct Web Remoting (DWR)

In this article, I will discuss the Direct Web Remoting (DWR) technology developed by Joe Walker and maintained by the small IT consultancy Getahead in UK. This technology is a unique way of Ajax-enabling existing Java server-side code by exposing it in JavaScript. This sounds complicated but, in reality, the technology is relatively straightforward. It has some limitations, such as exposing overloaded Java methods or marshaling of very complex Java Objects to JavaScript and will work only in a web application server. But overall, DWR is a very powerful concept that works with any existing Java web application and makes the process of web remoting easier.

www.developer.com/...3675556 - Preview

dwr ajax tutorial

26 Jun 08

AJAX JSF Matrix

JSF AJAX Component Library Feature Matrix

www.jsfmatrix.net/ - Preview

jsf ajax reference framework

30 May 08

Ajax and Java development made simpler, Part 2: Use conventions to minimize setup and configuration

Most Web frameworks try to be as flexible and extensible as possible to accommodate different application needs and development styles. Unfortunately, sometimes this leads to complexity, processing overheads, and large configuration files. This article shows how to use JSP Standard Tag Library (JSTL) and JSP tag files to implement data binding, page navigation, and style conventions, which make both development and maintenance easier. You will learn how to build custom JSP tags with dynamic attributes to facilitate rapid application changes. In addition, the last section of the article contains an example that uses Ajax to submit a Web form

www.ibm.com/...wa-aj-simplejava2.html - Preview

ajax jsp jstl tutorial

13 Mar 08

A Mac OS X-style Dock In JavaScript

One impressive feature is the dock’s ‘fish-eye’ effect, whereby icons expand and contract as the mouse moves over them. Achieving this effect in JavaScript is difficult, but the MacStyleDock function allows this feature to be implemented easily

www.safalra.com/...mac-style-dock - Preview

ajax css javascript web

09 Mar 08

35 (Really) Incredible Free Icon Sets | Graphics | Smashing Magazine

Below we present 35 incredible free icon sets which you can use for your web designs or your desktop to spice up your posts with some nice illustrations or enrich your desktop with outstanding dock icons.

www.smashingmagazine.com/...ally-incredible-free-icon-sets - Preview

icons web css html ajax tips tutorial

29 Feb 08

Enterprise Java Community: ICEFaces and Spring 2.5 in Java EE

ICEFaces is a JSF component library that adds a unique approach to AJAX: it renders a DOM (Document Object Model) on the serverside, and delivers changes to that DOM to a client via AJAX push.

www.theserverside.com/...knowledgecenter-is.tss - Preview

jsf spring introduction j2ee ajax

13 Dec 07

How to make Displaytag ajax enabled using DWR?

Displaytag doesn't offer Ajax out-of-the-box but we can of course try to add support for this using one of the many Ajax frameworks that are currently available.

blog.xebia.com/...playtag-ajax-enabled-using-dwr - Preview

ajax dwr spring tutorial

26 Nov 07

Jean-Francois Arcand's Blog: Grizzly attacks! DWR's Reverse Ajax to support The Comet Implementation!

Since day one of Grizzly Comet, I'm getting requests on how to use DWR's Reverse Ajax with the monster. Well, I did my lesson and looked at the DWR's code and submitted a patch. Most probably the next official release will contains Grizzly Comet support!

weblogs.java.net/...grizzly_attack.html - Preview

j2ee dwr comet ajax

23 Nov 07

Make Ajax development easier with AjaxTags.

Integrate Ajax functionality into your JSPs for a smoother Web experience. This article takes a look at AjaxTags, a Java™/JavaScript Library that lets you easily integrate Ajax functionality into your JSP pages.

www.ibm.com/...index.html - Preview

ajax tutorial taglib jsp

04 Sep 07

Develop an Ajax-based file upload portlet using DWR

This article describes how to develop an Ajax-based file upload portlet using DWR. You will learn how you can use DWR to retrieve file upload progress from the portal server.

www.ibm.com/...index.html - Preview

ajax dwr portal tutorial

Flex Fun - Advanced DataGrid Topics

This tutorial is going to build on an earlier tutorial about the Flex DataGrid component. It's going to show how to use xml with a datagrid, how to use item renderers and label functions, and how to style and skin parts of the datagrid and scrollbar.

blog.paranoidferret.com/...x-fun-advanced-datagrid-topics - Preview

flash ajax example tutorial

09 Aug 07

How to Integrate ZK with Seam

JBoss Seam is a framework with it is binding the presentation layout with JSF and Ajax4jsf.
In this article, we will show you a "SayHello" example by Seam first, and then we will show you two examples which base "SayHello" but use ZK to replace JSF.

www.zkoss.org/...zkseam.dsp - Preview

zk seam jsf ajax tutorial

ZK - #1 Ajax project on SourceForge.net

ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with little programming. With event-driven components and a markup language, developing is as simple as programming desktops and authoring HTML.

www.zkoss.org - Preview

ajax framework zk opensource j2ee

25 Jul 07

Ajax for Java developers: Write scalable Comet applications with Jetty and Direct Web Remoting

Ajax applications driven by asynchronous server-side events can be tricky to implement and difficult to scale. The Comet pattern allows you to push data to clients, and Jetty 6's Continuations API lets your application scale to a large number of clients.

www.ibm.com/...index.html - Preview

ajax dwr comet jetty tutorial

05 Feb 07

Inherent AJAX Security with Java and JSF

Developing enterprise AJAX applications can raise security concerns. By applying server-centric approaches that leverage the inherent security of Java and JavaServer Faces, you can deliver AJAX-enriched presentation to the client, but restrict the client'

www.devx.com/...33533 - Preview

ajax jsf security tutorial

11 Jan 07

Four Takes on Adding Ajax to a J2EE App

Sun Developer Network recently published a series of 4 articles, each article highlighting a different approach to adding Ajax functionality to an existing J2EE application. They present step-by-step instructions on how to implement each of the techniques

www.artima.com/...flat.jsp - Preview

ajax j2ee jsf tutorial

27 Nov 06

Hands-On Java EE

Hands-On Java EE 5 articles describe how to develop advanced web applications with Java Platform, Enterprise Edition 5 (Java EE 5) and open source tools and technologies.

java.sun.com/...index.html - Preview

j2ee jpa ajax ejb3 development tutorial

30 Oct 06

Integrating Maps into Your Java Web Application with Google Maps and Ajax

In this article, we will discuss how you can easily implement dynamic interactive maps on your Java web application, using the Google Maps API for the web interface, and Ajax to provide real-time interaction with the server.

today.java.net/...maps-into-web-application.html - Preview

gwt tutorial web example ajax

1 - 20 of 74 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo