AJAX Made Easy - Learn AJAX

AJAX Categories

 

Latest AJAX Articles

 AJAX Home Java

  
46 Articles.    Next Page   

Published on Mon, 26 May 2008 05:32:09 -0400    Read: 437 times
The term Ajax was presented to the publicnbsp;during 2005 when Jesse James Garrett released a report which referred to the technique that was used by Google to build Google Maps. But before the term was actually coined, there are developers around the world who are already working in this type of technique which, until today, is referred to as ... Read Article
Filed in: Java


Published on Thu, 10 Apr 2008 06:40:14 -0400    Read: 412 times
RAD (Rapid Application Development) is probably the most popular type of SDLC model today. With this development model, developers are able to build an application really fast. Basically RAD lets the developers constantly build an application by stages while consulting to the potential users. With that technique, developers does not only cuts the ... Read Article
Filed in: Java


Published on Sat, 05 Apr 2008 03:27:54 -0400    Read: 1387 times
In previous blogs, we talked about JSP (JavaServer Pages) as tags that could be easily integrated with Ajax. As JSP has the capacity to process XML, this lightweight function could easily be associated with a Java-enabled framework. This technique will help developers easily build an Ajax based application using their knowledge in Java and not ... Read Article
Filed in: Java


Published on Fri, 04 Apr 2008 06:31:00 -0400    Read: 884 times
JavaServer Pages or JSP is one of the small things Java has developed to aid the developers in building faster and better Java based applications. JavaServer Pages has the ability to built HTML documents every time they are requested by user or when triggered by the application. Through JSP, developers will have the ability to build a webpage ... Read Article
Filed in: Java


Published on Sat, 29 Mar 2008 03:16:58 -0400    Read: 699 times
Java based frameworks for Ajax development are everywhere. Each of them provides a slightly different technique catering to the skills of some Java developers. But if you have tried developing an application or creating a website using Google Web Toolkit or GWT, the gist of the idea is basically there. After all, GWT is practically the leader in ... Read Article
Filed in: Java


Published on Tue, 18 Mar 2008 07:16:02 -0400    Read: 1278 times
Java developers are now more comfortable in developing Ajax based application. Even without writing a single line of JavaScript, an Ajax based application is possible with Java developer. Although it requires advanced knowledge of Java technology to enable Java in Ajax, the fact that Java is possible opens doors to the developers who has ... Read Article
Filed in: Java


Published on Tue, 30 Jan 2007 17:02:36 -0500    Read: 6677 times
Developers were the first to notice this. In fact, the developer community was jazzed about the technical approach that Google used. In February 2005, AdapativePath's Jesse James Garrett coined the phrase "AJAX" as "Asynchronous JavaScript + XML" to describe this approach1. In particular, he pointed out the usage of "XMLHttpRequest" object ...   Read Article.
Filed in: Java


Published on Tue, 30 Jan 2007 16:41:59 -0500    Read: 3578 times
If you're doing Java™ Web development using Asynchronous JavaScript and XML (Ajax), then delivering data from the server to the client is probably your top concern. In this second article in the Ajax for Java developers series, Philip McCarthy walks you through five approaches to Java object serialization and gives you all the ...   Read Article.
Filed in: Java


Published on Tue, 30 Jan 2007 16:39:46 -0500    Read: 3186 times
Exciting as it is, adding Ajax functionality to your applications can mean a lot of hard work. In this third article in the Ajax for Java™ developers series, Philip McCarthy shows you how to use Direct Web Remoting (DWR) to expose JavaBeans methods directly to your JavaScript code and automate the heavy-lifting of ...   Read Article.
Filed in: Java


Published on Thu, 16 Nov 2006 21:15:50 -0500    Read: 407 times
AJAX represents a generic application model that would enable more interactive, more responsive, and smarter Web applications. AJAX is not tied to a particular programming language, data format, or network object and is defined by two core attributes: partial screen update and asynchronous communication. There are three approaches to build and ...   Read Article.
Filed in: Java


Published on Mon, 30 Oct 2006 01:33:55 -0500    Read: 6244 times
AJAX with J2EE Anyone who has used Flickr, GMail, Google Suggest, or Google Maps will realize that a new breed of dynamic web applications is emerging. These applications look and act very similar to traditional desktop applications without relying on plug-ins or browser-specific features. Web applications have traditionally been a set of HTML ...   Read Article.
Filed in: Java


Published on Mon, 11 Sep 2006 23:20:58 -0400    Read: 3230 times
This tutorial guides you through the development of a small human-resources application, first using conventional JavaServer Pages (JSP) based technology, and then migrating it to a highly interactive solution using ...   Read Article.
Filed in: Java


Published on Wed, 23 Aug 2006 21:59:16 -0400    Read: 2957 times
If your project calls for AJAX or DOM scripting and you need it done quickly, with minimal fuss, and you believe in keeping things simple, then jQuery might be perfect for ...   Read Article.
Filed in: Java


Published on Sat, 19 Aug 2006 22:13:22 -0400    Read: 3099 times
jMaki is all about enabling Java developers to use JavaScript in their Java based applications as either a JSP tag library or a JSF component.jMaki uses the best parts of Java and the best parts of JavaScript to deliver a rich AJAX style widgets. jMaki currently provides bootstrap widgets for many components from Dojo, Scriptaculus, Yahoo UI ...   Read Article.
Filed in: Java


Published on Sat, 19 Aug 2006 22:12:15 -0400    Read: 2866 times
The recently released Google Web Toolkit (GWT) is a comprehensive set of APIs and tools that lets you create dynamic Web applications almost entirely in Java(TM) code. Philip McCarthy returns to his popular Ajax for Java developers series to show you what GWT can do and help you decide whether it's right for you. (Note: You can now download ...   Read Article.
Filed in: Java


Published on Thu, 01 Jun 2006 16:32:14 -0400    Read: 10058 times
Struts-Layout is a tag library for struts which provides easy and fast interface creation. This is achieved by powerful tags which display panels, input fields, tables, treeviews, sortable lists, datagrids, popups, calendars, etc. With those tags, the developer have neither need to write nor even know ...   Read Article.
Filed in: Java


Published on Thu, 01 Jun 2006 16:31:25 -0400    Read: 1639 times
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle ...   Read Article.
Filed in: Java


Published on Thu, 01 Jun 2006 16:30:50 -0400    Read: 1868 times
DWR allows Javascript in a browser to interact with Java on a server and helps you manipulate web pages with the results. DWR integrates with a large number of other projects. A common query is how to get at servlet objects like HttpServletRequest, which is explained in accessing servlet objects. DWR comes with some integration with Spring and ...   Read Article.
Filed in: Java


Published on Thu, 01 Jun 2006 16:29:56 -0400    Read: 2611 times
Ajax4jsf is a rich component framework that has been created exclusively to bring rich user interface functionality to the JavaServer Faces world. The major reasons you can select Ajax4jsf to use: Leveraging the whole set of the JavaServer Faces benefits working with AJAX Ajax4jsf is fully integrated into the JSF lifecycle. While other ...   Read Article.
Filed in: Java


Published on Thu, 01 Jun 2006 16:29:12 -0400    Read: 1969 times
Java Web Parts is a project that provides small, reusable and largely independant Java components of interest to all web application developers. You can think of this project as being similar to the Jakarta Commons projects. Java Web Parts is comprised of a number of packages, each supplied in their own individual JAR, with little (ideally no) ...   Read Article.
Filed in: Java


46 Articles.    Next Page   

Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates
 

Popular AJAX Articles