Download presentation
Presentation is loading. Please wait.
Published byLeanna Human Modified over 9 years ago
1
XML Programación web
2
XML stands for eXtensible Markup Language. XML is designed to transport and store data. XML is important to know, and very easy to learn. Qué es XML?
3
Archivos Planos Archivos Separados por caracteres especiales Pipes (|), comas (,), etc. Transferencia de Archivos
4
web.xml faces-config.xml hibernate.xml applicationContext.xml Ant (Automatización de pruebas) Archivos de configuración
5
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> Servlet de ejemplo Hola Mundo Servlet HWServlet com.softtek.servlet.ejemplos.HelloWorldServlet HWServlet /HelloWorldServlet Web.xml J2EE JspServlets Project
6
Web Services Intercambio de datos entre diferentes plataformas XML
7
Tove Jani Reminder Don't forget me this weekend! Ejemplo 1. Nota.
8
Everyday Italian Giada De Laurentiis 2005 30.00 Harry Potter J K. Rowling 2005 29.99 Learning XML Erik T. Ray 2003 39.95 Ejemplo 2. Bookstore
9
Everyday Italian Giada De Laurentiis 2005 30.00 Everyday Spanish Food Giada De Laurentiis 2012 60.00 – Ejemplo 3.- Bookstore 2 (multiples elementos).
10
An XML document with correct syntax is called "Well Formed". An XML document validated against a DTD is "Well Formed" and "Valid". Note.dtd <!DOCTYPE note [ ]> XML DTD
11
http://w3schools.com/xml/ Referencias
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.