XML DOM Parsing in Java PRO

JAXP (Java API for XML) provides us with the capability to parse XML documents using a DOM parser. The following code sample shows a simple parsing using the JAXP DOM parser. package com.abelski.samples; import java.io.IOException; import java.net.URL; import java.io.InputStream; import java.net.HttpURLConnection; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; […]

Silverlight Resources & XML PRO

The Silverlight application is actually a package of files archived using ZIP and stored as a single file with the .xap extension. This file can include resources we want to be available for our application. We can alternatively keep these resources on the server or have them as part of the DLL file, which is […]

XML Processing Using JSTL PRO

The JSP Standard Tags Library, also known as JSTL, allows us to parse XML files using XPath expressions. The following short video clip shows that capability. More training material about JSTL can be found in the community free (for personal and academic usage) course I have recently developed at www.abelski.com. You can find the equivalent […]

Technion XML, DTD, XSD, XHTML, CSS, JavaScript, Ajax & jQuery Library Course INFO

On March 10th I will start a series of four lectures that cover the web browser client side technologies including XML, Java Script and Ajax. These four meetings are part of a long term .NET training course delivered in the Technion. You can find the detailed plan of these four meetings at http://docs.google.com/View?id=dcncp28t_142gm5c9rkb.

Technion XML, DTD, XSD, XHTML, CSS, JavaScript, Ajax & jQuery Library Course INFO

Today I start a series of four lectures that cover the web browser client side technologies including XML, Java Script and Ajax. These four meetings are delivered as part of a long term .NET training course delivered in the Technion. You can find the complete detailed syllabus of these four lectures at http://docs.google.com/View?id=dcncp28t_125hmwtjjfc.

XML Professional Course INFO

The Extensible Markup Language (XML), a subset of SGML, was originally formed to enable generic SGML to be served, received and processed on the web (as HTML). XML is the natural choice for B2B connectivity. It allows an easy and accurate data storage as well as B2B interaction between systems developed in different software programming […]

Java ME Titles XML Feeds INFO

I have recently completed to develop REStful web services that provide our distributors with XML feeds that describe our Java titles. Through this REStful web service our distributors can get up-to-date information about our titles as well as getting their files.

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

The Fetch API Meetup

laptop javascript hands banner

Learn how to use the Fetch API when coding in JavaScript. Don’t settle with using the XmlHttpRequest object.

Android L Material Theme

The material design is a specification for creating user interface. The material design specification is developed and maintained by Google and it aims at all platforms. The new coming Android L platform will include an implementation for the material design. Towards the next coming Android course I am going to deliver in HIT I chose […]

Skip to content Update cookies preferences