6 Deadly AJAX Drawbacks: Are you aware?
Some developers view AJAX as the silver bullet for every scenario. However, AJAX introduces its own set of hazards in various areas, which include:... more »
3 commentsSave Tags: ajax, javascript, security, 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
Use XStream to serialize Java objects into XML
XML serialization has a myriad of uses, including object persistence and data transport. XStream is an easy-to-use open source Java library for... more »
0 commentsSave Tags: java, open source, xml
Java, SOA and XML
I have been involved in SOA (Service Oriented Architecture) projects and also studying a lot all the aspects of the SOA world. It is interesting that... more »
0 commentsSave Tags: java, xml
Only 1 in 5 SOA Projects Actually Succeed
...in-depth studies of 20 companies found a 50% complete failure rate, while another 30% were considered neither successful nor wholly failed... Many... more »
0 commentsSave Tags: java, microsoft, research, xml
XPath with Apache Axiom
Apache Axiom is the popular open source StAX based XML infoset model. This post describes how to use its in build XPath support to manipulate an XML... more »
0 commentsSave Tags: java, open source, xml
Introduction to XML and XML With Java
A simply, yet very good tutorial on XML parsing with SAX and DOM.
0 commentsSave Tags: java, xml
Parsing XML with Groovy
The web service looked at yesterday returns a Shakespeare speech in XML format based on the search string that is sent via Groovy from a Swing form... more »
0 commentsSave Tags: groovy, xml
Madness? THIS. IS. SOA!
There is an interesting war being fought in the blogosphere over the use (or overuse) of ESB (enterprise service buses) to build out a SOA (service... more »
1 commentsSave Tags: methodology, standards, web services, xml
Sort XML by attribute in ActionScript 3
There is no way to use E4X as powerful as it is to sort an XML by a particular attribute. It's a shame, but here is a simple function that leverages... more »
0 commentsSave Tags: flash-flex, how-to, methodology, xml
Gripe: XML in Python
The Python core libraries include six different methods for parsing and creating XML, none of which feel particularly Pythonic (here I am, three weeks... more »
1 commentsSave Tags: opinion, python, xml
JBoss Cache 3 alpha is out
The first alpha of JBoss Cache 3.0.0 - codenamed Naga, (after the Naga Jolokia pepper) - is out. It has a new Multi-Version Concurrency Control (MVCC)... more »
0 commentsSave Tags: announcement, open source, server, xml
Getting country, city name from IP address in PHP
If you don't know how to get country and city's name from IP address there here is the function for you in PHP. This function uses api of hostip.info... more »
0 commentsSave Tags: how-to, php, web services, xml
Bencode Stream Parsing in Java
It’s surprising how universal XML has become. It doesn’t seem to matter what the problem, XML is the solution. For example, consider a simple... more »
0 commentsSave Tags: java, xml
via