NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Release of new version of Windows OS code-named Vista is just around the corner, which supports exciting 2D and 3D graphics rendering technology called WPF/E. Microsoft promises XML based Vector Graphics can be used build “Cinematic User Interfaces” that combines multiple media elements including vectors, pixel images, 3D content, video & audio, high quality text, and animation. Best of all, such graphics intensive applications can be deployed over the web.
Already Vector Graphics (e.g. Adobe’s MXML/Flash and W3C’s SVG) are slowly creeping into the online applications. Couple of friends said they are biding for GIS application, one of which tracks Trains and other tracks Shipments/Trucks on the map. Yet another friend said he might need to build online Game, which contains complex 3D animated Images.
All these applications need to display top quality 2D/3D animated images (i.e. GUI components) in the webpage. Furthermore each of these animated images need to communicate with respective server, so that they can get data to update themselves. For example, the Train collects many pieces of data from internal sensors and sensors along the tracks. It uploads the information to a central server every couple minutes along with its location.
The online GIS application that tracks the Trains, must update respective-image that “virtually represents” each Train. To accomplish that, each image may contain necessary Ajax code to asynchronously communicate with the server and get latest data.
Building such exciting online applications will become very simple, if you understand the following innovative pattern to build 2D/3D vector graphics animated GUI images. The following webpage contains a pattern to build animated Flight-image for Air Traffic Control application. http://www.cbsdf.com/Newbies/Flight-main.htm
This pattern uses SVG to build animated Flight-image. I have written this document for newbies, who has little or no experience in JavaScript and Vector Graphics. If you are Java programmer, you can easily understand very simple JavaScript functions that animate the Image. Also following webpage out lines a pattern, how one may create reusable Java GUI-Class to generate multiple instances of animated Flight-images at server: http://www.cbsdf.com/Newbies/GUI_Class.htm
Although I have used very simple Flight-Image to explain the pattern to newbies, the website contains many complex GUI components to prove that the pattern is highly scalable and easily repeatable to build any complex animated Images.
Also can you let us know if Cbsdf is the new name for the AgileBlox? (Both say that they are patent pending technologies and are some COMPONENT related).
If not how are they different.
PATTERN: Animate Ajax GUI Widgets for online Games or GIS
At 10:21 PM on Sep 26, 2006, Raju Chiluvuri wrote:
Fresh Jobs for Developers Post a job opportunity
Already Vector Graphics (e.g. Adobe’s MXML/Flash and W3C’s SVG) are slowly creeping into the online applications. Couple of friends said they are biding for GIS application, one of which tracks Trains and other tracks Shipments/Trucks on the map. Yet another friend said he might need to build online Game, which contains complex 3D animated Images.
All these applications need to display top quality 2D/3D animated images (i.e. GUI components) in the webpage. Furthermore each of these animated images need to communicate with respective server, so that they can get data to update themselves. For example, the Train collects many pieces of data from internal sensors and sensors along the tracks. It uploads the information to a central server every couple minutes along with its location.
The online GIS application that tracks the Trains, must update respective-image that “virtually represents” each Train. To accomplish that, each image may contain necessary Ajax code to asynchronously communicate with the server and get latest data.
Building such exciting online applications will become very simple, if you understand the following innovative pattern to build 2D/3D vector graphics animated GUI images. The following webpage contains a pattern to build animated Flight-image for Air Traffic Control application. http://www.cbsdf.com/Newbies/Flight-main.htm
This pattern uses SVG to build animated Flight-image. I have written this document for newbies, who has little or no experience in JavaScript and Vector Graphics. If you are Java programmer, you can easily understand very simple JavaScript functions that animate the Image. Also following webpage out lines a pattern, how one may create reusable Java GUI-Class to generate multiple instances of animated Flight-images at server: http://www.cbsdf.com/Newbies/GUI_Class.htm
Although you don’t need SVG experience to understand this pattern, you must download Adobe’s SVG Viewer (from http://www.adobe.com/svg/viewer/install/), if you wish to see prototype test application in action: http://cbsdf.com/misc_docs/gui-api-brief.htm
Although I have used very simple Flight-Image to explain the pattern to newbies, the website contains many complex GUI components to prove that the pattern is highly scalable and easily repeatable to build any complex animated Images.
2 replies so far (
Post your own)
Re: PATTERN: Animate Ajax GUI Widgets for online Games or GIS
Hello Mr. Raju Chiluvuri,Can you please tell us what is your association with the Elansoft and its product AgileBox.
Can you please give us your response to the allegations made against Elansoft and AgileBlox , at below links
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104875540622555&w=2
http://forum.java.sun.com/thread.jspa?forumID=45&threadID=182966
Also can you let us know if Cbsdf is the new name for the AgileBlox? (Both say that they are patent pending technologies and are some COMPONENT related).
If not how are they different.
Can you please let us know why Cbsdf product contains ElanSoft name
http://cbsdf.com/technologies/demo-links/DHTML_Demo/mobuttonpage.html
If that page is gone , we can still find from google cache
http://www.google.com/search?hl=en&lr=&q=Elansoft+cbsdf&btnG=Search
Re: PATTERN: Animate Ajax GUI Widgets for online Games or GIS
Jake:According to a post in 2003, here is the relationship between Raju and Elansoft:
http://www.xml.com/cs/user/view/cs_msg/1432
-John