Reading XML with jQuery
Welcome to my first of many articles for Think2Loud! Today I thought I’d start with something simple that will lead into several other topics. So here... more »
0 commentsSave Tags: ajax, javascript, web 2.0, xml
The Java XPath API
XPath expressions are much easier to write than detailed Document Object Model navigation code. When you need to extract information from an XML... more »
1 commentsSave Tags: java, news, xml
Introduction to simple RESTful web application using Jersey and Maven
This purpose of this post is only to provide a jump start in setting up a Maven environment and start working with Jersey . I will try to provide a... more »
0 commentsSave Tags: how-to, java, open source, xml
Parsing XML on the Client: JavaScrpt vs. ActionScript
Developer: Wow the JavaScript interpreter on Firefox 3 is awesome, but the one on the new Safari is even better. It is a great time to be a JavaScript... more »
0 commentsSave Tags: flash-flex, javascript, opinion, xml
WAX: Writing XML (with intro video)
Writing API for XML (WAX) is a free, open-source library for writing XML documents. Created because of an OutOfMemoryError while trying to output a... more »
1 commentsSave Tags: java, open source, xml
Using Java XML API
This article mentions about few small idiosyncrasies which one has to face while working with XML APIs. Describes few sample scenario of usage of DOM ... more »
0 commentsSave Tags: how-to, java, usability, xml
Marshal Arts in XStream
How to use XStream for marshalling including annotations and custom converters.
0 commentsSave Tags: agile, java, server, xml
Build Ajax apps using the first real Ajax server: Aptana Jaxer
Discover Jaxer, the first true Asynchronous JavaScript + XML server. Jaxer makes it possible to execute JavaScript code, Document Object Model, and... more »
0 commentsSave Tags: ajax, javascript, server, xml
Developing web services using Spring ws and JAXB marshaller
Spring web services a product of spring community, helps in developing web services using contract first web services and helps in manipulating the... more »
0 commentsSave Tags: java, open source, web services, xml
300+ PHP Presentations Online
The PHP Presentation System hosts over three hundred presentations, covering a slew of different topics including performance, testing, debugging,... more »
0 commentsSave Tags: php, security, web services, xml
Why XAML is Powerful
XAML, Microsoft's eXtensible Application Markup Language, was released with the .NET 3.0 framework and works with the new technologies available in... more »
0 commentsSave Tags: .net, microsoft, windows, xml
Use XML for Log Files
Many applications write log files to get some information about what the application is doing. Especially applications without a user interface use... more »
1 commentsSave Tags: xml
XML Schema nillable=”true” vs minOccurs=”0″
nillable="true" and minOccurs="0" is really confusing terms in XML Schema. Here is a simple explanation of what it actually means.
0 commentsSave Tags: how-to, web services, xml
XML Data Manipulation with XLinq
A short screencasts on how to do XML Data Manipulation with XLinq
0 commentsSave Tags: .net, how-to, microsoft, xml
Exchanging Data with XML and JAXB, Part 1 : Core Java Technologies Tech Tips
JAXB simplifies the use of XML data in Java applications by shielding you and your code from the low-level details of working with XML. Essentially,... more »
0 commentsSave Tags: java, open source, xml
Build Your SubSonic DAL With NAnt
SubSonic is a .NET ORM (object relational mapping) tool with plenty of extras. In the ORM market, it can be compared to other tool such as Linq and... more »
0 commentsSave Tags: .net, frameworks, how-to, xml
Develop AJAX apps like the pros using DWR
If you are doing Ajax development, there is one library you need to know: Direct Web Remoting (DWR). This library leverages the Java language and Java... more »
0 commentsSave Tags: ajax, java, tools, xml
Using Groovy to Create Sample Data in XML format for AppFuse
I have been using AppFuse 2.0 to create some applications that read from legacy databases. Under AppFuse’s standard configuration, you can populate... more »
0 commentsSave Tags: frameworks, groovy, xml
Separation of Content and Presentation - One Step Ahead
Jeff Atwood once wondered what's the point of alternative markup languages; this is the answer.
0 commentsSave Tags: css-html, standards, web design, xml
XML Enhancements for Java
Write efficient XML processing applications more easily using the XML Enhancements for Java (XJ) framework. XJ includes a set of extensions to Java... more »
1 commentsSave Tags: java, xml
Java: Loading an XML file from the CLASSPATH
How to load an XML file in the classpath if it is not in the classes folder..
0 commentsSave Tags: java, xml
Grails, Groovy, XML
Last few days, while working on grails tutorials, I needed to translate some Grails domain objects to XML. I thought it should not be so hard as there... more »
0 commentsSave Tags: frameworks, groovy, how-to, xml
Efficient XML Processing Using SAX and Java Enums
I had a chance to do some XML crunching lately. I used a design pattern for this purpose which is both efficient and elegant. I'm not sure who thought... more »
0 commentsSave Tags: how-to, java, xml
Resolving Grails XML references in ActionScript / Flex
Grails uses XPath in its XML converter, which requires additional processing in the Flex / ActionScript world. This post introduces a very simple... more »
0 commentsSave Tags: flash-flex, frameworks, groovy, xml
How to Serialize and Deserialize XML in C#
This article describes how to serialize an object to XML and deserialize an object from XML in C#. This method is useful for persisting the state of... more »
0 commentsSave Tags: .net, how-to, xml
via