GeekArticles
Java
AppletsData-Driven SVG Apps: A Rapid Development Approach
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 722 times |
Add CommentFiled in: Appletsby Satya Komatineni 02/13/2002 Scalable Vector Graphics (SVG) is a W3C-recommended standard for Web graphics. It is an XML-based standard for specifying both graphics and content. SVG replaces server-side image file creation or applet-based graphics with client-based rendering of images, and is likely to revolutionize the way Web graphics are rendered, stored, manipulated, and associated with content. This article will focus on a rapid development framework for creating SVG applications...n
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The Data Validation Test The Data Validation Test
The Ok button of the SaveAsDialog should only be enabled if the name that has been entered is valid. A name can be invalid if it contains an illegal character, or if it has already been use ...
• SOA Approach to Integration Book Review Book Review: SOA Approach to Integration
XML, Web services, ESB, and BPEL in real-world SOA projects
Businesses will always need highly efficient applications which have ability to provide outstanding user experience while maintaining security. Most of the developers today thrive in a business set ...
• SOA Web Services - SOA and Web Services Approach for Integration SOA and Web Services Approach for Integration
In Chapter 2, you were introduced to how Service-Oriented Architecture (SOA) can be used for application integration. We saw that the integration itself may be restricted within an Enterprise or may involve third parties (B2B or B2C). Service-Oriented A ...
• Retrieving XML Data Retrieving XML DataTo retrieve XML data from an XMLType table, you can use a SELECT SQL statement, just as you would if you had to query a relational table. For example, to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section, you might issue ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Breaking up XML into Relational Data Breaking up XML into Relational Data
While the preceding example shows how to construct an XML representation over relational data, the example in this section illustrates how you can shred XML data back into relational data. This reverse operation can be useful if your application works with relati ...
• Learning Website Development with Django Learning Website Development with Django Book Review
Websites are usually visited because of the information they can give. Even in page ranking of Google which indices website according to importance, those websites that provides the most number of articles or has the greatest number of discussions ...
• Accessing and Updating Data in ASP.NET 2.0: Using Optimistic Concurrency
Because multiple users can visit the same web page concurrently, it is possible for a user visiting a data modification page to inadvertently overwrite
the modifications made by another user. Consider a page with an editable GridView. If two users visit this page simultaneously from different compu ...