LifeMichael

LifeMichael

Haim Michael Blog

LifeMichael RSS Feed
 
 
 
 

Archive for XML

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; [...]

Database Connectivity using JSTL PRO

The JSP Standard Tags Library, also known as JSTL, allows us to connect a database and perform queries. The complexity is hided behind the available JSTL SQL tags. 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 [...]

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.

Facebook Page

Life Youtube

Categories

Communities


Certifications




Tags

Speaker Wiki

My Facebook

Technorati

Add to Technorati Favorites

Recommend

Archives

Countries I Visited


visited 17 states (7.55%)
Create Your Own Map!

ClustrMaps

Recent Searches

FeedJIT

Google Page Rank

Alexa Stats

Courses I Teach


 

My Free Lectures


 

 

 

My Free eBooks


 

 

 

 

 

 

 

 

 

 

 

 

 

 

Courses 1996

Courses 1997

Courses 1998

Courses 1999

Courses 2000

Courses 2001

Courses 2002

Courses 2003

Courses 2004

Courses 2005

Courses 2006

Courses 2007

Courses 2008

Courses 2009

Courses 2010

Courses 2011

Courses 2012

Courses 2013