Wicket, Hibernate and Filters
If Hibernate has been blocking your wicket app (or the other way around), check your web.xml
Tweet 0 Comments Save Tags: database , frameworks , java , xml
Html screen scraping with HtmlAgilityPack Library
What is Screen Scraping ? Screen scraping is a process that reads any webpage and extract data from html tags. In this article, i will... more »
Tweet 0 Comments Save Tags: .net , microsoft , web 2.0 , xml
Excellent LINQ To XML Tutorials with Examples
Check out LINQ to XML Tutorials with 24 Examples
Tweet 0 Comments Save Tags: .net , microsoft , other languages , xml
Web Scraping With lxml
More and more websites are offering APIs nowadays. Previously, we've talked about XML-RPC and REST. Even though web services are growing... more »
Tweet 0 Comments Save Tags: how-to , web services , xml
60x? That sounds just right.
I came across a recent blog in which the author benchmarks the performance of evaluating XPath using VTD-XML on a 20 MB and comparing it to JAXP.
Using Internet data in Android applications
Many of your Android applications will need to interact with Internet data, which comes in a variety of formats. In this article, build... more »
Tweet 0 Comments Save Tags: how-to , mobile , web design , xml
Seven Security (Mis)Configurations in Java web.xml Files
There are a lot of articles about configuring authentication and authorization in Java web.xml files. Instead of rehashing how to... more »
Tweet 0 Comments Save Tags: java , security , xml
VTD-XML 2.9 Released
Version 2.9 of VTD-XML, the next generation XML processing API for SOA and Cloud Computing, is released.
XQuery Lab 51 – Querying an RDF document using TSQL and XQuery
This installment of XQuery Labs presents a script that reads information from an RDF document using TSQL and XQuery.
Tweet 0 Comments Save Tags: database , how-to , microsoft , xml
Flex 4: Understanding DataGroups and VirtualLayouts
The DataGroup class is the base container class for data items. The DataGroup class converts data items to visual elements for display.... more »
Tweet 0 Comments Save Tags: flash-flex , opinion , xml
Enabling SOA Security and Access Control
In this interview, Intel's Blake Dournaee talks about some of the security and access control challenges associated with an SOA... more »
Tweet 0 Comments Save Tags: ria , security , xml
Simpler Ant Builds With the Ant Script Library
Ant may be unfashionable these days, but it still has its advantages. Key among these are familiarity and simplicity: most Java... more »
Tweet 0 Comments Save Tags: how-to , unix-linux , xml
SQL Server – Issues with generating XML using string operations
The results of a SQL Server SELECT query can be transformed into an XML document by using the FOR XML command. Building XML documents... more »
Tweet 0 Comments Save Tags: database , how-to , microsoft , xml
Implementing the web services MVC pattern
In my previous blog, I had provided the architecture pattern for calling static and dynamic web services using MVC Pattern. In this... more »
Tweet 0 Comments Save Tags: frameworks , java , web services , xml
FOP 1.0 Rounds Out Apache XML Software Stack
Today marks the release of Apache FOP 1.0, an open source XSL Formatting Objects Processor. Donated in 1999, FOP is one of the... more »
Tweet 0 Comments Save Tags: news , open source , xml
Java XML Persistence with XStream
JDBC or JPA is too heavy when we only need simple data persistence without complicated query requirement. In this scenario, XML seems to... more »
Tweet 3 Comments Save Tags: java , xml
Some useful Maven configurations, practices and lessons learnt
Some useful Maven configurations, practices and lessons learnt. Talks about Parent POMs, Checkstyle, Code Coverage, Profiles and version numbers.
Tweet 0 Comments Save Tags: how-to , java , open source , xml
Guidelines: Generating XML
Over the last little while I've come across quite a few XML feed generators written in PHP, with varying degrees of 'correctness'. Even... more »
Parsing XML in Java Part 3: StAX
StAX, short for Streaming API for XML, is the "middle ground" between the polar opposites of SAX and DOM paradigms. The programmatic... more »
Tweet 0 Comments Save Tags: how-to , java , xml
Creating a custom Configuration Section in .NET
Every now and then I find myself needing to create a custom configuration section for a .NET application or module that I’m building.... more »
Tweet 0 Comments Save Tags: .net , how-to , xml
TSQL Beginners Challenge 11 - Find three most recent builds of each application from XML log
This challenge involves reading information from XML columns. The table keeps track of the progressive builds of an application in a... more »
Tweet 0 Comments Save Tags: database , how-to , microsoft , xml
Rapid Android Development with AML
I gave myself a crash course in Android development over the last few days. I knew enough to get the Android SDK installed in Eclipse,... more »
Parsing a large JSON file efficiently and easily
When parsing a JSON file, or an XML file for that matter, you have two options. You can read the file entirely in an in-memory data... more »
Tweet 0 Comments Save Tags: how-to , javascript , xml
Migration to JIRA 4.1.x for more than 4 years old plugin
Pitfalls to avoid when the internationalization of a Jira project consists of many modules.
Tweet 0 Comments Save Tags: flash-flex , java , javascript , xml
JAXB and creating elements from schema types
Working in the Java EE arena usually mean plenty of integrations – with other modules, with client applications, with third party... more »
Tweet 0 Comments Save Tags: how-to , java , open source , xml